From 34c0d1e3f357a9320f2ad5e5d563520e2ccb1146 Mon Sep 17 00:00:00 2001 From: amio Date: Sat, 24 Aug 2019 13:47:29 +0800 Subject: [PATCH] Fix bench script --- bench/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/index.js b/bench/index.js index 6c08163..abe645c 100644 --- a/bench/index.js +++ b/bench/index.js @@ -1,6 +1,6 @@ const { Suite } = require('benchmark') const badgen = require('..') -const icon = require('../test/icon-data-uri.js') +const icon = require('../test/assets/icon-data-uri.js') /* eslint max-len: ["error", { "code": 90 }] */ const longParams = { subject: 'build-build-build', status: 'passing-passing-passing' }