-
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 596a4ea
- Loading branch information
github-action-benchmark
committed
May 28, 2024
1 parent
50993fa
commit 179dce2
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": 1716913756990, | ||
"lastUpdate": 1716921465779, | ||
"repoUrl": "https://github.com/drexlerd/Loki", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -14606,6 +14606,84 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 77\ncpu: 9079072.51948052 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": "596a4eaaec0ed6a6b74e037b878fecaef9f48b19", | ||
"message": "added explicitly how many of the axiom parameters are used to synthesize the atom in the heado", | ||
"timestamp": "2024-05-28T20:26:51+02:00", | ||
"tree_id": "2c8da628927fe7bb1da4a5d4d129ac3574b3374d", | ||
"url": "https://github.com/drexlerd/Loki/commit/596a4eaaec0ed6a6b74e037b878fecaef9f48b19" | ||
}, | ||
"date": 1716921465276, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "loki::benchmarks::BM_ConstructAtoms", | ||
"value": 26579961.416667666, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 24\ncpu: 26579656.791666668 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100", | ||
"value": 5870.6508337871965, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 121014\ncpu: 5870.44403126911 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/1000", | ||
"value": 52627.74692949005, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 13190\ncpu: 52626.61683093252 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/10000", | ||
"value": 624147.5486798949, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1212\ncpu: 624138.4381188119 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100000", | ||
"value": 5813242.073770652, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 122\ncpu: 5813183.016393442 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100", | ||
"value": 6278.864329484516, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 112928\ncpu: 6278.765585151602 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/1000", | ||
"value": 57191.88231536438, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 12525\ncpu: 57190.01245508985 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/10000", | ||
"value": 723059.3350356617, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 979\ncpu: 723032.6475995913 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100000", | ||
"value": 9284737.090908565, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 77\ncpu: 9284504.246753247 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|