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

Unified Diff: tests/benchmark/nacl.scons

Issue 993003004: Delete flaky benchmark test (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fix dependencies. Created 5 years, 9 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 | « tests/benchmark/framework.cc ('k') | tests/benchmark/thread_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark/nacl.scons
diff --git a/tests/benchmark/nacl.scons b/tests/benchmark/nacl.scons
index d3ac1cf1c715922a180280bd4b9eaf2700743952..cc1caf5978fe9996cae7477435761fa8dbe4968a 100644
--- a/tests/benchmark/nacl.scons
+++ b/tests/benchmark/nacl.scons
@@ -22,13 +22,7 @@ env.Prepend(CPPPATH=['${MAIN_DIR}/src'])
nexe = env.ComponentProgram(
'benchmark_test',
- ['benchmark_chameneos.cc',
- 'benchmark_chameneos_c.c',
- 'benchmark_binarytrees.cc',
- 'benchmark_binarytrees_c.c',
- 'benchmark_life.cc',
- 'benchmark_nbody.cc',
- 'benchmark_nbody_c.c',
+ ['benchmark_life.cc',
'framework.cc',
'main.cc',
'thread_pool.cc'],
« no previous file with comments | « tests/benchmark/framework.cc ('k') | tests/benchmark/thread_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698