0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/assert
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix
assert.deepEqual: when actual and expected are typed arrays,
wrap them in a new Buffer each to increase performance
significantly.

PR-URL: https://github.com/nodejs/node/pull/4330
Fixes: https://github.com/nodejs/node/issues/4294
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-12-21 18:04:01 +01:00
..
deepequal-prims-and-objs-big-array.js assert: typed array deepequal performance fix 2015-12-21 18:04:01 +01:00
deepequal-prims-and-objs-big-loop.js assert: typed array deepequal performance fix 2015-12-21 18:04:01 +01:00
deepequal-typedarrays.js assert: typed array deepequal performance fix 2015-12-21 18:04:01 +01:00