Skip to content

Commit 753fed4

Browse files
author
github-action-benchmark
committed
add C++ Benchmark (googlecpp) benchmark result for 1003f6b
1 parent 2816974 commit 753fed4

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

dev/bench/data.js

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756571994117,
2+
"lastUpdate": 1756848194934,
33
"entries": {
44
"Rust Benchmark": [
55
{
@@ -51957,6 +51957,42 @@ window.BENCHMARK_DATA = {
5195751957
"extra": "iterations: 31421\ncpu: 22290.789058273134 ns\nthreads: 1"
5195851958
}
5195951959
]
51960+
},
51961+
{
51962+
"commit": {
51963+
"author": {
51964+
"email": "[email protected]",
51965+
"name": "Chris Trześniewski",
51966+
"username": "ktrz"
51967+
},
51968+
"committer": {
51969+
"email": "[email protected]",
51970+
"name": "GitHub",
51971+
"username": "web-flow"
51972+
},
51973+
"distinct": true,
51974+
"id": "1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4",
51975+
"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",
51976+
"timestamp": "2025-09-02T23:22:49+02:00",
51977+
"tree_id": "adb8609ba7a1aee28972ad77f920c7fdff95086a",
51978+
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4"
51979+
},
51980+
"date": 1756848191690,
51981+
"tool": "googlecpp",
51982+
"benches": [
51983+
{
51984+
"name": "fib_10",
51985+
"value": 177.39194700745583,
51986+
"unit": "ns/iter",
51987+
"extra": "iterations: 3947725\ncpu: 177.3750965429456 ns\nthreads: 1"
51988+
},
51989+
{
51990+
"name": "fib_20",
51991+
"value": 22293.6137522301,
51992+
"unit": "ns/iter",
51993+
"extra": "iterations: 31384\ncpu: 22289.31359928626 ns\nthreads: 1"
51994+
}
51995+
]
5196051996
}
5196151997
],
5196251998
"Catch2 Benchmark": [

0 commit comments

Comments
 (0)