Skip to content

Commit 25fe383

Browse files
authored
fix: Fixed Rolling Formula Benchmark Name (#422)
1 parent d9ef739 commit 25fe383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/it/java/io/deephaven/benchmark/tests/standard/updateby/RollingFormulaTimeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2022-2025 Deephaven Data Labs and Patent Pending */
1+
/* Copyright (c) 2022-2026 Deephaven Data Labs and Patent Pending */
22
package io.deephaven.benchmark.tests.standard.updateby;
33

44
import org.junit.jupiter.api.*;
@@ -33,7 +33,7 @@ void rollingFormulaParamTime2Groups3Ops() {
3333
cols=["Contains=num1"], rev_time="PT4M", fwd_time="PT5M")
3434
""");
3535
var q = "timed.update_by(ops=[contains], by=['key1','key2'])";
36-
runner.test("RollingFormulaTime- 2 Groups 10K Unique Combos", q, "key1", "key2", "num1", "timestamp");
36+
runner.test("RollingFormulaParamTime- 2 Groups 10K Unique Combos", q, "key1", "key2", "num1", "timestamp");
3737
}
3838

3939
@Test

0 commit comments

Comments
 (0)