Skip to content
Snippets Groups Projects
Commit e049e321 authored by Matt Bovel's avatar Matt Bovel
Browse files

Fix typos

parent 1384f1fb
Branches
Tags
No related merge requests found
...@@ -19,13 +19,13 @@ sbt test ...@@ -19,13 +19,13 @@ sbt test
or to run a specific suite: or to run a specific suite:
``` ```
sbt testOnly midterm.Part1Test sbt "testOnly midterm.Part1Test"
``` ```
## Run a main function ## Run a main function
``` ```
sbt runMain midterm.part1 sbt "runMain midterm.part3"
``` ```
## Format ## Format
...@@ -37,5 +37,5 @@ sbt scalafmt ...@@ -37,5 +37,5 @@ sbt scalafmt
## Benchmark ## Benchmark
``` ```
sbt jmh:run -bm ss -i 40 -wi 5 -rf JSON -rff CollectionsBenchmarkResults.json bench.CollectionBenchmark sbt "jmh:run -bm ss -i 40 -wi 5 -rf JSON -rff CollectionsBenchmarkResults.json bench.CollectionBenchmark"
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment