Skip to content

Commit

Permalink
Merge pull request #14 from lucproglangcourse/master
Browse files Browse the repository at this point in the history
cosmetic fixes to readme
  • Loading branch information
klaeufer committed Mar 3, 2016
2 parents 81d6249 + fa6b92e commit df295f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ To generate larger data sets for testing:

To run the benchmarks:

$ sbt 'test:runMain edu.luc.etl.osdi.processtree.scala.fakeps.BenchmarkFold'
$ sbt 'test:runMain edu.luc.etl.osdi.processtree.scala.fakeps.BenchmarkArray'
$ sbt 'test:runMain edu.luc.etl.osdi.processtree.scala.mutable.Benchmark -silent'
$ sbt 'test:runMain edu.luc.etl.osdi.processtree.scala.groupby.Benchmark -silent'
$ sbt 'test:runMain edu.luc.etl.osdi.processtree.scala.fold.Benchmark -silent'
$ sbt "test:runMain edu.luc.etl.osdi.processtree.scala.fakeps.BenchmarkFold"
$ sbt "test:runMain edu.luc.etl.osdi.processtree.scala.fakeps.BenchmarkArray"
$ sbt "test:runMain edu.luc.etl.osdi.processtree.scala.mutable.Benchmark"
$ sbt "test:runMain edu.luc.etl.osdi.processtree.scala.groupby.Benchmark"
$ sbt "test:runMain edu.luc.etl.osdi.processtree.scala.fold.Benchmark"

On Windows, if you installed [Git](http://git-scm.com/) with the recommended
third option, *Use Git and optional Unix tools from the Windows Command Prompt*,
Expand Down

0 comments on commit df295f2

Please sign in to comment.