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

Unified Diff: nacl/Makefile

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/worker.js ('k') | nacl/bench-framework.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl/Makefile
diff --git a/nacl/Makefile b/nacl/Makefile
index f77ede108fca5b8c1ae4c0a252bf3103044fc80f..b313e24065f5cd9fb2144634b5498fc8ed72eef1 100644
--- a/nacl/Makefile
+++ b/nacl/Makefile
@@ -42,7 +42,7 @@ LIBDIR = ../third_party/libinstall/$(BITS)/lib
BENCHMARKS := fannkuchredux fasta revcomp binarytrees knucleotide nbody \
- spectralnorm pidigits
+ spectralnorm pidigits richards deltablue
OTHER_OBJS = bench-framework benchstringio fasta_10k_ref_output
OBJS_NATIVE := $(BENCHMARKS:%=%.native.o) $(OTHER_OBJS:%=%.native.o)
« no previous file with comments | « js/worker.js ('k') | nacl/bench-framework.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698