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

Incorrect elapsed time in dashboard #24

Closed
tmr232 opened this issue May 23, 2023 · 1 comment
Closed

Incorrect elapsed time in dashboard #24

tmr232 opened this issue May 23, 2023 · 1 comment

Comments

@tmr232
Copy link

tmr232 commented May 23, 2023

When running tests - it seems that the the "elapsed time" displayed is around a fifth of the actual time (at least on my machine).

I ran a test for 10 minutes, and it listed 2 minutes as the elapsed time.

@Zac-HD
Copy link
Owner

Zac-HD commented May 23, 2023

That's two minutes spent running your test function, and eight minutes on everything else the fuzzer does - which seems correctly measured, though also suggests that there may be room for performance optimization.

In general the whole point of HypoFuzz is to accept higher overheads to get better asymptotic speedups though, so I'm not too worried. On the other hand it's definitely still in alpha / prototype stage, and there's bound to be a lot of low-hanging fruit if you want to try speeding things up!

@Zac-HD Zac-HD closed this as completed May 23, 2023
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

2 participants