Migrating Travis to 2012vs10 benchmark
This commit is contained in:
@@ -19,6 +19,8 @@ run-nrtest()
|
||||
return_value=0
|
||||
|
||||
test_suite_path=$1
|
||||
benchmark_ver="2012vs10"
|
||||
|
||||
|
||||
nrtest_execute_cmd="nrtest execute"
|
||||
test_app_path="apps/epanet-$2.json"
|
||||
@@ -26,7 +28,7 @@ tests="tests/examples tests/exeter tests/large tests/network_one tests/small tes
|
||||
test_output_path="benchmark/epanet-$2"
|
||||
|
||||
nrtest_compare_cmd="nrtest compare"
|
||||
ref_output_path="benchmark/epanet-2012"
|
||||
ref_output_path="benchmark/epanet-${benchmark_ver}"
|
||||
rtol_value=0.1
|
||||
atol_value=0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user