You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./scripts/bench-smoke.sh # native load generator: SET / GET / MIXED @ 100K ops
162
162
```
163
163
164
-
The GitHub Actions pipeline runs `cargo fmt --check`, `cargo clippy -- -D warnings`, `cargo test`, and `cargo bench --no-run` on every push and pull request.
164
+
The GitHub Actions pipeline runs `cargo fmt --check`, `cargo clippy -- -D warnings`, `cargo test`, and `cargo bench --no-run` on every push and pull request. A `redis-benchmark` smoke run against a release binary (loopback, 100K ops, 50 clients) is captured in [`benches/redis-benchmark.md`](benches/redis-benchmark.md) and refreshed at release time.
0 commit comments