ocurrent / current-bench

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

Allow bench.Dockerfile to exist outside the root #395

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

Having a bench.Dockerfile at the root of the project isn't very clean, especially for big projects. It would be nice to unclutter this by allowing the file to be anywhere, or a specific other place..

art-w commented 1 year ago

A simple solution would be to list the custom dockerfile path/filename in the repo configuration(s), as we already do for the docker images, which would then also enable having multiple dockerfiles in different environments (as requested by @gridbugs )