sbt / sbt-jcstress

Trust no-one, and especially not memory visibility.
http://kto.so
19 stars 6 forks source link

[WIP] Remove hardcoded jcstress result path. (#1) #11

Open jiminhsieh opened 6 years ago

jiminhsieh commented 6 years ago

Fix #1 .

Users could add this line to build.sbt.

resultFolder := baseDirectory.value / "jcstress-results"

I kept original type File. Basically, users could export results to anywhere not only the base directory.

BTW, I am thinking about may we follow the style of sbt-jmh. I mean this piece of sbt-jmh. I know this is not a big deal, I just found the difference. Thanks! :)