benchmark: fix printing of large numbers
Don't use Number#toPrecision(), it switches to scientific notation for numbers with more digits than the precision; use Number#toFixed(). PR-URL: https://github.com/iojs/io.js/pull/185 Reviewed-By:Chris Dickinson <christopher.s.dickinson@gmail.com>
parent
1a63b45a
Please register or sign in to comment