Add a benchmark for external commands

This just runs '/usr/bin/true' a lot.
This commit is contained in:
ridiculousfish 2019-04-13 12:37:08 -07:00
parent 2c7dc98337
commit e634abc1c8

View file

@ -0,0 +1,4 @@
for i in (seq 2000)
/usr/bin/true
end