We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe284fe commit 5ef1c2bCopy full SHA for 5ef1c2b
1 file changed
src/cli/commands/inspect/commands/InspectMeasureCommand.ts
@@ -966,6 +966,7 @@ async function runTestWorkerLogic() {
966
experimentalDefaultContextKvCacheValueType: kvCacheValueType,
967
defaultContextSwaFullCache: swaFullCache
968
});
969
+ break;
970
} catch (err) {
971
if (isFirstLoad || triesLeft === 1)
972
throw err;
0 commit comments