Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: js/run.js

Issue 7821018: Add Richards and DeltaBlue benchmarks (Closed) Base URL: https://code.google.com/p/web-shootout/@master
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « js/richards.js ('k') | js/setup_benchmarks.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: js/run.js
diff --git a/js/run.js b/js/run.js
index 73414e5908f0f70089025632d560d13eaf0c4e9f..21ec40e5e911ce9b97e34d69935d0cbaf14dbfc8 100644
--- a/js/run.js
+++ b/js/run.js
@@ -31,6 +31,8 @@ load("fasta_10k_ref_output.js");
load('io_replacement.js');
load('biginteger.js');
+load('richards.js');
+load('deltablue.js');
load('fannkuchredux.js');
load('fasta.js');
load('revcomp.js');
@@ -65,7 +67,7 @@ function PrintScore(score) {
// Uncomment the following to run the small benchmarks for testing
// before running the larger ones
-/*
+
SetupSmallBenchmarks();
BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
@@ -73,7 +75,7 @@ BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
NotifyScore: PrintScore });
ClearBenchmarks();
-*/
+
SetupLargeBenchmarks();
BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
« no previous file with comments | « js/richards.js ('k') | js/setup_benchmarks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698