Skip to content

Commit 8979115

Browse files
committed
update config to trigger new run
1 parent 441bc10 commit 8979115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarking/benchmark-ci.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COMPUTE_BENCH_COMPILE_FLAGS="-j2"
1717
OUTPUT_PATH="."
1818

1919
# Metrics to benchmark, and their allowed variance as a Python dictionary
20-
METRICS_VARIANCE='{"Median": 0.3}'
20+
METRICS_VARIANCE='{"Median": 0.5}'
2121
#METRICS_VARIANCE='{"Median": 0.5, "StdDev": 4.0}'
2222

2323
# Metrics to record using aggregate.py

0 commit comments

Comments
 (0)