Closed punchagan closed 1 year ago
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
Minor UI fix. Self merging to unblock @3Rafal from iterating on the Merlin benchmarks.
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