mirror of
https://github.com/typesense/typesense.git
synced 2025-05-17 12:12:35 +08:00
fix(benchmark): remove redudant vu entry length check
This commit is contained in:
parent
4bcf2a1552
commit
82997d379c
@ -457,11 +457,6 @@ class Benchmarks {
|
||||
for (const [scenario, vuMap] of scenarioMap.entries()) {
|
||||
const vuEntries = Array.from(vuMap.entries());
|
||||
|
||||
console.dir(vuEntries, { depth: null });
|
||||
if (vuEntries.length !== 2) {
|
||||
return err({ message: `Scenario ${scenario} has an invalid number of VU entries` });
|
||||
}
|
||||
|
||||
results.push(vuEntries.map((entry) => this.createScenarioDataPoint(scenario, entry)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user