Skip to content

Commit

Permalink
add Benchmark (googlecpp) benchmark result for a809cb6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 4, 2024
1 parent 24d1995 commit 8bd8e27
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704372136861,
"lastUpdate": 1704382025187,
"repoUrl": "https://github.com/drexlerd/Loki",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -92,6 +92,48 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 2\ncpu: 352311149.9999999 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": "a809cb63cd7cd20716f0bda95ec8c972b0cbbe3d",
"message": "added making dependencies available to googlebenchmark",
"timestamp": "2024-01-04T16:20:35+01:00",
"tree_id": "2dccaa0437192e2b72680a0744d0b62b8bd84002",
"url": "https://github.com/drexlerd/Loki/commit/a809cb63cd7cd20716f0bda95ec8c972b0cbbe3d"
},
"date": 1704382024769,
"tool": "googlecpp",
"benches": [
{
"name": "BM_ConstructAtoms",
"value": 27502754.56000054,
"unit": "ns/iter",
"extra": "iterations: 25\ncpu: 27500728 ns\nthreads: 1"
},
{
"name": "BM_IterateAtoms",
"value": 1273325.0545454668,
"unit": "ns/iter",
"extra": "iterations: 550\ncpu: 1273304.1818181819 ns\nthreads: 1"
},
{
"name": "BM_RandomlyIterateAtoms",
"value": 2787156.8690476315,
"unit": "ns/iter",
"extra": "iterations: 252\ncpu: 2787043.6507936497 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 8bd8e27

Please sign in to comment.