ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Benchmark names with spaces are not viewable in the UI #462

Closed punchagan closed 1 year ago

punchagan commented 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

punchagan commented 1 year ago

Minor UI fix. Self merging to unblock @3Rafal from iterating on the Merlin benchmarks.