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

Rust-only fixtures for getting array data #9

Open
ilan-gold opened this issue Sep 26, 2024 · 0 comments
Open

Rust-only fixtures for getting array data #9

ilan-gold opened this issue Sep 26, 2024 · 0 comments

Comments

@ilan-gold
Copy link
Owner

ilan-gold commented Sep 26, 2024

We currently do not unit-test in rust because the calling python code can do this for us, but this can make development a bit slow because you have to recompile every time via maturin develop before running tests, which is error-pronce.

Another advantage of setting up "fixture" that look like the python requests is to be able to benchmark within rust only.

In other words we should create inputs to

pub fn retrieve_chunk_subset(
as if they were actually coming from python, but purely in rust.

@ilan-gold ilan-gold changed the title Rust-only request mechanism Rust-only fixtures for getting array data Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant