summaryrefslogtreecommitdiff
path: root/utils/hyperloglog
Commit message (Collapse)AuthorAgeFilesLines
* Fix HyperLogLog test script for new redis-rb API.antirez2018-03-161-1/+1
|
* Fix HLL gnuplot graph generator script for new redis-rb versions.antirez2016-12-161-1/+1
| | | | The PFADD now takes an array and has mandatory two arguments.
* Make hll-gnuplot-graph.rb callable from cli.antirez2014-04-031-4/+5
|
* hll-gnuplot-graph.rb improved with new filter.antirez2014-04-021-13/+22
| | | | | | The function to generate graphs is also more flexible as now includes step and max value. The step of the samples generation function is no longer limited to min step of 1000.
* HyperLogLog API prefix modified from "P" to "PF".antirez2014-03-312-4/+4
| | | | Using both the initials of Philippe Flajolet instead of just "P".
* HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.antirez2014-03-312-4/+4
|
* hll-gnuplot-graph.rb: added new filter "all".antirez2014-03-311-5/+14
|
* hll-gnuplot-graph.rb: Use |error| when filter is :maxantirez2014-03-311-0/+1
|
* Ignore txt files inside utils/hyperloglog.antirez2014-03-311-0/+1
| | | | Those are generated to trace graphs using gnuplot.
* hll-gnuplot-graph.rb added to plot HyperLogLog error graphs.antirez2014-03-311-0/+68
|
* hll-err.rb: speedup using pipelining.antirez2014-03-281-10/+16
|
* hll-err.rb added to test error rate of Redis HyperLogLog.antirez2014-03-281-0/+21