HomeSort by relevance Sort by last modified time
    Searched refs:sunspider (Results 1 - 4 of 4) sorted by null

  /external/webkit/SunSpider/
sunspider-compare-results 42 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
58 $suite = "sunspider-0.9.1" if (!$suite);
153 $file2 = newestFile("$resultDirectory", qr/sunspider-results-.+\.js$/);
159 dumpToFile($output, "$resultDirectory/sunspider-comparison-data.js");
161 system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-comparison-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
sunspider 61 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
85 $suite = "sunspider-0.9.1" if (!$suite);
149 my $prefixFile = "$resultDirectory/sunspider-test-prefix.js";
150 my $resultsFile = "$resultDirectory/sunspider-results-$timeString.js";
165 my $shellArgs = $jsShellArgs . " -f $prefixFile -f resources/sunspider-standalone-driver.js 2> " . File::Spec->devnull();
205 print STDERR "Running SunSpider once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
230 system("$jsShellPath", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/sunspider-analyze-results.js");
235 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.mshark";
  /external/webkit/WebKitTools/Scripts/
sunspider-compare-results 35 # determine configuration, but default to "Release" instead of last-used configuration to match run-sunspider
52 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
87 print "Starting sunspider-compare-results with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
124 chdir("SunSpider");
127 # This code could be removed if we chose to pass extra args to sunspider instead of Xcode
133 exec currentPerlPath(), "./sunspider-compare-results", @args, @ARGV;
run-sunspider 40 my $testRuns = 10; # This number may be different from what sunspider defaults to (that's OK)
63 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
104 print "Starting sunspider with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
112 chdir("SunSpider");
118 # This code could be removed if we chose to pass extra args to sunspider instead of Xcode
129 exec currentPerlPath(), "./sunspider", @args;

Completed in 22 milliseconds