6 '../../../../native_client/tests/benchmark',
7 '../../../../native_client/src',
11 'NAME' : 'benchmarks',
14 'benchmark_binarytrees_c.c',
15 'benchmark_binarytrees.cc',
16 'benchmark_chameneos_c.c',
17 'benchmark_chameneos.cc',
19 'benchmark_nbody_c.c',
27 'DEPS': ['ppapi_simple', 'nacl_io'],
28 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
33 'third_party/computer_language_benchmarks_game/binarytrees.c',
34 'third_party/computer_language_benchmarks_game/chameneos.c',
35 'third_party/computer_language_benchmarks_game/nbody.c',
37 'DEST': 'examples/benchmarks',
39 'TITLE': "Benchmark Suite",