-
Notifications
You must be signed in to change notification settings - Fork 81
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
GitHub CI is unstable? #50
Comments
I'm not sure what is going on here. But these are the results. I would assume for now that the VM has isolation, and we can disregard outside influences. Otherwise, that could be the cause.
I doubt that would help.
This might be an option, but how would you define "fast" and increase by how much? It would also increase the CI time.
That one seems to me as the best option. But I'm not sure about the min. Maybe using the median instead? |
See also the discussion in #17. |
there are only so many languages we just manually pick them. it's very obvious from the graph there's a set of tier-1 languages much faster than the rest (all statically compiled, except LuaJIT maybe) |
This doesn't make any sense (JIT languages (pypy and LuaJIT) can't take negative amount of time to start-up), I think we probably need to either
hyperfine
has this option)The text was updated successfully, but these errors were encountered: