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
Builder cleanup, arch-specific streams, CLI/Runner/Compare/Coordinator enhancements, and new benchmark datasets (#312)
* Bumping version to 0.1.310
* Added gcc:8.5.0-arm64-debian-buster-default
* Moved from gcc-8 to gcc-15. runner image using debian:bookworm
* bumping version
* Removed reference to gcc-8 on tests
* Fixed missing gcc-8 removal
* renamed buster->bookworm
* Added extra session caching, RPUSH, and SET benchmarks
* working on box plot charts on compare tool
* Added command filter an extra benchmark for 1:10 set/get 1KB benchmark
* bumping version to 0.1.325
* added uri support for benchmark runner
* fixes for 0.1.334
* bumping version
* version 0.1.338
* per arch streams
* stash
* Removed dump.rdb
Copy file name to clipboardExpand all lines: pyproject.toml
+2-1Lines changed: 2 additions & 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.323"
3
+
version = "0.2.11"
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."
0 commit comments