# run a benchmark and print standalone results
yarn bench --table
# run a benchmark and compare to historical results
yarn bench --print
# run a benchmark and append to historical results
yarn bench --print --report
# show historical result, do not run a new benchmark
yarn bench --past --print