Skip to content

Commit

Permalink
perf(Deps): Remove benmarking dependencies from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 12, 2021
1 parent 2708f16 commit 8fa458a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 392 deletions.
15 changes: 12 additions & 3 deletions benchmark.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
/**
* Benchmarks comparing the speed of Logga to other Node.js logging frameworks
*
* First install the benchmark and logging libraries
*
* ```sh
* npm install --no-save benchmark bole bunyan log4js loglevel pino winston
* ```
*
* Then to rebuild Logga and run the benchmarks,
*
* ```sh
* npm run bench
* ```
*
* All frameworks configured to log errors to `stderr`.
* Build Logga if necessary before running benchmarks.
* Best run by redireting `stderr` to `/dev/null` e.g.
*
* ```sh
* npm run benchmark
* ```
*/

const Benchmark = require('benchmark')
Expand Down
Loading

0 comments on commit 8fa458a

Please # to comment.