Skip to content

Conversation

@rly
Copy link
Contributor

@rly rly commented Nov 3, 2025

Fix #163

This also majorly refactors how params across benchmarks were handled because it was too easy to accidentally modify one parameter and not modify another one that should also be modified. Params are now handled in one file and generated programmatically from the dataset identifiers and either following redirects or not. It's still not the cleanest, but it is relatively simple and easy to modify. Happy to discuss if you can come up with a cleaner organization.

Also fix #166. The slice params are updated to be one chunk at a time and to use the next chunk in time (rather than by channel in the case of ecephys).

@rly rly merged commit 8c755eb into main Nov 3, 2025
3 checks passed
@rly rly deleted the local_bench_refactor_params branch November 3, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change slice to be one chunk, then increase in time Add tests to time the read of local files

3 participants