Benchmarking the Scala Compiler

Hi everyone,

I am a beginner to the Scala compiler and I see that there are 3 folders bench, bench-micro, and bench-run. However, I don’t think these are being used because the projects associated with these folders are commented out in build.sbt and Build.scala. When I tried to uncomment them, a lot of variables that they are using are out of date; and when I tried to fix them, I ran into other errors.

My question: are developers still using these benchmark files? If so, what is your setup in Build.scala? If not, what do you use to benchmark the compiler?

Thank you!

1 Like

@mbovel has been doing some benchmarking recently

1 Like