-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
Layout benchmark broken #1254
Labels
Comments
The above error message is from chrome. Firefox says:
|
9 tasks
#1238 mentions that the following benchmarks are bad: Layout, WorkerTransfer, SymbolLayout, HillshadeLoad |
HilshadeLoad works for me. The others (Layout, WorkerTransfer, SymbolLayout) all show the same console error:
|
They are the only three benchmarks which use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Layout benchmark seems to be broken. Thanks @ambientlight for pointing this out.
Steps to reproduce the problem:
(maybe I should put all the build commands in a build-all?)
Then open your browser, got to http://localhost:9966/bench/versions and wait for the Layout benchmark to show up (
side note, one should be able to open http://localhost:9966/bench/versions?compare=main#Layout to see only the layout benchmark, but this is broken, tooworks on a clean install). Open the browser console and you will find the following error messageGoing forward, we should really refactor the benchmarks and run them in CI. This would maybe not give significant numbers, but at least we could see if the benchmarks still work.
The text was updated successfully, but these errors were encountered: