diff --git a/bin/setupTachometerConfigs.js b/bin/setupTachometerConfigs.js index e377d2b..83b0b4b 100644 --- a/bin/setupTachometerConfigs.js +++ b/bin/setupTachometerConfigs.js @@ -26,10 +26,10 @@ for (const benchmark of benchmarks) { ], expand: [ { - name: `${benchmarkShortName}-this-change` + name: 'this-change' }, { - name: `${benchmarkShortName}-tip-of-tree`, + name: 'tip-of-tree', packageVersions: { label: 'tip-of-tree', dependencies: { diff --git a/package.json b/package.json index 48150d1..5a79d1d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "build:i18n": "node ./bin/buildI18n", "benchmark:runtime": "cross-env PERF=1 run-s build:rollup benchmark:runtime:setup benchmark:runtime:test", "benchmark:runtime:setup": "./bin/setup-benchmark.sh && node ./bin/setupTachometerConfigs.js", - "benchmark:runtime:test": "for config in ./test/benchmark/*.tachometer.json; do tach --config \"${config}\"; done", + "benchmark:runtime:test": "for config in ./test/benchmark/*.tachometer.json; do echo \"${config}\"; tach --config \"${config}\"; done", "benchmark:bundlesize": "run-s build:rollup benchmark:bundle benchmark:run-bundlesize", "benchmark:bundle": "rollup -c ./test/bundlesize/rollup.config.js", "benchmark:memory": "run-s build:rollup benchmark:bundle && run-p --race benchmark:memory:server benchmark:memory:test",