diff --git a/dump.rdb b/dump.rdb new file mode 100644 index 0000000..f351840 Binary files /dev/null and b/dump.rdb differ diff --git a/pyproject.toml b/pyproject.toml index a357bdc..0bd0a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-benchmarks-specification" -version = "0.1.58" +version = "0.1.59" 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." authors = ["filipecosta90 ","Redis Performance Group "] readme = "Readme.md" diff --git a/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml b/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml index 6c40bcb..f777143 100644 --- a/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml +++ b/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml @@ -15,4 +15,6 @@ metadata: os: debian-buster arch: amd64 +env: + REDIS_CFLAGS: "-g -fno-omit-frame-pointer" diff --git a/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml b/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml deleted file mode 100644 index 6febfce..0000000 --- a/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 0.1 -id: gcc:8.5.0-arm64-debian-buster-default -os: debian-buster -arch: arm64 -compiler: "gcc" -cpp_compiler: "g++" -kind: docker -build_image: gcc:8.5.0-buster -run_image: debian:buster -description: "Using GNU Compiler Containers (https://hub.docker.com/_/gcc?tab=description) - pre-configured environment with all the tools required to build with gcc." -metadata: - compiler: "gcc" - compiler_version: "8.5.0" - os: debian-buster - arch: arm64 - - diff --git a/redis_benchmarks_specification/setups/builders/icc-2021.3.0-amd64-ubuntu18.04-default.yml b/redis_benchmarks_specification/setups/builders/icc-2021.3.0-amd64-ubuntu18.04-default.yml deleted file mode 100644 index 8829bb1..0000000 --- a/redis_benchmarks_specification/setups/builders/icc-2021.3.0-amd64-ubuntu18.04-default.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 0.1 -id: icc-2021.3.0-amd64-ubuntu18.04-default -os: ubuntu18.04 -arch: amd64 -compiler: "icc" -cpp_compiler: "icc" -kind: docker -build_image: intel/oneapi-hpckit:2021.3-devel-ubuntu18.04 -run_image: debian:buster -description: "Using IntelĀ® oneAPI Containers (https://github.com/intel/oneapi-containers) - pre-configured environment with all the tools required to build with Intel related products - and targeting IntelĀ® environments and their instruction set extensions." -metadata: - compiler: "icc" - compiler_version: "2021.3.0 20210609" - os: ubuntu18.04 - arch: amd64 - -env: - REDIS_CFLAGS: "-g -fno-omit-frame-pointer" - - -