Skip to content

Commit 5953556

Browse files
author
github-action-benchmark
committed
add Julia benchmark result (julia) benchmark result for 1003f6b
1 parent 0896aba commit 5953556

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": 1756848207639,
2+
"lastUpdate": 1756848235474,
33
"entries": {
44
"Rust Benchmark": [
55
{
@@ -60467,6 +60467,42 @@ window.BENCHMARK_DATA = {
6046760467
"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}"
6046860468
}
6046960469
]
60470+
},
60471+
{
60472+
"commit": {
60473+
"author": {
60474+
"email": "[email protected]",
60475+
"name": "Chris Trześniewski",
60476+
"username": "ktrz"
60477+
},
60478+
"committer": {
60479+
"email": "[email protected]",
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+
]
6047060506
}
6047160507
],
6047260508
"Benchmark.Net Benchmark": [

0 commit comments

Comments
 (0)