diff --git a/extras/benchmark.php b/extras/benchmark.php index ca4c7f36..cd5d004f 100644 --- a/extras/benchmark.php +++ b/extras/benchmark.php @@ -21,7 +21,7 @@ include_once __DIR__ . '/../vendor/autoload.php'; -include __DIR__ . '/tests/parse_args.php'; +include __DIR__ . '/../tests/parse_args.php'; $args = argParser::getArgs(); function begin_test($test_name, $test_case)