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
feat(npm): Speed-up getting the remote package details
Obtaining the package details via `npm info` is a performance
bottleneck of ORT's NPM package manager. Request the package details
for all packages upfront, in parallel to reduce execution time.
Experiments on a development machine show that execution of `NpmFunTest`
now takes `1 min 13 sec` instead of `3 min 47 sec`.
Fixes: #9950.
Signed-off-by: Frank Viernau <[email protected]>
0 commit comments