Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is VM starting time included into benchmark result? #348

Open
dolfinus opened this issue Jan 3, 2023 · 0 comments
Open

Is VM starting time included into benchmark result? #348

dolfinus opened this issue Jan 3, 2023 · 0 comments

Comments

@dolfinus
Copy link
Contributor

dolfinus commented Jan 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant