Skip to content
Snippets Groups Projects
Commit 222160e0 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix Benchmarks

parent bea94705
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ object Benchmarks extends App {
val (program, results) = pipeline.run(innerCtx)(file.getPath :: Nil)
val solver = new FairZ3Solver(ctx.copy(reporter = new SilentReporter))
solver.setProgram(program)
for ((f, ps) <- results.toSeq.sortBy(_._1.id.toString); p <- ps) {
val sctx = SynthesisContext(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment