Code for general single cell benchmarking#969
Merged
Conversation
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
edawson
reviewed
Jul 18, 2025
edawson
reviewed
Jul 18, 2025
edawson
reviewed
Jul 18, 2025
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
1c1b79b to
b4d10cf
Compare
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: Polina Binder <pbinder@nvidia.com>
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
Collaborator
Author
|
/ok to test 878f347 |
trvachov
approved these changes
Jul 31, 2025
Collaborator
Author
|
/ok to test 878f347 |
Collaborator
Author
|
/ok to test 594dea5 |
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
Collaborator
Author
|
/ok to test ce04962 |
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
Collaborator
Author
|
/ok to test 69bf73d |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #969 +/- ##
==========================================
- Coverage 83.34% 82.16% -1.18%
==========================================
Files 148 151 +3
Lines 9766 10130 +364
==========================================
+ Hits 8139 8323 +184
- Misses 1627 1807 +180
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This a simple, flexible framework for benchmarking any dataloader without requiring inheritance or modifications to your existing code. It works with any iterable dataloader. It measures dataset/ dataloader instantiation time and memory, along with iteration memory and speed. It can be easily run with multiple dataloaders to enable comparisons. The results are printed and exported into a csv.
Type of changes
Usage
Pre-submit Checklist