mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
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:
parent
31166f4731
commit
1083cd2640
|
@ -1,3 +1,3 @@
|
|||
for i in (seq 1000)
|
||||
for i in (seq 10000)
|
||||
echo $i
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user