Tagged Questions

1
vote
4answers
297 views

Performance Testing fundamentals

I have some basic questions around understanding fundamentals of Performance testing. I know that under various circumstances we might want to do - Stress Testing - Endurance Testing etc. But my main ...
0
votes
3answers
358 views

Running response time tests on php code - how much is 7.2E-5 microseconds?

Hi guys I'm using microtime() function of php to tell how long certain snippets of code take to run I do this by taking the time before and after the snippet and subtracting them using microtime ...