@@ -377,11 +377,11 @@ Also, if you already have Docker installed, you can run the tests in a docker co
377377./dockerfile.sh | docker build -t msgpack -
378378```
379379
380- The command above will create a container named ` msgpack ` with PHP 8.2 runtime. You may change the default runtime
380+ The command above will create a container named ` msgpack ` with PHP 8.4 runtime. You may change the default runtime
381381by defining the ` PHP_IMAGE ` environment variable:
382382
383383``` sh
384- PHP_IMAGE=' php:8.1 -cli' ./dockerfile.sh | docker build -t msgpack -
384+ PHP_IMAGE=' php:8.3 -cli' ./dockerfile.sh | docker build -t msgpack -
385385```
386386
387387> * See a list of various images [ here] ( https://hub.docker.com/_/php ) .*
@@ -633,13 +633,13 @@ Ignored 0 0
633633You may change default benchmark settings by defining the following environment
634634variables:
635635
636- | Name | Default |
637- | ---------------------| ---------------------------------------------------------------------------|
638- | MP_BENCH_TARGETS | ` pure_p,pure_u ` , * see a [ list] ( tests/bench.php#L83 ) of available targets* |
639- | MP_BENCH_ITERATIONS | ` 100_000 ` |
640- | MP_BENCH_DURATION | * not set* |
641- | MP_BENCH_ROUNDS | ` 3 ` |
642- | MP_BENCH_TESTS | ` -@slow ` , * see a [ list] ( tests/DataProvider.php ) of available tests* |
636+ | Name | Default |
637+ | ---------------------| ----------------------------------------------------------------------------- |
638+ | MP_BENCH_TARGETS | ` pure_p,pure_u ` , * see the [ list] ( tests/bench.php#L83 ) of available targets* |
639+ | MP_BENCH_ITERATIONS | ` 100_000 ` |
640+ | MP_BENCH_DURATION | * not set* |
641+ | MP_BENCH_ROUNDS | ` 3 ` |
642+ | MP_BENCH_TESTS | ` -@slow ` , * see the [ list] ( tests/DataProvider.php ) of available tests* |
643643
644644For example:
645645
0 commit comments