Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 29, 2024
1 parent 0a91733 commit 85e7241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ PHPBENCH_OPTS ?=
PHPBENCH_CONFIG ?= $(TESTS_ROOT)/phpbench.json
PHPBENCH_BASELINE_CONFIG ?= $(TESTS_ROOT)/phpbench-baseline.json
PHPBENCH_OPCACHE_CONFIG ?= $(TESTS_ROOT)/phpbench-opcache.json
PHPBENCH_BAELINE_OPCACHE_CONFIG ?= $(TESTS_ROOT)/phpbench-baseline-opcache.json
PHPBENCH_BASELINE_OPCACHE_CONFIG ?= $(TESTS_ROOT)/phpbench-baseline-opcache.json
PHPBENCH = $(TESTS_ROOT)/vendor/bin/phpbench $(PHPBENCH_OPTS) run
PHPCOV = $(TESTS_ROOT)/vendor/bin/phpcov

Expand Down

0 comments on commit 85e7241

Please sign in to comment.