From 2e29ab20dd30ffe1ec8ba11ceb92aa09334ea031 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 23 Jun 2023 21:26:55 -0400 Subject: [PATCH] fix benchpress config --- tests/benchpress.sexp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/benchpress.sexp b/tests/benchpress.sexp index 22a52076..138138bd 100644 --- a/tests/benchpress.sexp +++ b/tests/benchpress.sexp @@ -60,13 +60,5 @@ (timeout 10) (dirs ())))) -(task - (name sidekick-smt-all) - (action - (run_provers - (provers (sidekick-dev z3)) - (timeout 10) - (dirs ($HOME/workspace/smtlib))))) - (set-options (progress true))