| Rev | Line | |
|---|
| [2119] | 1 | EXTRA_DIST += \ |
|---|
| 2 | benchmark/Makefile |
|---|
| 3 | |
|---|
| [2108] | 4 | noinst_HEADERS += benchmark/bench_tools.h |
|---|
| [1351] | 5 | |
|---|
| [2108] | 6 | if WANT_BENCHMARK |
|---|
| [704] | 7 | |
|---|
| [2108] | 8 | noinst_PROGRAMS += \ |
|---|
| 9 | benchmark/graph-bench \ |
|---|
| 10 | benchmark/hcube \ |
|---|
| 11 | benchmark/swap_bipartite_bench \ |
|---|
| 12 | benchmark/bfs-bench \ |
|---|
| 13 | benchmark/radix_sort-bench \ |
|---|
| 14 | benchmark/swap_bipartite_bench |
|---|
| [704] | 15 | |
|---|
| [2108] | 16 | endif WANT_BENCHMARK |
|---|
| [708] | 17 | |
|---|
| [2108] | 18 | benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc |
|---|
| [742] | 19 | |
|---|
| [2108] | 20 | benchmark_hcube_SOURCES = benchmark/hcube.cc |
|---|
| [1833] | 21 | |
|---|
| [2108] | 22 | benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc |
|---|
| [2084] | 23 | |
|---|
| [2108] | 24 | benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc |
|---|
| 25 | |
|---|
| 26 | benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc |
|---|
Note: See
TracBrowser
for help on using the repository browser.