Automated benchmarks of PeachPie PHP to .NET compiler
Перейти к файлу
Jakub Míšek a78677da7f peachpie 1.0.5 2021-04-24 21:14:55 +02:00
microbenchmarks peachpie 1.0.5 2021-04-24 21:14:55 +02:00
transformations peachpie 1.0.5 2021-04-24 21:14:55 +02:00
webapps peachpie 1.0.5 2021-04-24 21:14:55 +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.