-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Synthetic Benchmark (customSmallerIsBetter) benchmark result for 1…
- Loading branch information
github-action-benchmark
committed
Jul 3, 2024
1 parent
a1ef8c3
commit b23f765
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": 1720004945726, | ||
"lastUpdate": 1720004954034, | ||
"repoUrl": "https://github.com/ocaml/dune", | ||
"entries": { | ||
"Melange Benchmark": [ | ||
|
@@ -183832,6 +183832,35 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Stephen Sherratt", | ||
"username": "gridbugs" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1c8e98fabcb9f42cc9e63cd02a4d4032a8154d82", | ||
"message": "Add quotes around field name in error messages (#10157)\n\nThere are several places where a dune config will use a field named\r\n\"name\", and if such a field is omitted, prior to this change dune would\r\nprint the error 'field name missing' which is ambiguous. This change\r\nputs quotes around the field name (ie. 'field \"name\" missing') so it's\r\nclear that a field named \"name\" is missing, and not the name of a field.\r\n\r\nSigned-off-by: Stephen Sherratt <[email protected]>\r\nCo-authored-by: Etienne Millon <[email protected]>", | ||
"timestamp": "2024-07-03T12:51:27+02:00", | ||
"tree_id": "fa5f7b9a17a85ea915789996f61a6187b9ff8696", | ||
"url": "https://github.com/ocaml/dune/commit/1c8e98fabcb9f42cc9e63cd02a4d4032a8154d82" | ||
}, | ||
"date": 1720004953403, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "synthetic build time (warm, Linux)", | ||
"value": "1.1568366035866666", | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
], | ||
"Synthetic Watch Benchmark": [ | ||
|