Skip to content

Commit 1997628

Browse files
committed
Revert "Check performance overhead"
This reverts commit f2f72bf.
1 parent 27862bd commit 1997628

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bench/profiles/projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ charts:
2626

2727
scripts:
2828
dotty:
29-
- measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:implicitConversions -Yexplicit-nulls -Ysafe-init -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
29+
- measure -feature -deprecation -unchecked -Xfatal-warnings -encoding UTF8 -language:implicitConversions -Yexplicit-nulls -with-compiler $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
3030

3131
re2s:
32-
- measure -Ysafe-init $(find $PROG_HOME/tests/re2s/src -name *.scala)
32+
- measure $(find $PROG_HOME/tests/re2s/src -name *.scala)
3333

3434
# scalapb:
3535
# - source $PROG_HOME/dotty/bench/scripts/scalapb

bench/scripts/scalap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ set -e
22

33
path=$(cs fetch -p org.scala-lang:scala-compiler:2.13.0)
44

5-
measure -source 3.0-migration -classpath "$path" -Ysafe-init $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")
5+
measure -source 3.0-migration -classpath "$path" $(find $PROG_HOME/dotty/community-build/community-projects/scalap/src/scalap -name "*.scala")

bench/scripts/stdlib213

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33
pattern="! -name AnyVal.scala ! -name language.scala -name *.scala -o -name *.java"
44
stdlib213=$(find $PROG_HOME/dotty/community-build/community-projects/stdLib213/src/library/scala $pattern)
55
cd $PROG_HOME/dotty
6-
measure -language:implicitConversions -Ysafe-init $stdlib213
6+
measure -language:implicitConversions $stdlib213
77

0 commit comments

Comments
 (0)