-
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 5…
- Loading branch information
github-action-benchmark
committed
Aug 23, 2024
1 parent
a9a3a68
commit 47ddbb5
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": 1724415339602, | ||
"lastUpdate": 1724415548154, | ||
"repoUrl": "https://github.com/ocaml/dune", | ||
"entries": { | ||
"Melange Benchmark": [ | ||
|
@@ -191720,6 +191720,35 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marek Kubica", | ||
"username": "Leonidas-from-XIV" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5d0517127f1d28a7905471fde09cc2ff0fd9e53f", | ||
"message": "RFC: Make it possible to disable line wrapping in tests (#10841)\n\n* feat(test): Make it possible to disable line wrapping\r\n\r\nSometimes cram tests are not reproducible if different platforms output\r\ndifferent length errors, in which case even editing out the errors with\r\ncommon tools like `sed` does not help as the wrapping happens before the\r\n`sed` invocation runs, thus the message is split over multiple lines.\r\n\r\nThis introduces an option to disable the automatic wrapping of lines.\r\n\r\n---------\r\n\r\nSigned-off-by: Marek Kubica <[email protected]>", | ||
"timestamp": "2024-08-23T14:06:09+02:00", | ||
"tree_id": "73c09a0e6b9a81e8586d18b2ebae2805dc1afbe9", | ||
"url": "https://github.com/ocaml/dune/commit/5d0517127f1d28a7905471fde09cc2ff0fd9e53f" | ||
}, | ||
"date": 1724415547545, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "synthetic build time (cold, Linux)", | ||
"value": "40.8586627015", | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
], | ||
"Synthetic Watch Benchmark": [ | ||
|