Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: third_party/google_benchmark/tools/gbench/Inputs/test1_run1.json

Issue 2865663003: Adding Google benchmarking library. (Closed)
Patch Set: Sketch. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "context": {
3 "date": "2016-08-02 17:44:46",
4 "num_cpus": 4,
5 "mhz_per_cpu": 4228,
6 "cpu_scaling_enabled": false,
7 "library_build_type": "release"
8 },
9 "benchmarks": [
10 {
11 "name": "BM_SameTimes",
12 "iterations": 1000,
13 "real_time": 10,
14 "cpu_time": 10,
15 "time_unit": "ns"
16 },
17 {
18 "name": "BM_2xFaster",
19 "iterations": 1000,
20 "real_time": 50,
21 "cpu_time": 50,
22 "time_unit": "ns"
23 },
24 {
25 "name": "BM_2xSlower",
26 "iterations": 1000,
27 "real_time": 50,
28 "cpu_time": 50,
29 "time_unit": "ns"
30 },
31 {
32 "name": "BM_10PercentFaster",
33 "iterations": 1000,
34 "real_time": 100,
35 "cpu_time": 100,
36 "time_unit": "ns"
37 },
38 {
39 "name": "BM_10PercentSlower",
40 "iterations": 1000,
41 "real_time": 100,
42 "cpu_time": 100,
43 "time_unit": "ns"
44 },
45 {
46 "name": "BM_100xSlower",
47 "iterations": 1000,
48 "real_time": 100,
49 "cpu_time": 100,
50 "time_unit": "ns"
51 },
52 {
53 "name": "BM_100xFaster",
54 "iterations": 1000,
55 "real_time": 10000,
56 "cpu_time": 10000,
57 "time_unit": "ns"
58 }
59 ]
60 }
OLDNEW
« no previous file with comments | « third_party/google_benchmark/tools/compare_bench.py ('k') | third_party/google_benchmark/tools/gbench/Inputs/test1_run2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698