You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2018. It is now read-only.
npm run rebuild --nodedir=/home/mhdawson/api-perf/node
Ensure debug builds do not exist
Run leveldown benchmarks including required cleanup (3 times)
rm -rf *.db
time node bench/db-bench.js
time node bench/write-random.js
time node bench/write-sorted.js
Time running the test suite
time node node_modules/tape/bin/tape test/*-test.js
Summary:
The differences in the benchmarks are quite small, and we probably need to do more to reduce variation on the machine and do more runs to consider the deltas valid.
Don't have times for running the tests as there is a failure in the ABI mode.