File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed
main/java/org/eclipse/rdf4j/sail/lmdb
test/java/org/eclipse/rdf4j/sail/lmdb/benchmark Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2424
2525import java .io .IOException ;
2626import java .nio .ByteBuffer ;
27- import java .util .NoSuchElementException ;
2827import java .util .concurrent .locks .StampedLock ;
2928
30- import org .eclipse .rdf4j .sail .SailException ;
3129import org .eclipse .rdf4j .sail .lmdb .TripleStore .TripleIndex ;
3230import org .eclipse .rdf4j .sail .lmdb .TxnManager .Txn ;
3331import org .eclipse .rdf4j .sail .lmdb .Varint .GroupMatcher ;
Original file line number Diff line number Diff line change 1616
1717import static org .lwjgl .system .MemoryStack .stackPush ;
1818import static org .lwjgl .system .MemoryUtil .NULL ;
19- import static org .lwjgl .util .lmdb .LMDB .MDB_DBS_FULL ;
2019import static org .lwjgl .util .lmdb .LMDB .MDB_KEYEXIST ;
2120import static org .lwjgl .util .lmdb .LMDB .MDB_NOTFOUND ;
2221import static org .lwjgl .util .lmdb .LMDB .MDB_RDONLY ;
3231import java .nio .ByteBuffer ;
3332import java .nio .IntBuffer ;
3433import java .util .Comparator ;
35- import java .util .concurrent .ConcurrentHashMap ;
3634
3735import org .lwjgl .PointerBuffer ;
3836import org .lwjgl .system .MemoryStack ;
Original file line number Diff line number Diff line change 4545import java .nio .file .Path ;
4646
4747import org .apache .commons .io .FileUtils ;
48- import org .eclipse .rdf4j .sail .SailException ;
4948import org .lwjgl .PointerBuffer ;
5049import org .lwjgl .system .MemoryStack ;
5150import org .lwjgl .util .lmdb .MDBStat ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public class QueryBenchmark {
112112
113113 public static void main (String [] args ) throws RunnerException {
114114 Options opt = new OptionsBuilder ()
115- .include ("QueryBenchmark" ) // adapt to run other benchmark tests
115+ .include ("QueryBenchmark.* " ) // adapt to run other benchmark tests
116116 .forks (1 )
117117 .build ();
118118
You can’t perform that action at this time.
0 commit comments