We think it's fast enough that you probably will never feel the need to test it. But thinking it's fast, and verifying that it's fast are very different things, so we put together this
small performance test suite for promise implementations. It's still a work in progress, but already shows some interesting results. The current tests cover very basic operations, such as simply creating 10k promises, or chaining 10k promises together to see how long it takes to resolve them in sequence. We'll be adding more tests, and hopefully more libs in the future.
Please feel free to run the tests, and to suggest new tests and/or libraries that you'd like to see included.