Performance issue when running tests

I have a test’s that send to API and checks database.

When I run them on my laptop, it takes about 1 hour to execute but when I run them on Virtual Machine, it takes only few minutes.

What could be the issue that it takes so long? CPU / Memory ? Or could it be something else…what I could check?

Hi Pete,

I’d start by comparing log.html file produced on the VM to the one produced on your laptop, that should at least give you some indication where it’s slower on your laptop, once you know this we might have a better chance at answering your question.

Dave.

Thanks you for your answer. I think it is the DB queries (needs SSH on my laptop) that makes the difference

1 Like