-
Notifications
You must be signed in to change notification settings - Fork 414
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 342587c
- Loading branch information
github-action-benchmark
committed
Feb 2, 2025
1 parent
85ea8af
commit 6572eaa
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": 1738493521297, | ||
"lastUpdate": 1738516322170, | ||
"repoUrl": "https://github.com/ocaml/dune", | ||
"entries": { | ||
"Melange Benchmark": [ | ||
|
@@ -297484,6 +297484,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": "342587c9f7046df115649d7e9354dd6188359128", | ||
"message": "refactor(pkg): speed up opam file parsing (#11435)\n\nSince we are reading opam files direclty from strings, their paths are\r\nmeaningless and we shouldn't try to infer anything about the file from\r\nthe filename we've passed.\r\n\r\nSigned-off-by: Rudi Grinberg <[email protected]>", | ||
"timestamp": "2025-02-02T17:04:30Z", | ||
"tree_id": "611165381def02baa805392cfbb45cdb9ed0be39", | ||
"url": "https://github.com/ocaml/dune/commit/342587c9f7046df115649d7e9354dd6188359128" | ||
}, | ||
"date": 1738516246524, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "synthetic watch build time (warm, Linux)", | ||
"value": "14.654697276246665", | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|