mirror of
https://github.com/Example-uPagge/hibernate-multiple-bag-fetch-exception.git
synced 2024-06-15 10:55:24 +03:00
fix benchmark
This commit is contained in:
BIN
data/demo.mv.db
BIN
data/demo.mv.db
Binary file not shown.
@@ -28,7 +28,7 @@ public class NoFixSetMain {
|
|||||||
.getResultList();
|
.getResultList();
|
||||||
|
|
||||||
final long finishTime = System.currentTimeMillis();
|
final long finishTime = System.currentTimeMillis();
|
||||||
System.out.println("Performance: " + (startTime - finishTime));
|
System.out.println("Performance: " + (finishTime - startTime));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user