meta icon indicating copy to clipboard operation
meta copied to clipboard

Automated performance testing

Open tarcieri opened this issue 7 years ago • 2 comments

It looks like performance regressed rather severely in a commit reverted here:

https://github.com/miscreant/miscreant/pull/87

It would be nice to detect such regressions automatically and prevent them in the future

tarcieri avatar Oct 08 '17 20:10 tarcieri

Hi, I can help out with a performance tool for the JavaScript implementation if you are not working on it already.

vaibhavsingh1993 avatar Nov 27 '17 14:11 vaibhavsingh1993

@vaibhavsingh1993 that'd be great! In particular I'd be curious about in-browser performance, possibly using something like PhantomJS?

On the Node side I'd like to support a native Rust backend using Neon, so I'm less concerned about the performance of the existing code on Node.

tarcieri avatar Nov 27 '17 19:11 tarcieri