Skip to content
Snippets Groups Projects
Commit b869dca6 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix horrible performance bug: caching AND flushing at the same time (worst of both worlds)

parent 91bf83a3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ public class RelASTIncrementalBenchmarkScenario extends
JastaddAbstractBenchmarkScenario<RelASTIncrementalBenchmarkConfig> {
public RelASTIncrementalBenchmarkScenario(final RelASTIncrementalBenchmarkConfig bc) throws Exception {
super(bc, true);
super(bc, false);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment