Skip to content

Commit

Permalink
Benchmark tests from hints
Browse files Browse the repository at this point in the history
  • Loading branch information
smitsch committed Jul 1, 2020
1 parent 9d0e900 commit cbe4175
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -195,7 +195,7 @@ class BenchmarkTester(val benchmarkName: String, val url: String,
}
}

it should "prove benchmarks with proof hints and Mathematica" ignore withMathematica { tool => setTimeouts(tool) {
it should "prove benchmarks with proof hints and Mathematica" in withMathematica { tool => setTimeouts(tool) {
val results = entries.map(e => runWithHints(e.name, e.model, e.tactic.lastOption.map(_._2)))
val writer = new PrintWriter(benchmarkName + "_withhints.csv")
writer.write(
Expand Down

0 comments on commit cbe4175

Please sign in to comment.