Benchmarks: Make seq_echo benchmark longer

This took ~12ms on my system, which is too short to see much more than
startup time.
This commit is contained in:
Fabian Homborg 2020-12-15 18:17:13 +01:00
parent 31166f4731
commit 1083cd2640

View File

@ -1,3 +1,3 @@
for i in (seq 1000)
for i in (seq 10000)
echo $i
end