Support benchmarking Scala versions built with compiler flags
Opened this issue · 0 comments
lrytz commented
Currently a Scala version is a commit sha. We'd like to be able to run the benchmarks for a Scala version built with different compiler flags.
- Internally, a
ScalaVersionalready is(sha: String, compilerOptions: List[String])-Nilmeans the default, i.e.-opt:l:classpathin 2.12 - The options are currently unused, the
integrate-bootstrapjobs don't allow passing them in - Need a naming scheme for the build artifacts - either build it from the
compilerOptionsor require users to provide it