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:
parent
a173c079d5
commit
4d8a82b68f
@ -1,4 +1,4 @@
|
||||
for i in (seq 2000)
|
||||
/usr/bin/true
|
||||
command true
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user