Skip to content

Commit

Permalink
Fix undefined variable notice
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 25, 2018
1 parent f44525a commit 2353513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/benchmark/benchmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
$diffSpace = $iterations - 7;

printf('Benchmark Results:%s', PHP_EOL);
$diff = 0;
foreach ($results as $name => $ms) {
if (!$top) {
$top = $ms;
Expand Down

0 comments on commit 2353513

Please sign in to comment.