Commit 69a93194 authored by antirez's avatar antirez
Browse files

hll-gnuplot-graph.rb: Use |error| when filter is :max

parent a8fb1a32
......@@ -47,6 +47,7 @@ def filter_samples(numsets,filter)
dataset[i] = run_experiment(r,i,100000,1)
}
dataset[0].each_with_index{|ele,index|
ele[1] = ele[1].abs if filter == :max
card,err=ele
if filter == :max
(1...numsets).each{|i|
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment