mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update tests for stmt form
This commit is contained in:
parent
b6fbcbded9
commit
963c481b26
@ -20,9 +20,7 @@ activitydef1 = {
|
||||
"cycles": "0..1500000",
|
||||
"threads": "1",
|
||||
"targetrate": "10",
|
||||
"op" : {
|
||||
"log": "type=log modulo=1"
|
||||
}
|
||||
"op": "log: modulo=1"
|
||||
};
|
||||
|
||||
print('starting activity activity_error');
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022 nosqlbench
|
||||
* Copyright (c) 2022-2023 nosqlbench
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@ -20,7 +20,7 @@ co_cycle_delay_bursty = {
|
||||
"cycles": "0..1000000",
|
||||
"threads": "10",
|
||||
"cyclerate": "1000,1.5",
|
||||
"op" : '{"log":{"level":"info","modulo":1000},"diagrate":{"diagrate":"500"}}'
|
||||
"op" : "diagrate: diagrate=500"
|
||||
};
|
||||
|
||||
print('starting activity co_cycle_delay_bursty');
|
||||
|
Loading…
Reference in New Issue
Block a user