0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/events
Benedikt Meurer 0011eb28cf benchmark: Improve event performance tests.
Currently most of the event tests only test a single event type,
which might let those benchmark take fast-paths (in V8) that aren't
taken in realistic use cases, and thus the benchmarks are not good
proxies of real world uses.

PR-URL: https://github.com/nodejs/node/pull/14052
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2017-07-05 13:14:13 +02:00
..
ee-add-remove.js benchmark: Improve event performance tests. 2017-07-05 13:14:13 +02:00
ee-emit-multi-args.js
ee-emit.js
ee-listener-count-on-prototype.js benchmark: Improve event performance tests. 2017-07-05 13:14:13 +02:00
ee-listeners-many.js benchmark: Improve event performance tests. 2017-07-05 13:14:13 +02:00
ee-listeners.js benchmark: Improve event performance tests. 2017-07-05 13:14:13 +02:00
ee-once.js benchmark: Improve event performance tests. 2017-07-05 13:14:13 +02:00