aboutsummaryrefslogtreecommitdiff
path: root/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
diff options
context:
space:
mode:
Diffstat (limited to 'utils/google-benchmark/tools/gbench/Inputs/test1_run2.json')
-rw-r--r--utils/google-benchmark/tools/gbench/Inputs/test1_run2.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json b/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
index d8bc72d29564..aed5151d3921 100644
--- a/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
+++ b/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
@@ -41,6 +41,20 @@
"real_time": 110,
"cpu_time": 110,
"time_unit": "ns"
+ },
+ {
+ "name": "BM_100xSlower",
+ "iterations": 1000,
+ "real_time": 10000,
+ "cpu_time": 10000,
+ "time_unit": "ns"
+ },
+ {
+ "name": "BM_100xFaster",
+ "iterations": 1000,
+ "real_time": 100,
+ "cpu_time": 100,
+ "time_unit": "ns"
}
]
} \ No newline at end of file