-
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 d70a7f9
- Loading branch information
github-action-benchmark
committed
Jul 8, 2024
1 parent
340efcd
commit 018e544
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": 1720360488229, | ||
"lastUpdate": 1720459350976, | ||
"repoUrl": "https://github.com/drexlerd/Loki", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -15230,6 +15230,84 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 71\ncpu: 10040637.535211265 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": "d70a7f9d8a7f26497f2bf523c9f01d8f5d90c86c", | ||
"message": "added optional filepath to domain and problem", | ||
"timestamp": "2024-07-08T19:11:38+02:00", | ||
"tree_id": "d9df62a40e5f75481fcb3901fc6a963189886068", | ||
"url": "https://github.com/drexlerd/Loki/commit/d70a7f9d8a7f26497f2bf523c9f01d8f5d90c86c" | ||
}, | ||
"date": 1720459350269, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "loki::benchmarks::BM_ConstructAtoms", | ||
"value": 28917403.400000695, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 25\ncpu: 28915961.32 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100", | ||
"value": 5712.37216330461, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 126071\ncpu: 5712.217908956064 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/1000", | ||
"value": 50780.67229890826, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 12606\ncpu: 50775.41694431223 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/10000", | ||
"value": 556875.8843700405, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1254\ncpu: 556828.3564593301 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_IterateAtoms/100000", | ||
"value": 5342457.244274687, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 131\ncpu: 5342309.58778626 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100", | ||
"value": 6064.762188520861, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 115457\ncpu: 6064.239994110363 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/1000", | ||
"value": 54534.587567101924, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 12853\ncpu: 54530.283746985166 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/10000", | ||
"value": 685803.5458089616, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1026\ncpu: 685747.5974658864 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "loki::benchmarks::BM_RandomlyIterateAtoms/100000", | ||
"value": 9197274.652174069, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 69\ncpu: 9196485.37681159 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|