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
Extend runner and compare tool with extra precision metrics, platform-specific comparisons, and improved timeout handling (#305)
* Removed very large benchmarks from SPEC.
* Added benchmark, sha, and version metadata to the profile
* Removed extra imports
* Extending the compare and runner tools
* wip
* Revamp description and dataset uniqueness
* Added memtier_benchmark-playbook-session-storage
* Updated the memtier_benchmark-playbook-session-storage benchmark to match https://github.com/upstash/examples/tree/main/examples/ratelimit-with-redis
* Added caching and session-storage benchmarks
* Fixed SPEC validation.
* Fixed formatting
* fixed utils/tests/test_runner.py
* Fixed scc memtier benchmarks
* Added version label on by hash tags if version is present
* Fixed the timeseries naming
* Fixed ts prefix
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "redis-benchmarks-specification"
3
-
version = "0.1.274"
3
+
version = "0.1.309"
4
4
description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute."
5
5
authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
0 commit comments