Version 0.1.61
·
108 commits
to refs/heads/main
since this release
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 support for ZREVRANK, ZRANK, ZINCRBY and ZREM @slice4e (#182)
- Fixed stats checker @filipecosta90 (#181)
- Added HINCRBY, HMSET, MGET, ZSCORE, EVALSHA, GETBIT, EXISTS, EXPIRE, EXPIREAT, PEXPIRE, SCAN, TOUCH, TTL, and ZRANGEBYSCORE benchmarks @filipecosta90 (#177)
- Added execution and updated installation section to Readme @markovamaria (#175)
- Fix value bug @slice4e (#179)
- Added support for BITFIELD command. @slice4e (#178)
- Added command ZREVRANGEBYSCORE @slice4e (#174)
- Added support for MULTI EXEC @filipecosta90 (#176)
- Added FPADD command testcase. @slice4e (#172)
- Validated SPEC fields uppon PR and commit @filipecosta90 (#173)
- Avoid RDB usage on unit tests @filipecosta90 (#145)
- Fixed runner tests according to test cases @filipecosta90 (#170)
- Enable RESP 3 support in benchmark-tools @ofekshenawa (#169)
- Introduced --tests-regex flag to ease the process of running a subsetof tests @filipecosta90 (#168)
- Fix issue 130 @slice4e (#167)
- Fix bug 87 @slice4e (#142)
- Included ZCARD and HMGET tests @filipecosta90 (#144)
- Formatted all yml test-suite files @filipecosta90 (#143)
- Extended runner functional coverage @filipecosta90 (#138)
- Added GEOSEARCH BYBOX variation @filipecosta90 (#140)
- Enforcing keyspace length check and checking for datasets within scc @filipecosta90 (#136)