tracerbench

v2.0.0-beta.26
Benchmark runner for trace metrics
chrome metrics tracing

build

tsc -b

lint

node scripts/lint

lint:opt

tslint -p test -t stylish

prepare

yarn build

report

Rscript bin/report.R test/results/results.json

test

yarn lint && yarn test:build && yarn test:only && yarn test:pp

test:build

node dist/test/build.js

test:only

node dist/test/test.js

test:pp

nyc --extension .ts mocha --forbid-only "test/pp/*.test.ts"

watch

tsc -b -w

Metadata

Downloads