Libraries tagged by PHP Benchmark
phpbenchmarks/code-igniter-common
44 Downloads
phpbenchmarks/api
141 Downloads
phpbenchmarks/symfony
202 Downloads
phpbenchmarks/laravel
134 Downloads
benchmarkeducation/matchmaker
28 Downloads
Ultra-fresh PHP matching functions
ggomuk/g-bench
12 Downloads
PHP Benchmark Component
anlutro/phpbench
11 Downloads
PHP Benchmarking Framework
paba/paba
109 Downloads
PABA - PHP Apache Benchmark Analyser: analyses output of ab (Apache Benchmark) and generates CSV file
shmeeps/simple-timer
9 Downloads
Simple interface for timing/benchmarking PHP applications
mudasobwa/screwdrivers
14 Downloads
Small PHP library for benchmarking.
chi-teck/stopwatch
1 Downloads
A tool for benchmarking and profiling PHP code.
yousafsyed/algorithms
17 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
kanel/timer
115 Downloads
A simple PHP timer that allows to benchamrk the code