Skip to content

Commit

Permalink
[backend] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Nov 6, 2024
1 parent d1e26b2 commit 3bf9346
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,8 @@ public Page<AtomicTestingOutput> atomicTestings(
query.setMaxResults(pageable.getPageSize());

// -- EXECUTION --
long start = System.currentTimeMillis();
List<AtomicTestingOutput> injects = execAtomicTesting(query);
long executionTime = System.currentTimeMillis() - start;
logger.info("Query : " + executionTime + " ms");

executionTime = System.currentTimeMillis() - start;
logger.info("after calculs: " + executionTime + " ms");
// -- Count Query --
Long total = countQuery(cb, this.entityManager, Inject.class, specificationCount);

Expand Down

0 comments on commit 3bf9346

Please sign in to comment.