-
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 9887038
- Loading branch information
github-action-benchmark
committed
Aug 28, 2023
1 parent
2adbea4
commit eede7dd
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": 1693226825692, | ||
"lastUpdate": 1693226881372, | ||
"repoUrl": "https://github.com/omaraflak/banana", | ||
"entries": { | ||
"Banana Benchmark": [ | ||
|
@@ -80,6 +80,48 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 73225\ncpu: 9536.260839877094 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"distinct": true, | ||
"id": "9887038345d1c3059a05a0452ad66ea0afe153d3", | ||
"message": "clean", | ||
"timestamp": "2023-08-28T12:44:58Z", | ||
"tree_id": "086bc9e5f263731353a56edb9a5abe810a18d98d", | ||
"url": "https://github.com/omaraflak/banana/commit/9887038345d1c3059a05a0452ad66ea0afe153d3" | ||
}, | ||
"date": 1693226880108, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "bm_fib", | ||
"value": 81292661.44444436, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 9\ncpu: 78777422.22222224 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_primes", | ||
"value": 607827861.000004, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1\ncpu: 607506699.9999999 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_while_loop", | ||
"value": 33858.432223903044, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 59490\ncpu: 33605.096654899986 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|