bguo068 / ishare

a Rust crate designed to facilitate the analysis of rare-variant sharing and identity-by-descent (IBD) sharing.
MIT License
3 stars 0 forks source link

add benchmarking code #8

Open bguo068 opened 1 year ago

bguo068 commented 1 year ago

Currently, benchmarking is conducted using real TOPMed 10b data. However, the input data is too large to share via GitHub. Providing code for simulating larger datasets would allow users to regenerate test data locally. The initial simulation code is available here, but it currently supports only a very small sample size.

Additionally, the existing benchmarking code is not yet tracked by Git. Including scripts or instructions for setting up a benchmarking environment would be beneficial.

Tasks to be addressed: