-
-
Notifications
You must be signed in to change notification settings - Fork 65
Consider making the runs longer #1417
Copy link
Copy link
Open
Labels
platformEverything related to benchmark exection, including the PR workflow.Everything related to benchmark exection, including the PR workflow.
Description
Activity
Metadata
Metadata
Assignees
Labels
platformEverything related to benchmark exection, including the PR workflow.Everything related to benchmark exection, including the PR workflow.
Some frameworks/languages have runtime optimisations (such as Java with JIT), which trigger after some time.
As far as I could find out, these benchmarks do not warmp-up the servers (or the warmup is very short), and the data is collected from three 5 second runs.
Is there a plan to have longer runs once you switch from "alpha", or is this the current intent?
If so, I would like to ask to consider changing this, as most HTTP servers run over longer periods of time, and any runtime optimisation is relevant. This also penalises servers that have any kind of JIT equivalent.
I understand this would make the whole suite run really long, if we were to switch from seconds to minutes.