Skip to content

foolishell/php-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-benchmark

目的

こちらの記事の検証のための、リポジトリーです。 https://zenn.dev/articles/2c2e26f8566b74

よければ好きに遊んでください。

起動方法

// コンテナ起動
$ make up

// php 5.6
$ make bench/php56
// php 7.0
$ make bench/php70
// php 7.4
$ make bench/php74
// php 8.0
$ make bench/php80
// php 8.0 with jit
$ make bench/php80-jit

// コンテナ終了
$ make down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published