Files
fish-shell/benchmarks/benchmarks/string-repeat.fish
2023-06-01 18:15:42 +02:00

4 lines
70 B
Fish

for i in (string repeat -n 100 \n)
string repeat -n 50000 a\n
end