mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-26 08:41:05 -06:00
adjusted stride_rate test for lower power machines
This commit is contained in:
parent
2ccabf1c3f
commit
98e8faebbc
@ -110,7 +110,7 @@ public class AsyncScriptIntegrationTests {
|
||||
String digits = m.group(1);
|
||||
assertThat(digits).isNotEmpty();
|
||||
double rate = Double.valueOf(digits);
|
||||
assertThat(rate).isCloseTo(5000.0D, Offset.offset(500D));
|
||||
assertThat(rate).isCloseTo(2500, Offset.offset(500D));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
@ -18,10 +18,10 @@
|
||||
stride_rate = {
|
||||
"alias" : "stride_rate",
|
||||
"type" : "diag",
|
||||
"cycles" : "0..500000",
|
||||
"cycles" : "0..12500",
|
||||
"stride" : "1",
|
||||
"threads" : "5",
|
||||
"striderate" : "5000",
|
||||
"striderate" : "2500",
|
||||
"interval" : "1000",
|
||||
"async" : 1000
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user