example.scenario.js.system.read_using_variable_path_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
new java.lang.ProcessBuilder()
.command("/bin/sh", "-c", "rm -f " + ITEM_LIST_FILE)
.start()
.waitFor();
var itemNamingConfig = {
"item": {
"naming": {
"length": 16,
"radix": 16
}
}
}
PreconditionLoad
.config(itemNamingConfig)
.config(
{
"item": {
"data": {
"size": ITEM_DATA_SIZE
},
"output": {
"file": ITEM_LIST_FILE,
"path": ITEM_OUTPUT_PATH + "${path:random(16, 2)"
}
},
"load": {
"op": {
"limit": {
"count": STEP_LIMIT_COUNT
}
}
}
}
)
.run();
ReadVerifyLoad
.config(itemNamingConfig)
.config(
{
"item": {
"input": {
"file": ITEM_LIST_FILE
}
}
}
)
.run();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy