Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 15, 2023
1 parent a25d58f commit 3739165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/simple-benchmark.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
$start = microtime(true);
for ($i = 0; $i < $count; $i ++) {
$redis->set('test-redis', $i);
usleep($interval);
}
dump('redis: ' . microtime(true) - $start);
$redis->del('test-redis');
Expand Down

0 comments on commit 3739165

Please sign in to comment.