-
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 19fc459
- 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.
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": 1694097531952, | ||
"lastUpdate": 1696509879589, | ||
"repoUrl": "https://github.com/omaraflak/banana", | ||
"entries": { | ||
"Banana Benchmark": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|