Skip to content

Commit

Permalink
add Banana Benchmark (googlecpp) benchmark result for 7b9f299
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 31, 2023
1 parent 0468c75 commit 8cf9131
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": 1693336683953,
"lastUpdate": 1693482988745,
"repoUrl": "https://github.com/omaraflak/banana",
"entries": {
"Banana Benchmark": [
Expand Down Expand Up @@ -206,6 +206,48 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 72936\ncpu: 24646.599758692548 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Omar",
"username": "omaraflak"
},
"committer": {
"email": "[email protected]",
"name": "Omar",
"username": "omaraflak"
},
"distinct": true,
"id": "7b9f29989cfeea210f093e94870addb977529e8f",
"message": "ssh to http",
"timestamp": "2023-08-31T11:54:02Z",
"tree_id": "c924ddbe5b96dd4b067e17dfd185d9a16697e2a1",
"url": "https://github.com/omaraflak/banana/commit/7b9f29989cfeea210f093e94870addb977529e8f"
},
"date": 1693482988133,
"tool": "googlecpp",
"benches": [
{
"name": "bm_fib",
"value": 58932325.916667126,
"unit": "ns/iter",
"extra": "iterations: 12\ncpu: 57444441.666666664 ns\nthreads: 1"
},
{
"name": "bm_primes",
"value": 517638957.9999921,
"unit": "ns/iter",
"extra": "iterations: 1\ncpu: 517072500.00000006 ns\nthreads: 1"
},
{
"name": "bm_while_loop",
"value": 8317.481844802373,
"unit": "ns/iter",
"extra": "iterations: 81960\ncpu: 8316.572718399217 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 8cf9131

Please sign in to comment.