Skip to content

Commit 39f30e4

Browse files
committed
Add benchmark result (in JSON format) collected on Intel x86_64 machine running Linux kernel
Signed-off-by: Anjan Roy <[email protected]>
1 parent e2f0a48 commit 39f30e4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"context": {
3+
"date": "2024-11-10T19:34:01+04:00",
4+
"host_name": "linux",
5+
"executable": "./build/perf/perf.out",
6+
"num_cpus": 16,
7+
"mhz_per_cpu": 663,
8+
"cpu_scaling_enabled": false,
9+
"caches": [
10+
{
11+
"type": "Data",
12+
"level": 1,
13+
"size": 49152,
14+
"num_sharing": 2
15+
},
16+
{
17+
"type": "Instruction",
18+
"level": 1,
19+
"size": 32768,
20+
"num_sharing": 2
21+
},
22+
{
23+
"type": "Unified",
24+
"level": 2,
25+
"size": 1310720,
26+
"num_sharing": 2
27+
},
28+
{
29+
"type": "Unified",
30+
"level": 3,
31+
"size": 18874368,
32+
"num_sharing": 16
33+
}
34+
],
35+
"load_avg": [0.181152,0.0458984,0.0136719],
36+
"library_version": "v1.9.0-8-g3fd1e6a7",
37+
"library_build_type": "release",
38+
"json_schema_version": 1
39+
},
40+
"benchmarks": [

0 commit comments

Comments
 (0)