Version 0.1.19
Redis performance and observability spec change
Project status:
The following is a high level status report for currently available specs and tools.
- Benchmark platforms specification: Experimental components are released and available for beta testing.
- Benchmark topologies specification: Experimental components are released and available for beta testing.
- Benchmark artifacts builder specification: Experimental components are released and available for beta testing.
- Test-suites specification: Experimental components are released and available for beta testing.
- Spec tool implementation: API: Experimental components are released and available for beta testing.
- Spec tool implementation: Benchmark artifacts builder: Experimental components are released and available for beta testing.
- Spec tool implementation: Self-contained coordinator: Experimental components are released and available for beta testing.
- Spec tool implementation: Large scale coordinator: Draft components are under design, and have not been added to the specification.
- *Spec tool implementation: Setup agnostic cli benchmark runner (solely client): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.
Release changes:
- Added doc reference to cli benchmark runner @filipecosta90 (#76)
- Fixed pipeline 10 HSET benchmarks @filipecosta90 (#74)
- Added HSET tests (with/without pipeline) @filipecosta90 (#73)
Tooling changes: Setup agnostic cli benchmark runner (solely client)
- Extended benchmarks with LPOP, RPOP, LPUSH, HGETALL, HGET, HVALS, HKE… @filipecosta90 (#75)
- Allow to specify a test to run on cli runner; Included pipeline 10 redis-benchmark tests @filipecosta90 (#72)
- Added cpuset start position for client runner @filipecosta90 (#71)
- Added setup agnostic cli benchmark runner (solely client): redis-benchmarks-spec-client-runner @filipecosta90 (#70)