-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (googlecpp) benchmark result for ef014c3
- Loading branch information
github-action-benchmark
committed
May 28, 2024
1 parent
a021b7a
commit 50993fa
Showing
1 changed file
with
79 additions
and
1 deletion.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1716833918609, | ||
"lastUpdate": 1716913756990, | ||
"repoUrl": "https://github.com/drexlerd/Loki", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -14528,6 +14528,84 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 78\ncpu: 9245352.84615385 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Dominik Drexler", | ||
"username": "drexlerd" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Dominik Drexler", | ||
"username": "drexlerd" | ||
}, | ||
"distinct": true, | ||
"id": "ef014c30cf3ed3e460827bb0ff328c93085b527d", | ||
"message": "lifted some parsing code.", | ||
"timestamp": "2024-05-28T18:18:40+02:00", | ||
"tree_id": "3d67e8a4d758d560f1368cbe06c1b7691571c102", | ||
"url": "https://github.com/drexlerd/Loki/commit/ef014c30cf3ed3e460827bb0ff328c93085b527d" | ||
}, | ||
"date": 1716913756259, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "loki::benchmarks::BM_ConstructAtoms", | ||
"value": 25882604.879998326, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 25\ncpu: 25880743.12 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100", | ||
"value": 5928.471482505953, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 99062\ncpu: 5928.414508085845 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/1000", | ||
"value": 50183.81371419919, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 13023\ncpu: 50183.434078169405 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/10000", | ||
"value": 561473.742399994, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1250\ncpu: 561435.9735999999 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100000", | ||
"value": 5380247.761538087, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 130\ncpu: 5380180.461538464 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100", | ||
"value": 6134.24135612835, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 114532\ncpu: 6134.1297715922165 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/1000", | ||
"value": 54739.733134374845, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 12733\ncpu: 54738.57629780885 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/10000", | ||
"value": 690135.2163225207, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1017\ncpu: 690097.6961651919 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100000", | ||
"value": 9079719.740258964, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 77\ncpu: 9079072.51948052 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|