diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-07 17:28:26 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-07 17:28:26 +0200 |
commit | 82eba6b5d1508a0e05a1231d4236b0187642abf1 (patch) | |
tree | 4c004d18f219cf0cab754ca5ffb863b930be08ae | |
parent | 6a0921dc54f9f9b8f13ec67c2fa18be702111e8e (diff) | |
download | perlisdead-82eba6b5d1508a0e05a1231d4236b0187642abf1.tar.gz |
Have Ruby use -l and print like Perl
-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) { |