Skip to content

Commit

Permalink
add Synthetic Benchmark (customSmallerIsBetter) benchmark result for 1…
Browse files Browse the repository at this point in the history
  • 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.
31 changes: 30 additions & 1 deletion dev/bench/data.js
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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit b23f765

Please sign in to comment.