@@ -50,26 +50,34 @@ Font Options:
50
50
51
51
ls
52
52
```
53
- ❯ time (repeat 100 { ls })
54
- 0.09s user 0.13s system 90% cpu 0.240 total
53
+ ❯ hyperfine "ls" --warmup 5
54
+ Benchmark #1: ls
55
+ Time (mean ± σ): 1.6 ms ± 0.5 ms [User: 0.6 ms, System: 0.8 ms]
56
+ Range (min … max): 1.0 ms … 3.3 ms 572 runs
55
57
```
56
58
57
59
[ nerd-ls] ( https://github.com/drn/nerd-ls )
58
60
```
59
- ❯ time (repeat 100 { nerd-ls })
60
- 0.23s user 0.23s system 77% cpu 0.599 total
61
+ ❯ hyperfine "nerd-ls" --warmup 5
62
+ Benchmark #1: nerd-ls
63
+ Time (mean ± σ): 6.0 ms ± 0.7 ms [User: 2.4 ms, System: 2.3 ms]
64
+ Range (min … max): 5.0 ms … 8.0 ms 365 runs
61
65
```
62
66
63
67
[ exa] ( https://github.com/ogham/exa )
64
68
```
65
- ❯ time (repeat 100 { exa })
66
- 0.57s user 0.38s system 91% cpu 1.035 total
69
+ ❯ hyperfine "exa" --warmup 5
70
+ Benchmark #1: exa
71
+ Time (mean ± σ): 8.5 ms ± 0.7 ms [User: 4.8 ms, System: 3.0 ms]
72
+ Range (min … max): 7.6 ms … 11.2 ms 252 runs
67
73
```
68
74
69
75
[ colorls] ( https://github.com/athityakumar/colorls )
70
76
```
71
- ❯ time (repeat 100 { colorls })
72
- 23.72s user 10.21s system 95% cpu 35.390 total
77
+ ❯ hyperfine "colorls" --warmup 5
78
+ Benchmark #1: colorls
79
+ Time (mean ± σ): 387.6 ms ± 3.4 ms [User: 274.7 ms, System: 103.3 ms]
80
+ Range (min … max): 381.6 ms … 391.0 ms 10 runs
73
81
```
74
82
75
83
</p >
0 commit comments