mirror of https://github.com/sbt/sbt.git
Add binary-compatible methods to run scripted tests in parallel using parallel collections. Parallel collections are not tuned and a default of 4 cores is used for the `ForkJoinPool`. This can be a matter of experimentation in the future but for now I prefer to stay with it. The non-parallel methods are not affected by this change. The changes to the scripted plugin have not been used, only the sbt scripted plugin is using `runInParallel`. In the future, this change can also happen so that plugin authors can benefit from parallel sbt testing. This is not a priority for me now :) |
||
|---|---|---|
| .. | ||
| AutomateScalafmtPlugin.scala | ||
| ContrabandConfig.scala | ||
| Dependencies.scala | ||
| Docs.scala | ||
| NightlyPlugin.scala | ||
| PublishBinPlugin.scala | ||
| Release.scala | ||
| SbtLauncherPlugin.scala | ||
| Scripted.scala | ||
| SiteMap.scala | ||
| StatusPlugin.scala | ||
| Sxr.scala | ||
| Transform.scala | ||
| Util.scala | ||
| build.properties | ||
| plugins.sbt | ||