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 7b0b37f commit ce24bc6Copy full SHA for ce24bc6
timeall
@@ -96,7 +96,6 @@ my %COMPILERS = (
96
language => 'Perl 6',
97
compiler => 'niecza',
98
vm => 'mono',
99
- dir => 'BENCH/../niecza',
100
f_run => [$VM{mono}, qw( run/Niecza.exe )],
101
e_run => [$VM{mono}, qw( run/Niecza.exe -e )],
102
show_ver => [$VM{mono}, qw( run/Niecza.exe --version )],
@@ -156,7 +155,6 @@ my %COMPILERS = (
156
155
language => 'NQP',
157
158
159
160
161
162
0 commit comments