0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/benchmark/assert
Andreas Madsen 15720fa25a benchmark: fix configuation parameters
The benchmark runner spawns new processes for each configuration. The
specific configuration is transfered by process.argv. This means that
the values have to be parsed. As of right now only numbers and strings
are parsed correctly. However other values such as objects where used.

This fixes the benchmarks that used non-string/number values and
prevents future issues by asserting the type.

PR-URL: https://github.com/nodejs/node/pull/5177
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-02-26 20:29:10 +11:00
..
deepequal-prims-and-objs-big-array.js benchmark: fix configuation parameters 2016-02-26 20:29:10 +11:00
deepequal-prims-and-objs-big-loop.js benchmark: fix configuation parameters 2016-02-26 20:29:10 +11:00
deepequal-typedarrays.js assert: typed array deepequal performance fix 2015-12-21 18:04:01 +01:00