Skip to content

Commit

Permalink
Fix type of SPEC CPU 2017 GCC version flag.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704356349
  • Loading branch information
pmkc authored and copybara-github committed Dec 10, 2024
1 parent 9adf2f6 commit 6101413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfkitbenchmarker/configs/default_benchmark_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6101413

Please sign in to comment.