aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-04-01 20:47:40 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-04-01 22:51:52 -0700
commitebb754e514bbdbdfd8acec5d8effe4f6edc63173 (patch)
treeb43f0cf48048538c8d7c29ee25abc2a03fd56f3d /extras
parent0ac041ff302faec7c8218989c86773613a621523 (diff)
downloadgoogle-fruit-ebb754e514bbdbdfd8acec5d8effe4f6edc63173.tar.gz
Update compiler version in bench definition files with latest compilers.
Diffstat (limited to 'extras')
-rw-r--r--extras/benchmark/suites/boost_di.yml4
-rw-r--r--extras/benchmark/suites/debug.yml8
-rw-r--r--extras/benchmark/suites/fruit_full.yml4
-rw-r--r--extras/benchmark/suites/fruit_mostly_full.yml4
-rw-r--r--extras/benchmark/suites/fruit_quick.yml4
-rw-r--r--extras/benchmark/suites/fruit_single.yml2
-rw-r--r--extras/benchmark/suites/simple_di_full.yml4
-rw-r--r--extras/benchmark/suites/simple_di_mostly_full.yml4
8 files changed, 17 insertions, 17 deletions
diff --git a/extras/benchmark/suites/boost_di.yml b/extras/benchmark/suites/boost_di.yml
index 815991c..f0e1e94 100644
--- a/extras/benchmark/suites/boost_di.yml
+++ b/extras/benchmark/suites/boost_di.yml
@@ -19,8 +19,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-8"
- - "clang++-6.0"
+ - "g++-9"
+ - "clang++-10"
benchmarks:
- name:
diff --git a/extras/benchmark/suites/debug.yml b/extras/benchmark/suites/debug.yml
index 13d6c0b..431f1a9 100644
--- a/extras/benchmark/suites/debug.yml
+++ b/extras/benchmark/suites/debug.yml
@@ -22,12 +22,12 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-7"
- - "clang++-4.0"
+ - "g++-9"
+ - "clang++-10"
gcc: &gcc
- - "g++-7"
+ - "g++-9"
clang: &clang
- - "clang++-4.0"
+ - "clang++-10"
benchmarks:
- name: "fruit_single_file_compile_time"
diff --git a/extras/benchmark/suites/fruit_full.yml b/extras/benchmark/suites/fruit_full.yml
index 32ac6d1..262ec32 100644
--- a/extras/benchmark/suites/fruit_full.yml
+++ b/extras/benchmark/suites/fruit_full.yml
@@ -19,8 +19,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-8"
- - "clang++-6.0"
+ - "g++-9"
+ - "clang++-10"
num_classes: &num_classes
- 100
- 1000
diff --git a/extras/benchmark/suites/fruit_mostly_full.yml b/extras/benchmark/suites/fruit_mostly_full.yml
index e212ac8..dcba6fe 100644
--- a/extras/benchmark/suites/fruit_mostly_full.yml
+++ b/extras/benchmark/suites/fruit_mostly_full.yml
@@ -19,8 +19,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-8"
- - "clang++-6.0"
+ - "g++-9"
+ - "clang++-10"
num_classes: &num_classes
- 100
- 1000
diff --git a/extras/benchmark/suites/fruit_quick.yml b/extras/benchmark/suites/fruit_quick.yml
index 002e7e8..82bce10 100644
--- a/extras/benchmark/suites/fruit_quick.yml
+++ b/extras/benchmark/suites/fruit_quick.yml
@@ -19,8 +19,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-6"
- - "clang++-4.0"
+ - "g++-9"
+ - "clang++-10"
num_classes: &num_classes
- 100
diff --git a/extras/benchmark/suites/fruit_single.yml b/extras/benchmark/suites/fruit_single.yml
index d269da9..e030c5e 100644
--- a/extras/benchmark/suites/fruit_single.yml
+++ b/extras/benchmark/suites/fruit_single.yml
@@ -21,7 +21,7 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-7"
+ - "g++-9"
benchmarks:
- name:
diff --git a/extras/benchmark/suites/simple_di_full.yml b/extras/benchmark/suites/simple_di_full.yml
index 6ed8d0f..b280338 100644
--- a/extras/benchmark/suites/simple_di_full.yml
+++ b/extras/benchmark/suites/simple_di_full.yml
@@ -22,8 +22,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-7"
- - "clang++-4.0"
+ - "g++-9"
+ - "clang++-10"
num_classes: &num_classes
- 100
- 1000
diff --git a/extras/benchmark/suites/simple_di_mostly_full.yml b/extras/benchmark/suites/simple_di_mostly_full.yml
index a833652..f5587fe 100644
--- a/extras/benchmark/suites/simple_di_mostly_full.yml
+++ b/extras/benchmark/suites/simple_di_mostly_full.yml
@@ -22,8 +22,8 @@ global:
# These values are ignored, they are here just to be referenced below.
constants:
compilers: &compilers
- - "g++-7"
- - "clang++-4.0"
+ - "g++-9"
+ - "clang++-10"
num_classes: &num_classes
- 100