benchmark: don't use template strings
authorEvan Lucas <evanlucas@me.com>
Wed, 4 Feb 2015 08:24:28 +0000 (02:24 -0600)
committerEvan Lucas <evan@btc.com>
Wed, 4 Feb 2015 09:53:22 +0000 (03:53 -0600)
commit3e675e44b59f1be8e5581de000f3cb17ef747c14
treee947d6455a1b7a58853b650eb091469f0e842ed8
parent8ac8b760ac74e5a6938a49e563406716804672cb
benchmark: don't use template strings

When running benchmark/compare.js, it is typical to run a version of
node that does not support template strings. This provides backwards
compatibility for comparing benchmarks using older versions of node.

PR-URL: https://github.com/iojs/io.js/pull/714
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
benchmark/common.js