Skip to content

Commit 27784a7

Browse files
committed
Remove some files not needed anymore, and improve crawler performance by not recompiling everything before running it.
1 parent 598f734 commit 27784a7

File tree

5 files changed

+3
-39
lines changed

5 files changed

+3
-39
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<properties>
278278
<cargo.jvmargs>
279279
-Xmx4G
280-
-javaagent:${basedir}/tools/Contrast/contrast.jar=${basedir}/tools/Contrast/contrast.config
280+
-javaagent:${basedir}/tools/Contrast/contrast.jar
281281
-Dcontrast.dir=${basedir}/tools/Contrast/working
282282
-Dcontrast.log.daily=true
283283
-Dcontrast.level=debug

runCrawler.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
CALL mvn install -Pcrawler
2+
CALL mvn test -Pcrawler

runCrawler.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
mvn install -Pcrawler
3+
mvn test -Pcrawler

tools/Contrast/contrast.config

Lines changed: 0 additions & 23 deletions
This file was deleted.

tools/Contrast/removeUnneededEvents.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)