jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
Can be accessed at:
This project uses NextJS / MongoDB. For local development clone the repository and create a .env.local
file with the following:
MONGODB_URI=
MONGODB_COLLECTION=
The local development server can then be run with yarn dev
.