Skip to content

Commit bb03ba1

Browse files
author
Andrei Osipov
committed
Remove unnecessary 'scaling' option for tests
1 parent 136a61e commit bb03ba1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

minibenchmarks.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
skip => [qw( )],
150150
tags => [qw( sorting array )],
151151
scale => 0,
152-
scaling => 'linear',
153152
expected => "0\n",
154153
perl5 => [qw( BENCH/perl5/insertion-sort SCALE)],
155154
perl6 => [qw( BENCH/perl6/insertion-sort SCALE)],
@@ -159,7 +158,6 @@
159158
skip => [qw( )],
160159
tags => [qw( sorting array )],
161160
scale => 0,
162-
scaling => 'linear',
163161
expected => "0\n",
164162
perl5 => [qw( BENCH/perl5/merge-sort SCALE)],
165163
perl6 => [qw( BENCH/perl6/merge-sort SCALE)],

0 commit comments

Comments
 (0)