phpbenchmarks / benchmark-kit

phpbenchmarks.com kit to add your benchmark.
http://www.phpbenchmarks.com
30 stars 4 forks source link

[4.0] Fix phpinfo host not registered #136

Closed Tantrisse closed 4 years ago

Tantrisse commented 4 years ago

Hi,

In the docker entrypoint.sh file, there is a missing entry for the domain "phpinfo.benchmark-kit.loc" which lead to an error when validating the benchmark :

Validation of http://phpinfo.benchmark-kit.loc:8888 for PHP 7.2 with opcached disabled, preload disabled 
  >   EXCEPTION  Error while calling http://phpinfo.benchmark-kit.loc:8888: Could not resolve host: phpinfo.benchmark-kit.loc.

This PR quickly and simply fix this error :smiley:

steevanb commented 4 years ago

Thanks!