mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
activitydef1 = {
|
|
"alias" : "activity_to_await",
|
|
"type" : "diag",
|
|
"cycles" : "0..1500",
|
|
"threads" : "1",
|
|
"targetrate" : "500"
|
|
};
|
|
|
|
print('starting activity teststartstopdiag');
|
|
scenario.start(activitydef1);
|
|
scenario.awaitActivity("activity_to_await");
|
|
print("awaited activity"); |