Skip to content

Commit

Permalink
add Synthetic Benchmark (customSmallerIsBetter) benchmark result for 5…
Browse files Browse the repository at this point in the history
  • 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.
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": 1724415339602,
"lastUpdate": 1724415548154,
"repoUrl": "https://github.com/ocaml/dune",
"entries": {
"Melange Benchmark": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 47ddbb5

Please sign in to comment.