-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
benchmark_0_1.json
60 lines (60 loc) · 1.09 KB
/
benchmark_0_1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
{
"key": "benchmark_0",
"name": "Benchmark-0 (this is custom metrics test)",
"metadata": [
{
"key": "goos",
"name": "GOOS",
"value": "darwin"
},
{
"key": "goarch",
"name": "GOARCH",
"value": "amd64"
}
],
"metrics": [
{
"key": "N",
"name": "Number of iterations",
"value": 1000
},
{
"key": "NsPerOp",
"name": "Nanoseconds per iteration",
"value": 676.5,
"unit": " ns/op"
}
]
},
{
"key": "benchmark_1",
"name": "Benchmark-1 (this is custom metrics test)",
"metadata": [
{
"key": "goos",
"name": "GOOS",
"value": "darwin"
},
{
"key": "goarch",
"name": "GOARCH",
"value": "amd64"
}
],
"metrics": [
{
"key": "N",
"name": "Number of iterations",
"value": 1500
},
{
"key": "NsPerOp",
"name": "Nanoseconds per iteration",
"value": 1345,
"unit": " ns/op"
}
]
}
]