Skip to content
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

Fixing 1965 #1971

Merged
merged 3 commits into from Jan 29, 2016
Merged

Fixing 1965 #1971

merged 3 commits into from Jan 29, 2016

Conversation

biddisco
Copy link
Contributor

This has not passed CircleCi tests yet, but I'd like to merge it to master as soon as it does so that I can start collecting timings of sort/scan tests as soon as possible - to give a few baseline points on a timing graph before I modify the parallel sort algorithm, and/or possibly the scan implementation.

@hkaiser
Copy link
Member

hkaiser commented Jan 29, 2016

Except for the nitpick that you could add all command line options in one go:

desc.add_options()
    ("foo", ...)
    ("bar", ...)
;

this looks good to me. Thanks!

When run normally, the test will perform one extra
benchmark test that outputs a time in a form compatible
with CDash.

When run with "--benchmark" commandline option
then the usual unit tests are skipped and only the benchmark is run
hkaiser added a commit that referenced this pull request Jan 29, 2016
@hkaiser hkaiser merged commit 4992b7e into master Jan 29, 2016
@hkaiser hkaiser deleted the fixing_1965 branch January 29, 2016 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants