From 6572eaa9a9aba6cfc8d3ec804cb86203811f2719 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 2 Feb 2025 17:12:02 +0000 Subject: [PATCH] add Synthetic Watch Benchmark (customSmallerIsBetter) benchmark result for 342587c9f7046df115649d7e9354dd6188359128 --- dev/bench/data.js | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 36e8e35c8af..788761ded6d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -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": "me@rgrinberg.com", + "name": "Rudi Grinberg", + "username": "rgrinberg" + }, + "committer": { + "email": "noreply@github.com", + "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 ", + "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" + } + ] } ] }