Skip to content

Commit 7e88456

Browse files
Merge remote-tracking branch 'origin/main' into fix.multi.arch
2 parents a13187a + e7f5e2e commit 7e88456

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-benchmarks-specification"
3-
version = "0.1.320"
3+
version = "0.1.323"
44
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."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "Readme.md"

utils/generate_latency_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def main():
148148
# Construct the time series key
149149
ts_key = (
150150
f"ci.benchmarks.redis/by.branch/ci/redis/redis/{test_name}/"
151-
"gcc:8.5.0-amd64-debian-bookworm-default/"
151+
"gcc:15.2.0-amd64-debian-bookworm-default/"
152152
"intel64-ubuntu22.04-redis-icx1/oss-standalone/unstable/"
153153
"ALL_STATS.Totals.Ops/sec"
154154
)

utils/tests/test_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_build_spec_image_prefetch():
4646
builders_folder, different_build_specs
4747
)
4848
assert total_fetched >= 0 and total_fetched <= 2
49-
assert "gcc:8.5.0-bookworm" in prefetched_images
49+
assert "gcc:15.2.0-bookworm" in prefetched_images
5050

5151

5252
def test_commit_schema_to_stream_then_build():

0 commit comments

Comments
 (0)