| Index: bench/gen_bench_expectations.py
|
| diff --git a/bench/gen_bench_expectations.py b/bench/gen_bench_expectations.py
|
| index 75035ffda77f89a94f49d8184f142f931b1ebe3f..628c985d65246c8b28f301881e50b4c98959a595 100644
|
| --- a/bench/gen_bench_expectations.py
|
| +++ b/bench/gen_bench_expectations.py
|
| @@ -12,9 +12,9 @@ import re
|
| import sys
|
|
|
| # Parameters for calculating bench ranges.
|
| -RANGE_RATIO_UPPER = 1.0 # Ratio of range for upper bounds.
|
| -RANGE_RATIO_LOWER = 1.5 # Ratio of range for lower bounds.
|
| -ERR_RATIO = 0.05 # Further widens the range by the ratio of average value.
|
| +RANGE_RATIO_UPPER = 1.2 # Ratio of range for upper bounds.
|
| +RANGE_RATIO_LOWER = 1.8 # Ratio of range for lower bounds.
|
| +ERR_RATIO = 0.08 # Further widens the range by the ratio of average value.
|
| ERR_ABS = 0.5 # Adds an absolute error margin to cope with very small benches.
|
|
|
| # List of bench configs to monitor. Ignore all other configs.
|
|
|