-
Notifications
You must be signed in to change notification settings - Fork 1
Add region query benchmark #8
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
Conversation
Signed-off-by: AdityaPandeyCN <[email protected]>
Signed-off-by: AdityaPandeyCN <[email protected]>
benchmark/region_query_benchmark.cxx
Outdated
| #ifdef _WIN32 | ||
| #define NULL_DEVICE "NUL" | ||
| #else | ||
| #define NULL_DEVICE "/dev/null" | ||
| #endif |
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.
IIRC, this was already put somewhere. Can we make sure we reuse code?
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.
Tried to address this.
Signed-off-by: AdityaPandeyCN <[email protected]>
Signed-off-by: AdityaPandeyCN <[email protected]>
vgvassilev
left a comment
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.
LGTM!
Signed-off-by: AdityaPandeyCN <[email protected]> clang format Signed-off-by: AdityaPandeyCN <[email protected]> code organization Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]> Add region query benchmark (compiler-research#8) * query performance Signed-off-by: AdityaPandeyCN <[email protected]> * clang format Signed-off-by: AdityaPandeyCN <[email protected]> * code organization Signed-off-by: AdityaPandeyCN <[email protected]> * clang changes Signed-off-by: AdityaPandeyCN <[email protected]> --------- Signed-off-by: AdityaPandeyCN <[email protected]> add chromosome based file splitting Signed-off-by: AdityaPandeyCN <[email protected]> delete example sam file Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]> test file changes Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]>
* Adding chromosome base file splitting Signed-off-by: AdityaPandeyCN <[email protected]> clang format Signed-off-by: AdityaPandeyCN <[email protected]> code organization Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]> Add region query benchmark (#8) * query performance Signed-off-by: AdityaPandeyCN <[email protected]> * clang format Signed-off-by: AdityaPandeyCN <[email protected]> * code organization Signed-off-by: AdityaPandeyCN <[email protected]> * clang changes Signed-off-by: AdityaPandeyCN <[email protected]> --------- Signed-off-by: AdityaPandeyCN <[email protected]> add chromosome based file splitting Signed-off-by: AdityaPandeyCN <[email protected]> delete example sam file Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]> test file changes Signed-off-by: AdityaPandeyCN <[email protected]> clang changes Signed-off-by: AdityaPandeyCN <[email protected]> * added bam vs ram file benchmark for chromosome based file splitting Signed-off-by: AdityaPandeyCN <[email protected]> * clang format changes Signed-off-by: AdityaPandeyCN <[email protected]> * made benchmarks fair Signed-off-by: AdityaPandeyCN <[email protected]> * clang changes Signed-off-by: AdityaPandeyCN <[email protected]> * parallel write code Signed-off-by: AdityaPandeyCN <[email protected]> * version update Signed-off-by: AdityaPandeyCN <[email protected]> * version update Signed-off-by: AdityaPandeyCN <[email protected]> * use parallel writer Signed-off-by: AdityaPandeyCN <[email protected]> * clang changes Signed-off-by: AdityaPandeyCN <[email protected]> * clang changes Signed-off-by: AdityaPandeyCN <[email protected]> * samtools threading Signed-off-by: AdityaPandeyCN <[email protected]> * clang format changes Signed-off-by: AdityaPandeyCN <[email protected]> --------- Signed-off-by: AdityaPandeyCN <[email protected]>
This PR adds region query performance of RNTuple vs TTree benchmark.