File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
bench-run/src/main/scala/dotty/tools/benchmarks Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ object Bench {
6868 println()
6969 println(" Usage:" )
7070 println()
71- println(" dotty -bench-run/jmh:run [<warmup>] [<iterations>] [<forks>] <regexp> [<input>|--] [<output>]" )
71+ println(" scala3 -bench-run/jmh:run [<warmup>] [<iterations>] [<forks>] <regexp> [<input>|--] [<output>]" )
7272 println()
7373 println(" warmup: warmup iterations. defaults to 20." )
7474 println(" iterations: benchmark iterations. defaults to 20." )
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- sbt " dotty -bench-bootstrapped/jmh:run 40 40 3 bench/tests/Vector.scala"
2+ sbt " scala3 -bench-bootstrapped/jmh:run 40 40 3 bench/tests/Vector.scala"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- find compiler/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " dotty -bench-bootstrapped/jmh:run 0 1 10" {} + | sbt
2+ find compiler/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " scala3 -bench-bootstrapped/jmh:run 0 1 10" {} + | sbt
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- find compiler/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " dotty -bench-bootstrapped/jmh:run 5 10" {} + | sbt
2+ find compiler/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " scala3 -bench-bootstrapped/jmh:run 5 10" {} + | sbt
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- find library/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " dotty -bench-bootstrapped/jmh:run 0 1 10" {} + | sbt
2+ find library/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " scala3 -bench-bootstrapped/jmh:run 0 1 10" {} + | sbt
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- find library/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " dotty -bench-bootstrapped/jmh:run 40 30" {} + | sbt
2+ find library/src/ -type f \( -name " *.scala" -or -name " *.java" \) -exec echo " scala3 -bench-bootstrapped/jmh:run 40 30" {} + | sbt
You can’t perform that action at this time.
0 commit comments