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 is a variant of fruit_wiki_benchs_fruit.yml that runs a single runtime benchmark.
     16 
     17 global:
     18   max_runs: 8
     19   max_hours_per_combination: 2
     20 
     21 # These values are ignored, they are here just to be referenced below.
     22 constants:
     23   compilers: &compilers
     24     - "g++-7"
     25 
     26 benchmarks:
     27   - name:
     28       - "fruit_run_time"
     29     loop_factor: 1.0
     30     num_classes:
     31       - 100
     32     compiler: *compilers
     33     cxx_std: "c++11"
     34     additional_cmake_args:
     35       - []
     36     benchmark_generation_flags:
     37       - []
     38