-
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 1db6e5c
- Loading branch information
github-action-benchmark
committed
Sep 7, 2023
1 parent
688f75b
commit e7a2121
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": 1693483289680, | ||
"lastUpdate": 1694097531952, | ||
"repoUrl": "https://github.com/omaraflak/banana", | ||
"entries": { | ||
"Banana Benchmark": [ | ||
|
@@ -290,6 +290,48 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 81207\ncpu: 19757.402686960482 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"distinct": true, | ||
"id": "1db6e5c7d52e70b6bb083559f029e4514be0d28e", | ||
"message": "support void functions", | ||
"timestamp": "2023-09-07T14:36:12Z", | ||
"tree_id": "0aafc0b28424f6b15966050c6e2d2c1df803cdf9", | ||
"url": "https://github.com/omaraflak/banana/commit/1db6e5c7d52e70b6bb083559f029e4514be0d28e" | ||
}, | ||
"date": 1694097531263, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "bm_fib", | ||
"value": 61609092.81818373, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 11\ncpu: 59613718.181818195 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_primes", | ||
"value": 503232684.00001097, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1\ncpu: 502533299.99999994 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_while_loop", | ||
"value": 18136.461561500113, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 83471\ncpu: 18107.331887721484 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|