Since there has been quite a lot of renaissance releases in the last couple of years, it may not be obvious for a user to locate the benchmark sources on GitHub for a given renaissance execution they're investigating locally.
Assuming the addition of sources wouldn't increase the jar size too much, we could consider packaging them inside the jar such that IDEs would pick them up automatically.
It is very simple to do with maven and its maven-source-plugin, but I can't find much around this for sbt though.