Releases: redis/redis-benchmarks-specification
Releases · redis/redis-benchmarks-specification
Version 0.1.216
What's Changed
- Fixed src build and docker logs retrieval in case of error by @fcostaoliveira in #263
Full Changelog: v0.1.215...v0.1.216
Version 0.1.215
What's Changed
- Added version+target to the compare tool. we now have by branch, by version, and by target+version by @fcostaoliveira in #261
- Added memtier_benchmark-3Mkeys-load-string-with-512B-values. Included 2,4,8,16,32,64 io-threads setups. by @fcostaoliveira in #262
Full Changelog: v0.1.214...v0.1.215
Version 0.1.214
What's Changed
- Fixed preload step on coordinator by @fcostaoliveira in #260
Full Changelog: v0.1.213...v0.1.214
Version 0.1.213
What's Changed
- fixed restore build artifacts issue on docker hub triggering by @fcostaoliveira in #259
Full Changelog: v0.1.210...v0.1.213
Version 0.1.210
What's Changed
- Added dockerhub build-variants. Added by.hash (we have by.branch, by.tag, by.hash now) by @fcostaoliveira in #258
Full Changelog: v0.1.209...v0.1.210
Version 0.1.209
What's Changed
- Present detailed tables broken down by regression/improvement and full view on github and cli by @fcostaoliveira in #257
Full Changelog: v0.1.208...v0.1.209
Version 0.1.208
What's Changed
- Move temporary dir deletion to inner function, delete temp dir in skipped benchmarks by @mpozniak95 in #248
- added filtering by platform by @slice4e in #238
- Added compare tool to replace redisbench-admin by @fcostaoliveira in #250
- Enabled triggering build/benchmarks on forks by @fcostaoliveira in #251
- github updates from cli/builder/runner. unified update messaging from github<->cli by @fcostaoliveira in #253
- Fixed coordinator filtering based upon test regexp by @fcostaoliveira in #254
- Fixed git_timestamp_ms usage on cli triggering (for historical/past data filling) by @fcostaoliveira in #255
New Contributors
- @mpozniak95 made their first contribution in #248
- @fcostaoliveira made their first contribution in #250
Full Changelog: v0.1.72...v0.1.208
Version 0.1.72
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:
- Include a DECR benchmark covering embstring object @filipecosta90 (#237)
- fix logging level @slice4e (#232)
- Aligned lhash* test-files' names with name inside file @markovamaria (#228)
- Bumping min python version to 3.8.1 and locking deps @filipecosta90 (#231)
Version 0.1.71
What's Changed
- Enabled arch selection on self-contained-coordinator by @filipecosta90 in #230
Full Changelog: v0.1.70...v0.1.71
Version 0.1.70
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:
- Fix for TypeError in self-coordinator @markovamaria (#224)