Skip to content

Commit 07eacdf

Browse files
committed
Scaled for 1 sec cycles
1 parent 4fd604a commit 07eacdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/it/java/io/deephaven/benchmark/tests/train/FilterTrainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void setup(double staticRowFactor, double incRowFactor) {
2525

2626
@Test
2727
void filter2Cols() {
28-
runner.setIncReleaseRowCount(6776701);
28+
runner.setIncReleaseRowCount(67767010);
2929
setup(815, 815);
3030
var q = "timed.where_in(where_filter, cols=['key1 = set1']).where(['inRange(num1, 0, 100)'])";
3131
runner.test("Filter- 2 Cols", 0, q, "key1", "key2", "num1");

src/it/java/io/deephaven/benchmark/tests/train/NaturalJoinTrainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void naturalJoinOn1Col() {
2727

2828
@Test
2929
void naturalJoinOn3Cols() {
30-
runner.setIncReleaseRowCount(103428);
30+
runner.setIncReleaseRowCount(10342800);
3131
setup(100, 20);
3232
var q = "timed.natural_join(right, on=['key1 = r_wild', 'key2 = r_key2', 'key1 = r_key1'])";
3333
runner.test("NaturalJoin- Join On 3 Cols", 0, q, "key1", "key2", "num1");

0 commit comments

Comments
 (0)