|
| 1 | +scripts: |
| 2 | + |
| 3 | + re2s: |
| 4 | + - measure 1 1 1 $(find $PROG_HOME/tests/re2s/src -name *.scala) |
| 5 | + |
| 6 | + implicit-cache: |
| 7 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit_cache.scala |
| 8 | + |
| 9 | + implicit-cache-from-tasty: |
| 10 | + - source $PROG_HOME/dotty/bench/scripts/implicit-cache-from-tasty |
| 11 | + |
| 12 | + implicit-scope-loop: |
| 13 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicit-scope-loop.scala |
| 14 | + |
| 15 | + i1535: |
| 16 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/i1535.scala |
| 17 | + |
| 18 | + i1687: |
| 19 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/i1687.scala |
| 20 | + |
| 21 | + empty-class: |
| 22 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/empty-class.scala |
| 23 | + |
| 24 | + empty-object: |
| 25 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/empty-object.scala |
| 26 | + |
| 27 | + empty-file: |
| 28 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/empty-file.scala |
| 29 | + |
| 30 | + patmatexhaust: |
| 31 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/patmatexhaust.scala |
| 32 | + |
| 33 | + exhaustivity-I: |
| 34 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/exhaustivity-I.scala |
| 35 | + |
| 36 | + exhaustivity-S: |
| 37 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/exhaustivity-S.scala |
| 38 | + |
| 39 | + exhaustivity-T: |
| 40 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/exhaustivity-T.scala |
| 41 | + |
| 42 | + exhaustivity-V: |
| 43 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/exhaustivity-V.scala |
| 44 | + |
| 45 | + implicitNums: |
| 46 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/implicitNums.scala |
| 47 | + |
| 48 | + implicitNums-from-tasty: |
| 49 | + - source $PROG_HOME/dotty/bench/scripts/implicitNums-from-tasty |
| 50 | + |
| 51 | + inductive-implicits: |
| 52 | + - measure 1 1 1 $PROG_HOME/dotty/tests/bench/inductive-implicits.scala |
| 53 | + |
| 54 | + scalap: |
| 55 | + - source $PROG_HOME/dotty/bench/scripts/scalap |
| 56 | + |
| 57 | + power-macro-power-inlined-1: |
| 58 | + - source $PROG_HOME/dotty/bench/scripts/power-macro-1 |
| 59 | + |
| 60 | + power-macro-power-inlined-1k: |
| 61 | + - source $PROG_HOME/dotty/bench/scripts/power-macro-1k |
0 commit comments