benchmarks: use true executable in path

true is /bin/true on some Linux and /usr/bin/true on macOS.

[ci skip]
This commit is contained in:
David Adam 2019-04-17 18:31:14 +08:00
parent a173c079d5
commit 4d8a82b68f

View file

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