From 58071f7817ce8820acfa0d719b42bc4e9ad49006 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Sun, 26 Jan 2020 19:08:43 +1300 Subject: [PATCH] Clarify CLI arch and remove links to ignored folders --- README.md | 2 ++ bench/README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bea865d..89a0819 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Speed and effectiveness of Node.js version compared to [html-minfier](https://gi ##### Get +Supports x86-64 only. + [Windows](https://wilsonl.in/hyperbuild/bin/0.0.39-windows-x86_64.exe) | [macOS](https://wilsonl.in/hyperbuild/bin/0.0.39-macos-x86_64) | [Linux](https://wilsonl.in/hyperbuild/bin/0.0.39-linux-x86_64) diff --git a/bench/README.md b/bench/README.md index ff3677d..40407da 100644 --- a/bench/README.md +++ b/bench/README.md @@ -48,11 +48,11 @@ Make sure to install the dependencies listed in [package.json](./package.json) b Run [build.sh](./build.sh) to build hyperbuild-nodejs with the local hyperbuild. -Run [run.js](./run.js) to run each HTML minifier against each test and record the minified size results. This will also output the minified files in [min](./min) if inspection of minified outputs is necessary. [compare.sh](./compare.sh) is a useful script for viewing a character-by-character diff between the minified outputs of hyperbuild and html-minifier for a specific test. Pass the test's file name as the first argument. +Run [run.js](./run.js) to run each HTML minifier against each test and record the minified size results. This will also output the minified files in `min` if inspection of minified outputs is necessary. [compare.sh](./compare.sh) is a useful script for viewing a character-by-character diff between the minified outputs of hyperbuild and html-minifier for a specific test. Pass the test's file name as the first argument. Run [bench.js](./bench.js) to benchmark the performance of each HTML minifier against each test and record the op/s results. -Run [graph.js](./graph.js) to render graphs from recorded speed and size results in the [results](./results) folder. +Run [graph.js](./graph.js) to render graphs from recorded speed and size results in the `results` folder. ## hyperbuild-bench