diff options
Diffstat (limited to 'run/benchmark')
-rwxr-xr-x | run/benchmark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/benchmark b/run/benchmark index 4c20e0e..ea692a1 100755 --- a/run/benchmark +++ b/run/benchmark @@ -7,7 +7,7 @@ my @cmd = ( q{date}, q{perl5.32.0 -le 'print "Hello world!"'}, q{python3.7 -c 'print("Hello world!")'}, - q{ruby26 -e 'puts "Hello world!"'}, + q{ruby26 -le 'print "Hello world!"'}, ); my @res; for (1..3) { |