This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2025-01-16 06:54:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
72f55ab206
fish-shell
/
benchmarks
/
benchmarks
/
seq_echo.fish
4 lines
37 B
Fish
Raw
Normal View
History
Unescape
Escape
Benchmarks: Make seq_echo benchmark longer This took ~12ms on my system, which is too short to see much more than startup time.
2020-12-15 17:17:13 +00:00
for
i
in
(
seq
10000
)
Restyle a few stragglers THERE WERE TABS! TABS! TABS! [ci skip]
2019-05-20 19:07:37 +00:00
echo
$i
Add a benchmark driver and a simple benchmark This adds a simple script that drives benchmarks, and a simple sample benchmark.
2019-04-10 21:02:21 +00:00
end
Reference in a new issue
Copy permalink