-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark result (in JSON format) collected on Intel x86_64 machi…
…ne running Linux kernel Signed-off-by: Anjan Roy <[email protected]>
- Loading branch information
1 parent
e2f0a48
commit 39f30e4
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
bench_result_on_Linux_6.11.0-9-generic_x86_64_with_g++_14.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"context": { | ||
"date": "2024-11-10T19:34:01+04:00", | ||
"host_name": "linux", | ||
"executable": "./build/perf/perf.out", | ||
"num_cpus": 16, | ||
"mhz_per_cpu": 663, | ||
"cpu_scaling_enabled": false, | ||
"caches": [ | ||
{ | ||
"type": "Data", | ||
"level": 1, | ||
"size": 49152, | ||
"num_sharing": 2 | ||
}, | ||
{ | ||
"type": "Instruction", | ||
"level": 1, | ||
"size": 32768, | ||
"num_sharing": 2 | ||
}, | ||
{ | ||
"type": "Unified", | ||
"level": 2, | ||
"size": 1310720, | ||
"num_sharing": 2 | ||
}, | ||
{ | ||
"type": "Unified", | ||
"level": 3, | ||
"size": 18874368, | ||
"num_sharing": 16 | ||
} | ||
], | ||
"load_avg": [0.181152,0.0458984,0.0136719], | ||
"library_version": "v1.9.0-8-g3fd1e6a7", | ||
"library_build_type": "release", | ||
"json_schema_version": 1 | ||
}, | ||
"benchmarks": [ |