Skip to content

Commit ce24bc6

Browse files
author
Geoffrey Broadwell
committed
Don't override niecza dir when timing it
1 parent 7b0b37f commit ce24bc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

timeall

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ my %COMPILERS = (
9696
language => 'Perl 6',
9797
compiler => 'niecza',
9898
vm => 'mono',
99-
dir => 'BENCH/../niecza',
10099
f_run => [$VM{mono}, qw( run/Niecza.exe )],
101100
e_run => [$VM{mono}, qw( run/Niecza.exe -e )],
102101
show_ver => [$VM{mono}, qw( run/Niecza.exe --version )],
@@ -156,7 +155,6 @@ my %COMPILERS = (
156155
language => 'NQP',
157156
compiler => 'niecza',
158157
vm => 'mono',
159-
dir => 'BENCH/../niecza',
160158
f_run => [$VM{mono}, qw( run/Niecza.exe )],
161159
e_run => [$VM{mono}, qw( run/Niecza.exe -e )],
162160
show_ver => [$VM{mono}, qw( run/Niecza.exe --version )],

0 commit comments

Comments
 (0)