-
Notifications
You must be signed in to change notification settings - Fork 17
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
merlin benchmark #457
Comments
When a benchmark name contains a space, the name is passed as a encoded string, which causes the GraphQL query to fail. This commit ensures that the name is decoded before passing it to the GraphQL query. Closes ocurrent#457
When a benchmark name contains a space, the name is passed as a encoded string, which causes the GraphQL query to fail. This commit ensures that the name is decoded before passing it to the GraphQL query. Closes #457
The benchmark has a You could also consider getting rid of the |
Thanks a lot @punchagan ! :) |
Hello :)
I have created a PR that introduces merlin benchmark: ocaml/merlin#1627
It seems to me that it executes correctly, but for some reason I get message
No data for selected interval.
and no graphs/results:Job: https://autumn.ocamllabs.io/ocaml/merlin/pull/1627/base/master?worker=autumn&image=bench.Dockerfile
Logs: http://autumn.ocamllabs.io:8081/job/2023-06-15/124937-ocluster-build-3cc6b4
I've checked my output with
cb-check
and it seems correct:Can you help me with identifying the reason for this behavior?
The text was updated successfully, but these errors were encountered: