[Test] Update tolerance when checking VTR benchmark QoR
This commit is contained in:
parent
781880ed93
commit
fff16a01ab
|
@ -8,5 +8,5 @@ PYTHON_EXEC=python3.8
|
||||||
##############################################
|
##############################################
|
||||||
echo -e "VTR benchmark regression tests";
|
echo -e "VTR benchmark regression tests";
|
||||||
run-task benchmark_sweep/vtr_benchmarks --debug --show_thread_logs
|
run-task benchmark_sweep/vtr_benchmarks --debug --show_thread_logs
|
||||||
# Run a quick QoR check for heterogeneous blocks
|
# Run a quick but relaxed QoR check for heterogeneous blocks
|
||||||
python3 openfpga_flow/scripts/check_qor.py --reference_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/config/vtr_benchmark_golden_results.csv --check_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/latest/task_result.csv --metric_checklist_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/config/metric_checklist.csv
|
python3 openfpga_flow/scripts/check_qor.py --reference_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/config/vtr_benchmark_golden_results.csv --check_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/latest/task_result.csv --metric_checklist_csv_file openfpga_flow/tasks/benchmark_sweep/vtr_benchmarks/config/metric_checklist.csv --check_tolerance 0.2,100
|
||||||
|
|
Loading…
Reference in New Issue