-
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 Melange Benchmark (customSmallerIsBetter) benchmark result for 74…
- 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.
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": 1723023587318, | ||
"lastUpdate": 1723023732602, | ||
"repoUrl": "https://github.com/ocaml/dune", | ||
"entries": { | ||
"Melange Benchmark": [ | ||
|
@@ -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": [ | ||
|