-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Catch2 Benchmark (catch2) benchmark result for 036be2a998715b878d…
…1dae2f88bd8ce86ca79ab7
- Loading branch information
github-action-benchmark
committed
Jan 24, 2024
1 parent
f2e83f3
commit 478483a
Showing
1 changed file
with
39 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": 1706108728349, | ||
"lastUpdate": 1706110391576, | ||
"entries": { | ||
"Rust Benchmark": [ | ||
{ | ||
|
@@ -44543,6 +44543,44 @@ window.BENCHMARK_DATA = { | |
"extra": "100 samples\n2 iterations" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Maria Ines Parnisari", | ||
"username": "miparnisari" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "036be2a998715b878d1dae2f88bd8ce86ca79ab7", | ||
"message": "update to node 20 (#208)", | ||
"timestamp": "2024-01-24T16:32:24+01:00", | ||
"tree_id": "ca32c0dfe4c5cd2b4f64baa56a4081243b7fd211", | ||
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/036be2a998715b878d1dae2f88bd8ce86ca79ab7" | ||
}, | ||
"date": 1706110390478, | ||
"tool": "catch2", | ||
"benches": [ | ||
{ | ||
"name": "Fibonacci 10", | ||
"value": 144, | ||
"range": "± 0", | ||
"unit": "ns", | ||
"extra": "100 samples\n199 iterations" | ||
}, | ||
{ | ||
"name": "Fibonacci 20", | ||
"value": 18.788, | ||
"range": "± 206", | ||
"unit": "us", | ||
"extra": "100 samples\n2 iterations" | ||
} | ||
] | ||
} | ||
], | ||
"Julia benchmark result": [ | ||
|