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

Benchmarking with ASV #456

Merged
merged 163 commits into from
Apr 25, 2022
Merged

Benchmarking with ASV #456

merged 163 commits into from
Apr 25, 2022

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented Jul 19, 2021

work on #439

@jpn-- jpn-- marked this pull request as ready for review November 30, 2021 15:21
@jpn--
Copy link
Member Author

jpn-- commented Nov 30, 2021

This work is ready for review, and passes tests in Travis. The benchmarking results website is online at https://activitysim.github.io/asim-benchmarks/

Copy link
Contributor

@dhensle dhensle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request in general looks really good. Code needs to be more consistent when it comes to chunking and multiprocessing (there are multiple spots that seem to contradict each other as to whether multiprocessing & chunking are enabled or not). More documentation would help developers and users understand the functionality and how to use it appropriately. I did get an error when trying to publish to GitHub pages that should be addressed.

Does a TravisCI test need to be created to test the benchmarking functionality?

docs/benchmarking.rst Show resolved Hide resolved
docs/benchmarking.rst Show resolved Hide resolved
docs/benchmarking.rst Show resolved Hide resolved
docs/benchmarking.rst Show resolved Hide resolved
docs/benchmarking.rst Show resolved Hide resolved
activitysim/benchmarking/componentwise.py Show resolved Hide resolved
activitysim/benchmarking/componentwise.py Show resolved Hide resolved
activitysim/benchmarking/latest.py Show resolved Hide resolved
activitysim/cli/benchmark.py Outdated Show resolved Hide resolved
activitysim/benchmarking/componentwise.py Show resolved Hide resolved
@jpn-- jpn-- requested a review from dhensle March 16, 2022 15:55
@jpn--
Copy link
Member Author

jpn-- commented Mar 16, 2022

@dhensle, I believe we have addressed all of the items you identified in your review, can you confirm? Thanks

Copy link
Contributor

@dhensle dhensle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of my previous comments have been addressed. Looks good to me!

jpn-- and others added 3 commits April 12, 2022 11:00
fix for dependency changes that result in small parameter estimation variance
@jpn-- jpn-- merged commit 91930b5 into ActivitySim:develop Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement performance benchmarking via Airspeed Velocity
4 participants