| 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,
|
|
|