Result
Unfortunately, no history for this test is available.
Code
The first test, "time()", was:
for ($i = 0; $i < 100; $i++) $GLOBALS['dummy'] = time();
The second test, "microtime(true)", was:
for ($i = 0; $i < 100; $i++) $GLOBALS['dummy'] = microtime(true);