We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ce02e commit 61bff36Copy full SHA for 61bff36
1 file changed
JetStreamDriver.js
@@ -909,7 +909,7 @@ class Benchmark {
909
910
_processWorstCaseCount(worstCaseCount) {
911
if (this.name in JetStreamParams.testWorstCaseCountMap)
912
- return JetStreamParams.testWorstCaseCountMap[plan.name];
+ return JetStreamParams.testWorstCaseCountMap[this.name];
913
if (JetStreamParams.testWorstCaseCount)
914
return JetStreamParams.testWorstCaseCount;
915
if (worstCaseCount !== undefined)
0 commit comments