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