Skip to content

Commit

Permalink
add Synthetic Benchmark (customSmallerIsBetter) benchmark result for 4…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 10, 2024
1 parent 6b7138a commit 0acaaec
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": 1728590530467,
"lastUpdate": 1728590538508,
"repoUrl": "https://github.com/ocaml/dune",
"entries": {
"Melange Benchmark": [
Expand Down Expand Up @@ -198651,6 +198651,35 @@ window.BENCHMARK_DATA = {
"unit": "seconds"
}
]
},
{
"commit": {
"author": {
"email": "kit.ty.kate@disroot.org",
"name": "Kate",
"username": "kit-ty-kate"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4cb8c41b25067f32016c85eaa6f873d796e47bb6",
"message": "Fix the compilation of OCaml 5 programs on Cygwin (#11009)\n\nstrdup is not part of the C standard library but is part of POSIX.\r\nBy default GCC and Clang both use the GNU variant of the C standard,\r\nso we are using strdup here to ensure users have access to it by default.\r\nIf -std=c++11 is used instead of -std=gnu++11 this would fail to compile\r\non non-POSIX platforms such as Cygwin.\r\n\r\nSigned-off-by: Kate <kit-ty-kate@outlook.com>",
"timestamp": "2024-10-10T20:47:26+01:00",
"tree_id": "2c3d62352c3ddf3fe46de56a16f7fa5a681a3444",
"url": "https://github.com/ocaml/dune/commit/4cb8c41b25067f32016c85eaa6f873d796e47bb6"
},
"date": 1728590537508,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "synthetic build time (warm, Linux)",
"value": "0.9967455768800001",
"unit": "seconds"
}
]
}
],
"Synthetic Watch Benchmark": [
Expand Down

0 comments on commit 0acaaec

Please sign in to comment.