example.scenario.js.infinite_loop.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-base Show documentation
Show all versions of mongoose-base Show documentation
Mongoose is a high-load storage performance testing tool
while(true) {
Load
.config(
{
"load": {
"step": {
"limit": {
"time": 1
}
}
}
}
)
.run();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy