antoine-coulon / skott

All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)
MIT License
669 stars 25 forks source link

Publish a set of benchmarks after each release with a various set of projects #49

Closed antoine-coulon closed 7 months ago

antoine-coulon commented 1 year ago

Recently, a lot of additions/refactoring have been going on and I have not been following performance impacts it had overall. Even is Skott is not designed to be super performant, it still has to be fast enough as it aims to bring a good DX.

To track that, it could be valuable to process benchmarks on the same set of projects (from small to big ones) and expose them publicly as done here in digraph-js after each release.