Skip to content

Commit a1ab1a9

Browse files
committed
Added -g -fno-omit-frame-pointer to gcc:8.5.0-amd64-debian-buster-default
1 parent 49bfaae commit a1ab1a9

File tree

5 files changed

+3
-42
lines changed

5 files changed

+3
-42
lines changed

dump.rdb

153 Bytes
Binary file not shown.

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.58"
3+
version = "0.1.59"
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ metadata:
1515
os: debian-buster
1616
arch: amd64
1717

18+
env:
19+
REDIS_CFLAGS: "-g -fno-omit-frame-pointer"
1820

redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

redis_benchmarks_specification/setups/builders/icc-2021.3.0-amd64-ubuntu18.04-default.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)