summaryrefslogtreecommitdiff
path: root/vest/dist-vest.pl
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-06-08 22:35:06 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-06-08 22:35:06 -0400
commitc456e5b4470a244de811bf8c070532f8012f5731 (patch)
tree55f09ac77badfb3ef976e88829bcfcb11dea6e8a /vest/dist-vest.pl
parent74d3ac177d70b77646f6a0b3b4095d725f893a36 (diff)
rudimentary support for meteor via an external process. still needs configuration of path, but it should work
Diffstat (limited to 'vest/dist-vest.pl')
-rwxr-xr-xvest/dist-vest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl
index 789b5b14..b7a862c4 100755
--- a/vest/dist-vest.pl
+++ b/vest/dist-vest.pl
@@ -118,6 +118,8 @@ if ($usefork) { $usefork = "--use-fork"; } else { $usefork = ''; }
if ($metric =~ /^(combi|ter)$/i) {
$lines_per_mapper = 40;
+} elsif ($metric =~ /^meteor$/i) {
+ $lines_per_mapper = 2000; # start up time is really high
}
($iniFile) = @ARGV;