example.scenario.js.system.multipart_create_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 cmd = new java.lang.ProcessBuilder()
.command("sh", "-c", "rm -f ${ITEM_OUTPUT_FILE}")
.inheritIO()
.start();
cmd.waitFor();
Load
.config({
"item" : {
"data" : {
"ranges" : {
"threshold" : PART_SIZE
}
},
"output" : {
"file" : "" + ITEM_OUTPUT_FILE + ""
}
},
"storage" : {
"namespace" : "ns1"
},
"load" : {
"batch" : {
"size" : 1
},
"step" : {
"limit" : {
"size" : SIZE_LIMIT
}
}
}
})
.run();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy