fix(core): update

This commit is contained in:
2022-05-17 23:54:26 +02:00
parent 30f4254428
commit de1f1110b4
6 changed files with 32 additions and 23 deletions

View File

@ -92,7 +92,7 @@ tap.test('should save the car to the db', async () => {
});
tap.test('expect to get instance of Car with shallow match', async () => {
const totalQueryCycles = totalCars / 2;
const totalQueryCycles = totalCars / 6;
let counter = 0;
do {
const timeStart = Date.now();
@ -113,7 +113,7 @@ tap.test('expect to get instance of Car with shallow match', async () => {
});
tap.test('expect to get instance of Car with deep match', async () => {
const totalQueryCycles = totalCars / 4;
const totalQueryCycles = totalCars / 6;
let counter = 0;
do {
const timeStart = Date.now();