-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Synthetic Watch Benchmark (customSmallerIsBetter) benchmark resul…
…t for 0396705
- Loading branch information
github-action-benchmark
committed
Nov 24, 2024
1 parent
4ba5e31
commit 8162add
Showing
1 changed file
with
30 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": 1732393128375, | ||
"lastUpdate": 1732407066741, | ||
"repoUrl": "https://github.com/ocaml/dune", | ||
"entries": { | ||
"Melange Benchmark": [ | ||
|
@@ -274748,6 +274748,35 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Rudi Grinberg", | ||
"username": "rgrinberg" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0396705a730803eb73d6e688f461f1d6f093ca23", | ||
"message": "refactor: do not load super context for dune fmt rules (#11150)\n\nWe aren't executing any external actions, so all the additional loading\r\nis useless.\r\n\r\nSigned-off-by: Rudi Grinberg <[email protected]>", | ||
"timestamp": "2024-11-24T00:02:57Z", | ||
"tree_id": "92d3d7beffa9a27908517f3f095e4d0b214eb3b2", | ||
"url": "https://github.com/ocaml/dune/commit/0396705a730803eb73d6e688f461f1d6f093ca23" | ||
}, | ||
"date": 1732407004690, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "synthetic watch build time (warm, Linux)", | ||
"value": "15.573687651420002", | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|