-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Banana Benchmark (googlecpp) benchmark result for 42eed79
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|