ocurrent / current-bench

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

Fix frontend: add worker and docker image to url #268

Closed art-w closed 2 years ago

art-w commented 2 years ago

The worker and docker image choice was not reflected in the url. This causes issues when refreshing the page as they are reset to the first available.

art-w commented 2 years ago

Yes it should still work! On arrival, the url will change to select the first available worker/image by adding ?worker=...&image=... at the end of the url. In the future we might do something smarter when no worker/image are selected in the url (for example with graph overlays), so we shoud keep the github url as is!