Description[tools] run-perf: ensure command line arguments are prepended
This change to run-perf.sh ensures that command line arguments are
prepended rather than appended to the passed in command. This is to
ensure that the arguments to d8 aren't accidentally passed through to
the js instead, as would be in the case:
tools/run-perf.sh d8 main.js -- --js-arg
A real-life example is passing --predictable to Octane's run.js
Committed: https://crrev.com/fdc277e645c9ce7cec2ab65d117a7f14cd70f17d
Cr-Commit-Position: refs/heads/master@{#39999}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix being stupid (at least in this case) #Messages
Total messages: 10 (3 generated)
|