Skip to content

masterklavi/php-cache-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Cache Benchmark

Calculation and Comparison of RPS for some popular User Caches in PHP.

List of User Caches

  • File
  • MySQL
  • SQLite
  • Shared Memory
  • APC
  • Memcache
  • Memcached
  • Redis (phpredis)

Run

To Benchmarking:

php run.php

To Charting the results:

php chart.php

Results

The last result is stored in result.json

Charts

The Charts of the last result is stored in charts/ folder. All the charts was created by the pChart library http://www.pchart.net/

About

Calculation and Comparison of RPS for some popular User Caches in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages