Skip to content

Commit d8ef4b3

Browse files
committed
fix: remove uncommited matcher from benchmark.
1 parent 79f6122 commit d8ef4b3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

benchmark/src/main/java/com/github/gumtree/benchmark/RunOnDataset.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
package com.github.gumtree.benchmark;
2121

22-
import com.github.gumtreediff.actions.EditScript;
23-
import com.github.gumtreediff.actions.EditScriptGenerator;
24-
import com.github.gumtreediff.actions.SimplifiedChawatheScriptGenerator;
22+
import com.github.gumtreediff.actions.*;
2523
import com.github.gumtreediff.actions.model.*;
2624
import com.github.gumtreediff.gen.Register;
2725
import com.github.gumtreediff.gen.SyntaxException;
@@ -30,7 +28,6 @@
3028
import com.github.gumtreediff.gen.treesitterng.PythonTreeSitterNgTreeGenerator;
3129
import com.github.gumtreediff.io.DirectoryComparator;
3230
import com.github.gumtreediff.matchers.*;
33-
import com.github.gumtreediff.matchers.heuristic.RwsDiffMatcher;
3431
import com.github.gumtreediff.tree.TreeContext;
3532
import com.github.gumtreediff.utils.Pair;
3633

@@ -86,8 +83,6 @@ public static void main(String[] args) throws IOException, ClassNotFoundExceptio
8683
if (configurations.isEmpty()) {
8784
configurations.add(new MatcherConfig("simple",
8885
CompositeMatchers.SimpleGumtree::new, mediumMinSim()));
89-
configurations.add(new MatcherConfig("rws",
90-
RwsDiffMatcher::new, new GumtreeProperties()));
9186
//configurations.add(new MatcherConfig("auto",
9287
//CompositeMatchers.SimpleGumtreeAutoMt::new, new GumtreeProperties()));
9388
//configurations.add(new MatcherConfig("hybrid-100",

0 commit comments

Comments
 (0)