Version 0.1.68
github-actions
released this
28 Mar 14:30
·
46 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 --maxmemory to client runner. @filipecosta90 (#221)
- Move getting commits by tags to separate function @markovamaria (#220)
- updated description for mutli-exec - for issue 212 @slice4e (#219)
- changed log level from error to info - fixing issue #84 @slice4e (#218)
- Added conversion for str for git timestamps @markovamaria (#216)
- Fixed memory requirements of 4 hash/list tests @slice4e (#215)
- Updated geo benchmarks to fully saturate one primary. Include zset benchmarks with long score @filipecosta90 (#214)
- Update timestamp conversion in client @markovamaria (#211)
- Fix mem reqs @slice4e (#213)
- Client runner: enabled oss cluster benchmarks for string (just set and get commands) benchmarks @filipecosta90 (#200)
- fixed memory requirements for load-list @slice4e (#207)
- fixed the load-stream bechmarks such that the memory footprint does not keep growing. @slice4e (#205)
- added recommendation to use taskset for the redis server when using t… @slice4e (#197)
- fix hincrby data population to correspond to the description. @slice4e (#196)
- added support for hexists @slice4e (#195)
- Memtier without docker @slice4e (#192)
- Fix memory reqs for load stream @slice4e (#202)
- Enabled --cluster-mode in client runner @filipecosta90 (#199)
- Added SADD test variations discussed in redis/pull/11595 @filipecosta90 (#198)
- modified Readme file to remove codenames and details which could chan… @slice4e (#193)
- Bumping version from 0.1.65 to 0.1.66 @filipecosta90 (#191)