-
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 7b9f299
- Loading branch information
github-action-benchmark
committed
Aug 31, 2023
1 parent
0468c75
commit 8cf9131
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": 1693336683953, | ||
"lastUpdate": 1693482988745, | ||
"repoUrl": "https://github.com/omaraflak/banana", | ||
"entries": { | ||
"Banana Benchmark": [ | ||
|
@@ -206,6 +206,48 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 72936\ncpu: 24646.599758692548 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Omar", | ||
"username": "omaraflak" | ||
}, | ||
"distinct": true, | ||
"id": "7b9f29989cfeea210f093e94870addb977529e8f", | ||
"message": "ssh to http", | ||
"timestamp": "2023-08-31T11:54:02Z", | ||
"tree_id": "c924ddbe5b96dd4b067e17dfd185d9a16697e2a1", | ||
"url": "https://github.com/omaraflak/banana/commit/7b9f29989cfeea210f093e94870addb977529e8f" | ||
}, | ||
"date": 1693482988133, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "bm_fib", | ||
"value": 58932325.916667126, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 12\ncpu: 57444441.666666664 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_primes", | ||
"value": 517638957.9999921, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 1\ncpu: 517072500.00000006 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "bm_while_loop", | ||
"value": 8317.481844802373, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 81960\ncpu: 8316.572718399217 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|