Home | History | Annotate | Download | only in suites
      1 # Copyright 2016 Google Inc. All Rights Reserved.
      2 #
      3 # Licensed under the Apache License, Version 2.0 (the "License");
      4 # you may not use this file except in compliance with the License.
      5 # You may obtain a copy of the License at
      6 #
      7 #      http://www.apache.org/licenses/LICENSE-2.0
      8 #
      9 # Unless required by applicable law or agreed to in writing, software
     10 # distributed under the License is distributed on an "AS-IS" BASIS,
     11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     12 # See the License for the specific language governing permissions and
     13 # limitations under the License.
     14 
     15 # This file is a simplified version of fruit_wiki_benchs_{fruit,boost_di}.yml used to debug benchmarking code.
     16 # When using this, the benchmarks will run much faster, but the results will be unreliable and incomplete.
     17 
     18 global:
     19   max_runs: 20
     20   max_hours_per_combination: 2
     21 
     22 # These values are ignored, they are here just to be referenced below.
     23 constants:
     24   compilers: &compilers
     25     - "g++-7"
     26     - "clang++-4.0"
     27   num_classes: &num_classes
     28     - 100
     29 
     30 benchmarks:
     31   - name:
     32     - "new_delete_run_time"
     33     - "simple_di_compile_time"
     34     - "simple_di_incremental_compile_time"
     35     - "simple_di_run_time"
     36     - "simple_di_executable_size"
     37     - "simple_di_with_interfaces_compile_time"
     38     - "simple_di_with_interfaces_incremental_compile_time"
     39     - "simple_di_with_interfaces_run_time"
     40     - "simple_di_with_interfaces_executable_size"
     41     - "simple_di_with_interfaces_and_new_delete_compile_time"
     42     - "simple_di_with_interfaces_and_new_delete_incremental_compile_time"
     43     - "simple_di_with_interfaces_and_new_delete_run_time"
     44     - "simple_di_with_interfaces_and_new_delete_executable_size"
     45     loop_factor: 1.0
     46     num_classes:
     47       - 100
     48     compiler: *compilers
     49     cxx_std: "c++11"
     50     additional_cmake_args:
     51       - []
     52     benchmark_generation_flags:
     53       - []
     54