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

Unified Diff: nacl/bench-framework.h

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/Makefile ('k') | nacl/bench-framework.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl/bench-framework.h
diff --git a/nacl/bench-framework.h b/nacl/bench-framework.h
index cb47730a7df9c19885119eca5ee719021815f03c..11bc0c1b166304e46dc52117e955400c1b4c465b 100644
--- a/nacl/bench-framework.h
+++ b/nacl/bench-framework.h
@@ -5,7 +5,7 @@
extern "C" {
#endif
-#define MAX_BENCHMARKS 8
+#define MAX_BENCHMARKS 16
typedef int (*bench_function)(int);
typedef int (*report_function)(char *, ...);
@@ -40,6 +40,9 @@ int run_nbody(int p);
int run_pidigits(int p);
int run_spectralnorm(int p);
+int run_richards(int p);
+int run_deltablue(int p);
+
enum benchmark_size_t { kBenchmarkSmall, kBenchmarkLarge };
int framework_main(enum benchmark_size_t size);
« no previous file with comments | « nacl/Makefile ('k') | nacl/bench-framework.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698