Skip to content

Commit e94f720

Browse files
docs(benchmark): update benchmarks
1 parent a2f5296 commit e94f720

4 files changed

Lines changed: 32 additions & 1884 deletions

File tree

benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See [**results.md**](./results.md) for execution times across all test cases.
6161
```
6262
3. Install dependencies:
6363
```bash
64-
npm ci
64+
npm install
6565
```
6666
4. Run the benchmark:
6767
```bash

benchmark/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const {PACKAGES, CASES} = require('./constants');
1111

1212
const packageNameToMkCompareFnMap = {
1313
[PACKAGES.LOOKS_SAME]: looksSame.mkCompare,
14-
[PACKAGES.PIXELMATCH]: pixelmatch.mkCompare,
15-
[PACKAGES.RESEMBLE_JS]: resemble.mkCompare,
16-
[PACKAGES.BLINK_DIFF]: blinkDiff.mkCompare
14+
//[PACKAGES.PIXELMATCH]: pixelmatch.mkCompare,
15+
//[PACKAGES.RESEMBLE_JS]: resemble.mkCompare,
16+
//[PACKAGES.BLINK_DIFF]: blinkDiff.mkCompare
1717
};
1818

1919
const mkTaskSet = (caseName, prepareFunc, taskCtx) => Object.keys(packageNameToMkCompareFnMap).map(packageName => ({

0 commit comments

Comments
 (0)