node/benchmark/path
Ruben Bridgewater 038a1a489d
benchmark: refactor path benchmarks
So far the benchmarks created a highly specialized function which
would inline exactly to the input. This changes it to provide a
more realistic view to actual input by changing the input on each
iteration. That prevents the function to be to specific.

It also reduces the number of iterations the benchmarks are run to
reduce the overall runtime. A microbenchmark should already show a
significant difference with lower iterations, otherwise the
significance for real world applications is only limited.

PR-URL: https://github.com/nodejs/node/pull/26359
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-03-05 01:22:22 +01:00
..
basename-posix.js
basename-win32.js
dirname-posix.js
dirname-win32.js
extname-posix.js
extname-win32.js
format-posix.js
format-win32.js
isAbsolute-posix.js
isAbsolute-win32.js
join-posix.js
join-win32.js
makeLong-win32.js
normalize-posix.js
normalize-win32.js
parse-posix.js
parse-win32.js
relative-posix.js
relative-win32.js
resolve-posix.js
resolve-win32.js