mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add a benchmark for external commands
This just runs '/usr/bin/true' a lot.
This commit is contained in:
parent
2c7dc98337
commit
e634abc1c8
1 changed files with 4 additions and 0 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue