From 9e522fb0ef6bcb4f4ce4d822fe33faaec77bbc60 Mon Sep 17 00:00:00 2001 From: Fabien Chaix Date: Thu, 25 Feb 2016 09:44:00 +0200 Subject: [PATCH] Adding some text in the documentation related to integration tests Modify tests to pass following modifications in SURF: -> replay multiple has a margnial change of completion time -> duplicated the test with maxmin-bench to get one smaller instance with all debug output and one with the same large instance. Modified debug messages in SURF not to include pointers. --- .../{maxmin_bench.tesh => maxmin_bench_large.tesh} | 0 teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh | 6 ++++++ 2 files changed, 6 insertions(+) rename teshsuite/surf/maxmin_bench/{maxmin_bench.tesh => maxmin_bench_large.tesh} (100%) create mode 100644 teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench.tesh b/teshsuite/surf/maxmin_bench/maxmin_bench_large.tesh similarity index 100% rename from teshsuite/surf/maxmin_bench/maxmin_bench.tesh rename to teshsuite/surf/maxmin_bench/maxmin_bench_large.tesh diff --git a/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh new file mode 100644 index 0000000000..4a2fb5511d --- /dev/null +++ b/teshsuite/surf/maxmin_bench/maxmin_bench_medium.tesh @@ -0,0 +1,6 @@ +#! ./tesh + +! output display +$ $SG_TEST_EXENV ${bindir:=.}/maxmin_bench +> Starting to solve +> One shot execution time for a total of 2000 constraints, 2000 variables with 80 active constraint each : 66293 microsecondes -- 2.20.1