fix benchmark

This commit is contained in:
2022-07-02 18:24:19 +03:00
parent fdd0c19b33
commit f5a8c8df0a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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));
} }
} }