Skip to content

Commit 61bff36

Browse files
committed
fix
1 parent 86ce02e commit 61bff36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ class Benchmark {
909909

910910
_processWorstCaseCount(worstCaseCount) {
911911
if (this.name in JetStreamParams.testWorstCaseCountMap)
912-
return JetStreamParams.testWorstCaseCountMap[plan.name];
912+
return JetStreamParams.testWorstCaseCountMap[this.name];
913913
if (JetStreamParams.testWorstCaseCount)
914914
return JetStreamParams.testWorstCaseCount;
915915
if (worstCaseCount !== undefined)

0 commit comments

Comments
 (0)