You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be a good idea to pass the version we want to compare to as a command line argument. That way, by default it would compare the local source code vs the latest published version.
npm run benchmark
Alternatively, you would also be able to compare to a specific published version (ie: v1.13.0):
npm run benchmark -- v1.13.0
To achieve this I think we'd only need to change the following line:
It could be a good idea to pass the version we want to compare to as a command line argument. That way, by default it would compare the local source code vs the latest published version.
Alternatively, you would also be able to compare to a specific published version (ie:
v1.13.0
):To achieve this I think we'd only need to change the following line:
psl/benchmark/suite.js
Line 113 in 440248a
Into this:
CAVEATS:
vm.SourceTextModule
), so we can only compare to1.13.0
and above.Originally posted by @lupomontero in #334 (comment)
The text was updated successfully, but these errors were encountered: