example.scenario.js.endurance.infinite_loop_test.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
var infiniteLoopIterationLoadConfig = {
"item": {
"data": {
"size": "1KB"
},
"output": {
"path": "endurance_1"
}
},
"load": {
"step": {
"id": "endurance_1",
"limit": {
"time": "5s"
}
}
}
}
while(true) {
Load
.config(infiniteLoopIterationLoadConfig)
.run();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy