benchmark: allow compare via fine-grained filters
authorBrian White <mscdex@mscdex.net>
Wed, 4 Feb 2015 16:11:48 +0000 (11:11 -0500)
committercjihrig <cjihrig@gmail.com>
Wed, 4 Feb 2015 21:55:18 +0000 (16:55 -0500)
commite0730eeaa5231841a7eba080c8170e41278c3c52
tree76b8e8272b2dc25feedfd486f618aa600af642bc
parent96ffcb9a210a2fa1248ae5931290193573512a96
benchmark: allow compare via fine-grained filters

Before this commit, only benchmark targets defined in Makefile could
be used. This commit allows execution of common.js directly and
passing of filter arguments directly, allowing you to run either a
subset of benchmarks or a single specific benchmark for comparison.

PR-URL: https://github.com/iojs/io.js/pull/711
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
benchmark/compare.js