aboutsummaryrefslogtreecommitdiff
path: root/extras/benchmark/suites/fruit_mostly_full.yml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/benchmark/suites/fruit_mostly_full.yml')
-rw-r--r--extras/benchmark/suites/fruit_mostly_full.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/extras/benchmark/suites/fruit_mostly_full.yml b/extras/benchmark/suites/fruit_mostly_full.yml
index 41cc5e0..cfdeeb3 100644
--- a/extras/benchmark/suites/fruit_mostly_full.yml
+++ b/extras/benchmark/suites/fruit_mostly_full.yml
@@ -44,7 +44,6 @@ benchmarks:
- "fruit_startup_time"
- "fruit_startup_time_with_normalized_component"
- "fruit_executable_size"
- - "fruit_executable_size_without_exceptions_and_rtti"
loop_factor: 1.0
num_classes: *num_classes
compiler: *compilers
@@ -53,3 +52,14 @@ benchmarks:
- []
benchmark_generation_flags:
- []
+
+ - name:
+ - "fruit_executable_size_without_exceptions_and_rtti"
+ loop_factor: 1.0
+ num_classes: *num_classes
+ compiler: *compilers
+ cxx_std: "c++11"
+ additional_cmake_args:
+ - ['-DCMAKE_CXX_FLAGS=-fno-exceptions -fno-rtti']
+ benchmark_generation_flags:
+ - []