Skip to content

Commit

Permalink
Add better-ls to benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn committed Sep 7, 2018
1 parent a0dbabe commit 1af2ab1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,25 @@ alias ls=nerd-ls
ls
```
❯ time (repeat 100 { ls })
( repeat 100; do; ls -G; done; ) 0.13s user 0.22s system 90% cpu 0.386 total
0.13s user 0.22s system 90% cpu 0.386 total
```

[nerd-ls](https://github.com/drn/nerd-ls)
```
❯ time (repeat 100 { nerd-ls })
( repeat 100; do; nerd-ls; done; ) 0.21s user 0.29s system 76% cpu 0.656 total
0.21s user 0.29s system 76% cpu 0.656 total
```

[colorls](https://github.com/athityakumar/colorls)
[better-ls](https://github.com/illinoisjackson/better-ls)
```
time ( repeat 100 { ./lsicons.py })
6.43s user 6.96s system 91% cpu 14.699 total
```

[colorls](https://github.com/athityakumar/colorls)
```
❯ time (repeat 100 { colorls })
( repeat 100; do; colorls; done; ) 24.74s user 11.75s system 96% cpu 37.846 total
24.74s user 11.75s system 96% cpu 37.846 total
```

## Credit
Expand Down

0 comments on commit 1af2ab1

Please sign in to comment.