COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2244:a28b4e0aa787

Last change on this file since 2244:a28b4e0aa787 was 2244:a28b4e0aa787, checked in by Alpar Juttner, 18 years ago

Benchmark the running time of lemon::Random

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