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 a3fb40d commit c1db7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/simple-benchmark.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php declare(strict_types=1);

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/app/functions.php';
require_once dirname(__DIR__) . '/vendor/autoload.php';

$redis = new Redis();
$redis->pconnect('host.docker.internal');
Expand Down

0 comments on commit c1db7d4

Please sign in to comment.