mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 21:11:15 -03: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:
@@ -1,3 +1,3 @@
|
||||
for i in (seq 1000)
|
||||
for i in (seq 10000)
|
||||
echo $i
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user