Skip to content

Commit 82ea2db

Browse files
committed
dump durations
1 parent 9fd6f00 commit 82ea2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/VoltTestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testVoltTest()
3030
$scenario2 = $voltTest->scenario("Test Scenario 2")->setWeight(90);
3131
$scenario2->step("Step 1")->get('https://www.google.com');
3232
$result = $voltTest->run(true);
33-
33+
var_dump($result->getDuration());
3434
$this->assertNotEquals('0', $result->getDuration(), "Duration should not be 0");
3535
$this->assertNotNull($result->getAvgResponseTime(), "Average response time should not be null");
3636

0 commit comments

Comments
 (0)