Reviewed by mjs.
* sunspider: make --shark only sample from testkjs
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26863
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-21 Eric Seidel <eric@webkit.org>
+
+ Reviewed by mjs.
+
+ * sunspider: make --shark only sample from testkjs
+
2007-10-21 Maciej Stachowiak <mjs@apple.com>
Rubber stamped by Eric.
my $output;
if ($useShark) {
print STDERR "Running sunspider under Shark... (this will take a while)\n";
- print STDERR "shark -i -q \"$jsShellPath\" $shellArgs\n";
- $output = `shark -i -q "$jsShellPath" $shellArgs`;
+ print STDERR "shark -i -1 -q \"$jsShellPath\" $shellArgs\n";
+ $output = `shark -i -1 -q "$jsShellPath" $shellArgs`;
} else {
$output = `"$jsShellPath" $shellArgs`;
}