We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f047d74 commit 5054872Copy full SHA for 5054872
bench/scripts/collection-strawman.sh
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env bash
2
+find library/src/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench/jmh:run" {} + | sbt
bench/scripts/compiler.sh
+find collection-strawman/src/main/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench/jmh:run" {} + | sbt
bench/scripts/library.sh
0 commit comments