Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs#714 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
- Loading branch information