Automated benchmarks of PeachPie PHP to .NET compiler
Перейти к файлу
Jakub Míšek 5d11af3619 hhvm fix ? 2020-05-30 18:47:12 +02:00
microbenchmarks hhvm fix ? 2020-05-30 18:47:12 +02:00
transformations Add READMEs for microbenchmarks 2020-05-22 12:12:52 +02:00
webapps Add README.md to web application benchmarks 2020-05-28 10:22:21 +02:00
.gitignore Add basis of web application benchmarks 2020-05-28 10:19:03 +02:00
README.md Add README.md to web application benchmarks 2020-05-28 10:22:21 +02:00

README.md

Peachpie Benchmarks

This repository contains benchmarks to evaluate the performance of Peachpie and its comparison with PHP:

  • microbenchmarks: Runs small code snippets in a custom benchmarking engine, uses Docker to run under both Peachpie and PHP.
  • transformations: Uses BenchmarkDotNet to evaluate the performance benefits of the transformation phase in Peachpie compiler.
  • webapps: Uses custom benchmarking engine and a network in Docker to measure the request throughput of web applications, supports both Peachpie and PHP.