Skip to content

Commit

Permalink
add Banana Benchmark (googlecpp) benchmark result for 19fc459
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 5, 2023
1 parent e7a2121 commit 19333ab
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": 1694097531952,
"lastUpdate": 1696509879589,
"repoUrl": "https://github.com/omaraflak/banana",
"entries": {
"Banana Benchmark": [
Expand Down Expand Up @@ -332,6 +332,48 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 83471\ncpu: 18107.331887721484 ns\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Omar Aflak",
"username": "omaraflak"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "19fc4595ceb5382c7934017512fc3e931fc70917",
"message": "Fix string find()",
"timestamp": "2023-10-05T14:41:52+02:00",
"tree_id": "580338e96dcbe71058ad3215df52e204de62559c",
"url": "https://github.com/omaraflak/banana/commit/19fc4595ceb5382c7934017512fc3e931fc70917"
},
"date": 1696509878138,
"tool": "googlecpp",
"benches": [
{
"name": "bm_fib",
"value": 78841561.88888861,
"unit": "ns/iter",
"extra": "iterations: 9\ncpu: 75408633.33333333 ns\nthreads: 1"
},
{
"name": "bm_primes",
"value": 507714770.00000685,
"unit": "ns/iter",
"extra": "iterations: 1\ncpu: 507644300.00000006 ns\nthreads: 1"
},
{
"name": "bm_while_loop",
"value": 20296.904473727504,
"unit": "ns/iter",
"extra": "iterations: 79151\ncpu: 19954.561534282573 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 19333ab

Please sign in to comment.