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

Unified Diff: nacl/build.scons

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 | « nacl/bench-framework.c ('k') | nacl/deltablue.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl/build.scons
diff --git a/nacl/build.scons b/nacl/build.scons
index ddec06a8000c681bdd7cfe49f8fb9bfd3ca83134..4fe94633b1564375358edde45ba146eadae98603 100644
--- a/nacl/build.scons
+++ b/nacl/build.scons
@@ -34,9 +34,10 @@ nacl_env.Append(CPPPATH=['include'],
-benchmark_sources = ['binarytrees.cc', 'fannkuchredux.c', 'fasta.c',
- 'revcomp.c', 'knucleotide.c', 'nbody.c',
- 'pidigits.c', 'spectralnorm.c']
+benchmark_sources = ['binarytrees.cc', 'fannkuchredux.c', 'fasta.c',
+ 'revcomp.c', 'knucleotide.c', 'nbody.c',
+ 'pidigits.c', 'spectralnorm.c', 'richards.c',
+ 'deltablue.c']
framework_sources = ['bench-framework.c', 'benchstringio.c', 'fasta_10k_ref_output.c']
sources = benchmark_sources + framework_sources
« no previous file with comments | « nacl/bench-framework.c ('k') | nacl/deltablue.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698