Skip to content

Support benchmarking Scala versions built with compiler flags #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lrytz opened this issue Feb 23, 2017 · 0 comments
Open

Support benchmarking Scala versions built with compiler flags #4

lrytz opened this issue Feb 23, 2017 · 0 comments

Comments

@lrytz
Copy link
Member

lrytz commented Feb 23, 2017

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 ScalaVersion already is (sha: String, compilerOptions: List[String]) - Nil means the default, i.e. -opt:l:classpath in 2.12
  • The options are currently unused, the integrate-bootstrap jobs don't allow passing them in
  • Need a naming scheme for the build artifacts - either build it from the compilerOptions or require users to provide it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant