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
Fixed comparison ERROR on coordinator, and extended hash,bitmap, and list benchmarks (#270)
* 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
* Included APPEND,INCRBY,INCRBYFLOAT,SETRANGE pipeline 10 benchmarks
* Added SETEX benchmark
* Added ZUNION, ZUNIONSTORE, and extra ZADD benchmarks. Included SADD benchmarks with intset underlying encoding
* Included extra pipeline 10 and lrange with longs benchmarks
* Included HGETALL 50 fields use-case
* Added HGETALL 50 fields use-case. 10Bytes and 100Bytes
* Fixed comparison on CI
* Added BITCOUNT benchmarks
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.226"
3
+
version = "0.1.234"
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."
f"Missing data for test {test_name}. baseline_v={baseline_v} (pct_change={baseline_pct_change}), comparison_v={comparison_v} (pct_change={comparison_pct_change}) "
description: Runs memtier_benchmark, for a keyspace length of 1M keys pre-loading HASHes in which the value has a data size of 10 Bytes. After pre-loading the data it issues HGETALL command.
0 commit comments