From 29fd488f4dc1ae9f7765fb2bd60547c8307bd9f1 Mon Sep 17 00:00:00 2001 From: Tasuku Nakagawa <38446259+T45K@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:39:27 +0900 Subject: [PATCH] Update EXPERIMENT.md --- EXPERIMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXPERIMENT.md b/EXPERIMENT.md index d98b718..3ad755a 100644 --- a/EXPERIMENT.md +++ b/EXPERIMENT.md @@ -17,7 +17,7 @@ The execution commands or steps are as follows. - `java -Xmx12G -jar ./build/libs/NIL-all.jar -s /path/to/src` - In the case of 250 MLOC codebase, we specifed `-p 135`. - CCAligner and LVMapper - - They come with shell files to run, so we ran them. + - They come with a shell file to run, named `runner`, so we ran it. - SourcererCC - We modified min length to six lines and the number of processes to four, - and ran it as described in README.md (https://github.com/Mondego/SourcererCC/tree/afc5755273fc91754ee08326a6946fad85e85b94#readme).