mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 11:01:15 -03:00
Add a benchmark for external commands
This just runs '/usr/bin/true' a lot.
This commit is contained in:
4
benchmarks/benchmarks/external_cmds.fish
Normal file
4
benchmarks/benchmarks/external_cmds.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
for i in (seq 2000)
|
||||
/usr/bin/true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user