Skip to content

Commit 9c93da7

Browse files
author
github-action-benchmark
committed
add Catch2 Benchmark (v3) (catch2) benchmark result for 1003f6b
1 parent 59337d4 commit 9c93da7

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

dev/bench/data.js

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756848244074,
2+
"lastUpdate": 1756848258189,
33
"entries": {
44
"Rust Benchmark": [
55
{
@@ -65329,6 +65329,44 @@ window.BENCHMARK_DATA = {
6532965329
"extra": "100 samples\n4 iterations"
6533065330
}
6533165331
]
65332+
},
65333+
{
65334+
"commit": {
65335+
"author": {
65336+
"email": "[email protected]",
65337+
"name": "Chris Trześniewski",
65338+
"username": "ktrz"
65339+
},
65340+
"committer": {
65341+
"email": "[email protected]",
65342+
"name": "GitHub",
65343+
"username": "web-flow"
65344+
},
65345+
"distinct": true,
65346+
"id": "1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4",
65347+
"message": "fix: time units are not normalized (issue #122) (#318)\n\nThis PR fixes an issue when the new benchmark results are using a different time unit than the previous one. This happens specifically when the benchmark values are very close to the boundary between 2 units, ex. `990 ns/iter` and `1.1 us/iter`. In that case, we need to normalize the newly coming results to the previously used unit so that the values are comparable.\n\n* extract addBenchmarkEntry function\n* normalize new entry values to match last entry units\n* handle `<time>`, `<time>/iter` and `ops/<time>` units",
65348+
"timestamp": "2025-09-02T23:22:49+02:00",
65349+
"tree_id": "adb8609ba7a1aee28972ad77f920c7fdff95086a",
65350+
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4"
65351+
},
65352+
"date": 1756848254859,
65353+
"tool": "catch2",
65354+
"benches": [
65355+
{
65356+
"name": "Fibonacci 10",
65357+
"value": 140.666,
65358+
"range": "± 35.1713",
65359+
"unit": "ns",
65360+
"extra": "100 samples\n372 iterations"
65361+
},
65362+
{
65363+
"name": "Fibonacci 20",
65364+
"value": 7.80636,
65365+
"range": "± 319.439",
65366+
"unit": "us",
65367+
"extra": "100 samples\n4 iterations"
65368+
}
65369+
]
6533265370
}
6533365371
]
6533465372
},

0 commit comments

Comments
 (0)