$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-14 01:44:13
On Apr 14, 2005, at 5:37 AM, Martin Wille wrote:
> I'm noticing the betweenness_centrality_test takes more than 14
> minutes to run (Athlon 1400).
Ouch! I'll shrink the size of the test case so that this doesn't
happen. The problem is that the BGL (especially betweenness_centrality)
*really* needs optimization turned on to run in any reasonable amount
of time.
I'll just use this an excuse to reiterate that I think we should be
testing in release mode, because it will expose more bugs.
Doug