From 610141372ce366cb18cf4e7f3ef24c6049f031ec Mon Sep 17 00:00:00 2001 From: Patrick Clay Date: Mon, 9 Dec 2024 11:23:03 -0800 Subject: [PATCH] Fix type of SPEC CPU 2017 GCC version flag. PiperOrigin-RevId: 704356349 --- perfkitbenchmarker/configs/default_benchmark_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perfkitbenchmarker/configs/default_benchmark_config.yaml b/perfkitbenchmarker/configs/default_benchmark_config.yaml index 328a4b474..73aa33cba 100644 --- a/perfkitbenchmarker/configs/default_benchmark_config.yaml +++ b/perfkitbenchmarker/configs/default_benchmark_config.yaml @@ -14,7 +14,8 @@ default_disk_spec: &default_disk_spec speccpu2017_int_rate_flags_base: &speccpu2017_int_rate_flags_base build_fortran: True - runspec_build_tool_version: 11 + # TODO(pclay): replace with --gcc-version=11 + runspec_build_tool_version: "11" enable_transparent_hugepages: True runspec_estimate_spec: True runspec_iterations: 1