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
* Enabled running forks source built benchmarks
* Fixed server_name Null check
* Enabled passing baseline/comparison hash and github_repo to ensure proper data filtering on compare. Removed refs/heads/ usage from builder
* skipping cli builder test on ci
* Added --baseline-target-branch and --comparison-target-branch to the compare tool
* Added GEOPOS and GEOSEARCH WITHCOORD new benchmarks
* Included the connection setup benchmark using HELLO
* Bumping version from 0.1.218 to 0.1.219
* Added APPEND/INCRBY/INCRBYFLOAT/SETRANGE benchmarks
Copy file name to clipboardexpand all lines: pyproject.toml
+1-1
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.219"
3
+
version = "0.1.222"
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."
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data size of 1 Bytes for each key initially. Then we append to the same keys with values ranging from 1 to 100B.
0 commit comments