COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2274:432d0469a87e

Last change on this file since 2274:432d0469a87e was 2244:a28b4e0aa787, checked in by Alpar Juttner, 17 years ago

Benchmark the running time of lemon::Random

File size: 804 bytes
Line 
1EXTRA_DIST += \
2        benchmark/Makefile
3        benchmark/edge_lookup_test
4
5noinst_HEADERS += benchmark/bench_tools.h
6
7if WANT_BENCHMARK
8
9noinst_PROGRAMS += \
10        benchmark/graph-bench \
11        benchmark/hcube \
12        benchmark/swap_bipartite_bench \
13        benchmark/bfs-bench \
14        benchmark/radix_sort-bench \
15        benchmark/swap_bipartite_bench \
16        benchmark/random_bench \
17        benchmark/edge_lookup
18
19endif WANT_BENCHMARK
20
21benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
22
23benchmark_hcube_SOURCES = benchmark/hcube.cc
24
25benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
26
27benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
28
29benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
30
31benchmark_random_bench_SOURCES = benchmark/random_bench.cc
32
33benchmark_edge_lookup_SOURCES = benchmark/edge_lookup.cc
Note: See TracBrowser for help on using the repository browser.