-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a benchmark for the Lengauer-Tarjan dominator tree algorithm #406
base: develop
Are you sure you want to change the base?
Conversation
I use numerous small test cases (10-14 vertices) from the Unfortunately, I'm not familiar with a CMake-based infrastructure (if any exists at all) to build and test the boost.graph library. This is why I've added a short instruction how to compile the benchmark directly into the On my machine (64 X 1792.7 MHz CPU s with almost zero Load Average) the report is the following (we may use it as a base-line for issue #383):
After replacing
(I checked for |
@jeremy-murphy Could you have a look? Unfortunately, I'm not able to edit the Reviewers list. |
I have an improvement to the CMake build in a PR of my own, so I'll try to merge that ASAP. After that's merged it will be easier to incorporate your benchmark. |
1135d8a
to
e9901e6
Compare
e9901e6
to
1097e08
Compare
The compilation of such huge graph is guarded with the WITH_INLINED_GRAPH compiler directive. Issue: boostorg#383
Issue: #383