hanabi1224 / hanabi1224/Programming-Language-Benchmarks
Is VM starting time included into benchmark result?
Open
- Dominant language
- C#
- Stars
- 800
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Some languages are running inside VMs which can start quite slowly (like JVM or ErlangVM). But I see that only process start and finish times are recorded.
So this startup time is included into the benchmark, even if application itself is not running any calculation during this time. Is that fair?
I mean, it is probably okay in helloworld test, just because it is designed to do nothing and measure time from process start to finish, but for tests with heavy calculations startup time should not be a part of the test.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.