summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Peltier <pierre.peltier@adevinta.com>2019-09-02 16:53:52 +0200
committerAbin Simon <abinsimon10@gmail.com>2019-09-03 10:32:35 +0530
commit896a7f772996b1cd30d2d483ea3ddd5c98848c10 (patch)
tree619643512071d76bd6d313db661f23791f1be7b8
parent908662885543df8f8e2cb7da4f9cb749df715c4a (diff)
Remove the benchmarks section inside the README
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index b61ec11..4de6d3a 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,6 @@
- [Configurations](#configurations)
* [Required](#required)
* [Optional](#optional)
-- [Benchmark](#benchmark)
- [F.A.Q.](#faq)
- [Contributors](#contributors)
- [Credits](#credits)
@@ -113,17 +112,6 @@ file (~/.bashrc, ~/.zshrc, etc.) just under the alias above :
alias lt='ls --tree'
```
-
-## Benchmark
-
-Result from `hyperfine --warmup 10 'lsd -la /etc/*' 'colorls -la /etc/*' 'exa -la /etc/*' --export-markdown out.md`:
-
-| Command | Mean [ms] | Min…Max [ms] |
-|:---|---:|---:|
-| `lsd -la /etc/*` | 9.8 ± 0.7 | 8.6…11.9 |
-| `colorls -la /etc/*` | 387.3 ± 4.1 | 379.8…393.6 |
-| `exa -la /etc/*` | 15.4 ± 1.8 | 14.0…24.0 |
-
## F.A.Q.
### Default Colors