-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark #460
Comments
Thanks for taking this so seriously! 😄 I'm currently working on a repo to compare mocha and ava with a lot of tests with a lot of files. I'm no benchmark expert, but maybe this will be helpful. Will comment when I've pushed it up. Thanks! |
I have created this repo for the same purpose: https://github.com/jfmengels/mocha-vs-ava-performance |
AVA is at an extreme disadvantage in watch mode until we implement our own watch mechanism. That's certainly on the roadmap, but we've been punting on it in favor of other improvements. Not sure if it's time to tackle that yet or not. |
I have confirmed this commit caused a major performance hit. I think I've identified the problem and I am working up a solution. |
Just released empower-core 0.5.0 🎉 (Thanks @jamestalmage !!) |
@jamestalmage did a superb job adding a pretty benchmark in #496. It's easy to add additional things to benchmark, so suggestions welcome. |
Instructions here: c22eabd |
Re https://twitter.com/sindresorhus/status/689851060303872000
We should set up a benchmark with various types of test suites, like one with sync tests in one file, one with multiple files and async tests. This to make sure we don't regress in performance and ability to compare ourselves to other test runners.
The text was updated successfully, but these errors were encountered: