Skip to content

Commit

Permalink
add Melange Benchmark (customSmallerIsBetter) benchmark result for 74…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 7, 2024
1 parent bca9400 commit c8eebdc
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": 1723023587318,
"lastUpdate": 1723023732602,
"repoUrl": "https://github.com/ocaml/dune",
"entries": {
"Melange Benchmark": [
Expand Down Expand Up @@ -68180,6 +68180,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": "74dab89be91bdca8a5c32727eddd71a8d4bd5164",
"message": "Replace oneshot_webserver with fake curl (#10808)\n\nThis solves a lot of the waiting leftover HTTP processes etc. The new\r\nfake curl will read the list of files to serve from `fake-curls` and map\r\neach line to a port.\r\n\r\nTo match the behavior of the oneshot-webserver it will only serve each\r\nport once, subsequent requests for the same port will be answered by 404\r\n(so not exactly the same but similar enough), the ports that were served\r\nare recorded into an `already-served` file.\r\n\r\nThe same file can be served multiple times, as long as it is present\r\nmultiple times in `fake-curls`.\r\n\r\nSigned-off-by: Marek Kubica <[email protected]>",
"timestamp": "2024-08-07T11:32:39+02:00",
"tree_id": "050fff5170f2a3a13ed282b039c26bf35ee2621b",
"url": "https://github.com/ocaml/dune/commit/74dab89be91bdca8a5c32727eddd71a8d4bd5164"
},
"date": 1723023731906,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "pupilfirst build time (Linux)",
"value": "21.27283277092",
"unit": "seconds"
}
]
}
],
"Synthetic Benchmark": [
Expand Down

0 comments on commit c8eebdc

Please sign in to comment.