Skip to content

Commit e7f5e2e

Browse files
gcc-15 and debian:bookworm (#307)
* 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
1 parent 37622f0 commit e7f5e2e

File tree

234 files changed

+6922
-4045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+6922
-4045
lines changed

commands.json

Lines changed: 6442 additions & 3788 deletions
Large diffs are not rendered by default.

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.310"
3+
version = "0.1.314"
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"

redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml renamed to redis_benchmarks_specification/setups/builders/gcc:15.2.0-amd64-debian-bookworm-default.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 0.1
2-
id: gcc:8.5.0-amd64-debian-buster-default
3-
os: debian-buster
2+
id: gcc:15.2.0-amd64-debian-bookworm-default
3+
os: debian-bookworm
44
arch: amd64
55
compiler: "gcc"
66
cpp_compiler: "g++"
77
kind: docker
8-
build_image: gcc:8.5.0-buster
9-
run_image: debian:buster
8+
build_image: gcc:15.2.0-bookworm
9+
run_image: gcc:15.2.0-bookworm
1010
description: "Using GNU Compiler Containers (https://hub.docker.com/_/gcc?tab=description)
1111
pre-configured environment with all the tools required to build with gcc."
1212
metadata:
1313
compiler: "gcc"
14-
compiler_version: "8.5.0"
15-
os: debian-buster
14+
compiler_version: "15.2.0"
15+
os: debian-bookworm
1616
arch: amd64
1717

1818
env:

redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml renamed to redis_benchmarks_specification/setups/builders/gcc:15.2.0-arm64-debian-bookworm-default.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: 0.1
2-
id: gcc:8.5.0-arm64-debian-buster-default
3-
os: debian-buster
2+
id: gcc:15.2.0-arm64-debian-bookworm-default
3+
os: debian-bookworm
44
arch: arm64
55
compiler: "gcc"
66
cpp_compiler: "g++"
77
kind: docker
8-
build_image: gcc:8.5.0-buster
9-
run_image: debian:buster
8+
build_image: gcc:15.2.0-bookworm
9+
run_image: gcc:15.2.0-bookworm
1010
description: "Using GNU Compiler Containers (https://hub.docker.com/_/gcc?tab=description)
1111
pre-configured environment with all the tools required to build with gcc."
1212
metadata:
1313
compiler: "gcc"
14-
compiler_version: "8.5.0"
15-
os: debian-buster
14+
compiler_version: "15.2.0"
15+
os: debian-bookworm
1616
arch: arm64
1717

1818
env:

redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ tested-commands:
3737
redis-topologies:
3838
- oss-standalone
3939
build-variants:
40-
- gcc:8.5.0-amd64-debian-buster-default
40+
- gcc:15.2.0-amd64-debian-bookworm-default
41+
- gcc:15.2.0-arm64-debian-bookworm-default
4142
- dockerhub
4243
clientconfig:
4344
run_image: redislabs/memtier_benchmark:edge

redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-commands:
1717
redis-topologies:
1818
- oss-standalone
1919
build-variants:
20-
- gcc:8.5.0-amd64-debian-buster-default
20+
- gcc:15.2.0-amd64-debian-bookworm-default
21+
- gcc:15.2.0-arm64-debian-bookworm-default
2122
- dockerhub
2223
clientconfig:
2324
run_image: redislabs/memtier_benchmark:edge

redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-commands:
1717
redis-topologies:
1818
- oss-standalone
1919
build-variants:
20-
- gcc:8.5.0-amd64-debian-buster-default
20+
- gcc:15.2.0-amd64-debian-bookworm-default
21+
- gcc:15.2.0-arm64-debian-bookworm-default
2122
- dockerhub
2223
clientconfig:
2324
run_image: redislabs/memtier_benchmark:edge

redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-commands:
1717
redis-topologies:
1818
- oss-standalone
1919
build-variants:
20-
- gcc:8.5.0-amd64-debian-buster-default
20+
- gcc:15.2.0-amd64-debian-bookworm-default
21+
- gcc:15.2.0-arm64-debian-bookworm-default
2122
- dockerhub
2223
clientconfig:
2324
run_image: redislabs/memtier_benchmark:edge

redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-commands:
1717
redis-topologies:
1818
- oss-standalone
1919
build-variants:
20-
- gcc:8.5.0-amd64-debian-buster-default
20+
- gcc:15.2.0-amd64-debian-bookworm-default
21+
- gcc:15.2.0-arm64-debian-bookworm-default
2122
- dockerhub
2223
clientconfig:
2324
run_image: redislabs/memtier_benchmark:edge

redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tested-commands:
1717
redis-topologies:
1818
- oss-standalone
1919
build-variants:
20-
- gcc:8.5.0-amd64-debian-buster-default
20+
- gcc:15.2.0-amd64-debian-bookworm-default
21+
- gcc:15.2.0-arm64-debian-bookworm-default
2122
- dockerhub
2223
clientconfig:
2324
run_image: redislabs/memtier_benchmark:edge

0 commit comments

Comments
 (0)