mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +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…
x
Reference in New Issue
Block a user