Skip to content

Commit 067b91c

Browse files
committed
Only test performance of stable algorithms
1 parent d7dc520 commit 067b91c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmh/src/main/java/org/fastfilter/ConstructionState.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ public class ConstructionState {
2828
"CUCKOO_PLUS_8",
2929
"CUCKOO_PLUS_16",
3030
"GCS"})
31-
TestFilterType type;
31+
FilterType type;
3232

3333
long[] keys;
3434

3535
public long[] getKeys() {
3636
return keys;
3737
}
3838

39-
public TestFilterType getConstructor() {
39+
public FilterType getConstructor() {
4040
return type;
4141
}
4242

0 commit comments

Comments
 (0)