php-redis-server icon indicating copy to clipboard operation
php-redis-server copied to clipboard

PHP 7

Open Wulfklaue opened this issue 8 years ago • 1 comments

Your benchmarks are slightly out of date. That is why HHVM is showing a 2.5 times better improvement. Try with PHP 7.

Wulfklaue avatar Feb 16 '18 00:02 Wulfklaue

i did with php 7.3.5

redis-benchmark -t set,get -p 1338 -q -c 100 -n 100000 SET: 82987.55 requests per second GET: 87336.24 requests per second

Redis version=4.0.12, bits=64, commit=1be97168, modified=0, pid=83, just started

redis-benchmark -t set,get -p 1338 -q -c 100 -n 100000 SET: 117785.63 requests per second GET: 117233.30 requests per second

markkimsal avatar Jul 25 '19 15:07 markkimsal