-
Notifications
You must be signed in to change notification settings - Fork 83
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
[WIP] bench: development tracking branch for benchmarking #4008
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4008 +/- ##
==========================================
- Coverage 90.17% 89.35% -0.82%
==========================================
Files 458 468 +10
Lines 58304 58838 +534
Branches 5694 5740 +46
==========================================
Hits 52573 52573
- Misses 4339 4873 +534
Partials 1392 1392 ☔ View full report in Codecov by Sentry. |
benchmarks/.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first to merge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add gitignore file for profile outputs in response to [comment](#4008 (comment))
@@ -28,12 +28,12 @@ | |||
"uninstall_command": ["return-code=any python -mpip uninstall -y {project}"], | |||
"build_command": [ | |||
"python setup.py build", | |||
"PIP_NO_BUILD_ISOLATION=false python -m pip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}" | |||
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does -mpip
do vs -m pip
?
A draft PR to track the ongoing development of xDSL benchmarking. This branch is not intended to be merged, but instead to provide visibility. Benchmarks will be merged to the main branch in small increments in separate PRs.