Skip to content

Commit

Permalink
add Banana Benchmark (googlecpp) benchmark result for 42eed79
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 5, 2023
1 parent 19333ab commit 3bc70b9
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": 1696509879589,
"lastUpdate": 1696513813096,
"repoUrl": "https://github.com/omaraflak/banana",
"entries": {
"Banana Benchmark": [
Expand Down Expand Up @@ -374,6 +374,48 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 79151\ncpu: 19954.561534282573 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": "42eed79309ad6ffb8ef8d1b916fd13b22192dbd7",
"message": "Update README.md",
"timestamp": "2023-10-05T15:46:50+02:00",
"tree_id": "cf900c72b71227545b403df9b5c9035e0335a30f",
"url": "https://github.com/omaraflak/banana/commit/42eed79309ad6ffb8ef8d1b916fd13b22192dbd7"
},
"date": 1696513811846,
"tool": "googlecpp",
"benches": [
{
"name": "bm_fib",
"value": 113718242.99999389,
"unit": "ns/iter",
"extra": "iterations: 7\ncpu: 108412485.71428573 ns\nthreads: 1"
},
{
"name": "bm_primes",
"value": 658661172.9999845,
"unit": "ns/iter",
"extra": "iterations: 1\ncpu: 657623300 ns\nthreads: 1"
},
{
"name": "bm_while_loop",
"value": 12661.697281019138,
"unit": "ns/iter",
"extra": "iterations: 58110\ncpu: 12660.206504904489 ns\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 3bc70b9

Please sign in to comment.