|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1756848207639, |
| 2 | + "lastUpdate": 1756848235474, |
3 | 3 | "entries": { |
4 | 4 | "Rust Benchmark": [ |
5 | 5 | { |
@@ -60467,6 +60467,42 @@ window.BENCHMARK_DATA = { |
60467 | 60467 | "extra": "gctime=0\nmemory=0\nallocs=0\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":1,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}" |
60468 | 60468 | } |
60469 | 60469 | ] |
| 60470 | + }, |
| 60471 | + { |
| 60472 | + "commit": { |
| 60473 | + "author": { |
| 60474 | + |
| 60475 | + "name": "Chris Trześniewski", |
| 60476 | + "username": "ktrz" |
| 60477 | + }, |
| 60478 | + "committer": { |
| 60479 | + |
| 60480 | + "name": "GitHub", |
| 60481 | + "username": "web-flow" |
| 60482 | + }, |
| 60483 | + "distinct": true, |
| 60484 | + "id": "1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4", |
| 60485 | + "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", |
| 60486 | + "timestamp": "2025-09-02T23:22:49+02:00", |
| 60487 | + "tree_id": "adb8609ba7a1aee28972ad77f920c7fdff95086a", |
| 60488 | + "url": "https://github.com/benchmark-action/github-action-benchmark/commit/1003f6bf2a87bea48cb5bddfe7b39e33d1c036d4" |
| 60489 | + }, |
| 60490 | + "date": 1756848231705, |
| 60491 | + "tool": "julia", |
| 60492 | + "benches": [ |
| 60493 | + { |
| 60494 | + "name": "fib/10", |
| 60495 | + "value": 299.2857142857143, |
| 60496 | + "unit": "ns", |
| 60497 | + "extra": "gctime=0\nmemory=0\nallocs=0\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":259,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}" |
| 60498 | + }, |
| 60499 | + { |
| 60500 | + "name": "fib/20", |
| 60501 | + "value": 41638, |
| 60502 | + "unit": "ns", |
| 60503 | + "extra": "gctime=0\nmemory=0\nallocs=0\nparams={\"gctrial\":true,\"time_tolerance\":0.05,\"evals_set\":false,\"samples\":10000,\"evals\":1,\"gcsample\":false,\"seconds\":5,\"overhead\":0,\"memory_tolerance\":0.01}" |
| 60504 | + } |
| 60505 | + ] |
60470 | 60506 | } |
60471 | 60507 | ], |
60472 | 60508 | "Benchmark.Net Benchmark": [ |
|
0 commit comments