Skip to content

Commit

Permalink
add Benchmark (googlecpp) benchmark result for 4b3b218
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 4, 2024
1 parent 9985708 commit 87a933d
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": 1704384643472,
"lastUpdate": 1704387161956,
"repoUrl": "https://github.com/drexlerd/Loki",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -128,6 +128,48 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 247\ncpu: 2818796.3562753038 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": "4b3b2186b0f7681bf4dea113db6fa9d8e2440d01",
"message": "added cmake config",
"timestamp": "2024-01-04T17:45:58+01:00",
"tree_id": "71cf7fb558ac1bbfcde5d7d3123526fe512f0998",
"url": "https://github.com/drexlerd/Loki/commit/4b3b2186b0f7681bf4dea113db6fa9d8e2440d01"
},
"date": 1704387161051,
"tool": "googlecpp",
"benches": [
{
"name": "BM_ConstructAtoms",
"value": 25495907.296296403,
"unit": "ns/iter",
"extra": "iterations: 27\ncpu: 25493807.40740741 ns\nthreads: 1"
},
{
"name": "BM_IterateAtoms",
"value": 1245271.3772242186,
"unit": "ns/iter",
"extra": "iterations: 562\ncpu: 1245162.4555160145 ns\nthreads: 1"
},
{
"name": "BM_RandomlyIterateAtoms",
"value": 2825460.342741796,
"unit": "ns/iter",
"extra": "iterations: 248\ncpu: 2825358.8709677407 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 87a933d

Please sign in to comment.