File tree 6 files changed +6
-6
lines changed
bench-run/src/main/scala/dotty/tools/benchmarks
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ object Bench {
68
68
println()
69
69
println(" Usage:" )
70
70
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>]" )
72
72
println()
73
73
println(" warmup: warmup iterations. defaults to 20." )
74
74
println(" iterations: benchmark iterations. defaults to 20." )
Original file line number Diff line number Diff line change 1
1
#! /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 1
1
#! /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 1
1
#! /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 1
1
#! /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 1
1
#! /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