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

Unified Diff: js/worker.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/setup_benchmarks.js ('k') | nacl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: js/worker.js
diff --git a/js/worker.js b/js/worker.js
index 468b9620ecbc6d756313b3cd18043aeb6c0106d2..74c7251951f49e1f6f9310494fda3707007132cb 100644
--- a/js/worker.js
+++ b/js/worker.js
@@ -20,6 +20,9 @@ importScripts('base.js');
importScripts('fasta_10k_ref_output.js');
importScripts('io_replacement.js');
importScripts('biginteger.js');
+
+importScripts('richards.js');
+importScripts('deltablue.js');
importScripts('fannkuchredux.js');
importScripts('fasta.js');
importScripts('revcomp.js');
« no previous file with comments | « js/setup_benchmarks.js ('k') | nacl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698