From 6fa46673234a287ed8d950452023b68b6e694025 Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Sat, 16 May 2020 11:38:20 +0200 Subject: [PATCH] chore: fix README navigation links fix wrongly overwritten repetition times for benchmark tests --- CHANGELOG.md | 5 ----- README.md | 12 ++++++------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c386bf2..8e84e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,10 +127,5 @@ Turn off camel-case-expansion to speed up yargs a bit - -## 0.0.1 (2018-10-15) - - - ## 0.0.1 (2018-10-15) diff --git a/README.md b/README.md index dcbc5c7..7f16f82 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ The fastest ([see benchmarks](#benchmarks)) CLI & Node wrapper around [javascript replace](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace) which allows on-the-fly replacing (with or without changing input files), [globbing](https://en.wikipedia.org/wiki/Glob_(programming)), [piping](https://en.wikipedia.org/wiki/Pipeline_(Unix)) and many more! -* [:scroll: Installation](#installation) -* [:books: Node API usage](#node-api-usage) -* [:keyboard: CLI usage](#cli-usage) -* [:mag_right: Examples](#examples) -* [:chart_with_upwards_trend: Benchmarks](#benchmarks) +* [:scroll: Installation](#scroll-installation) +* [:books: Node API usage](#books-node-api-usage) +* [:keyboard: CLI usage](#keyboard-cli-usage) +* [:mag_right: Examples](#mag_right-examples) +* [:chart_with_upwards_trend: Benchmarks](#chart_with_upwards_trend-benchmarks) ## :scroll: Installation @@ -254,7 +254,7 @@ frs-replace a b -i foo.js | > Tested on Node v12.16.2. -### input as glob pattern [4 files x 1 iterations x 1 repetitions] +### input as glob pattern [40 files x 1000 iterations x 100 repetitions] | Library (best bolded) | Execution time [s] | Difference percentage (comparing to best time) | | --- | --- | --- |