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

Add blur benchmark #1

Closed
gunvirranu opened this issue Aug 21, 2020 · 1 comment · Fixed by #15
Closed

Add blur benchmark #1

gunvirranu opened this issue Aug 21, 2020 · 1 comment · Fixed by #15
Assignees
Labels
testbench CI or test-bench suite changes
Milestone

Comments

@gunvirranu
Copy link
Owner

gunvirranu commented Aug 21, 2020

Write benchmark similar to tests/blur.rs. Should compare crates block-grid, toodee, and array2d. For each, test against a common naive indexed version (Index<Coords>) and an idiomatic version.

@gunvirranu gunvirranu added the enhancement New feature or request label Aug 21, 2020
@gunvirranu gunvirranu self-assigned this Aug 21, 2020
@gunvirranu gunvirranu added performance Changes or investigations to performance and removed enhancement New feature or request labels Aug 25, 2020
@gunvirranu gunvirranu added this to the Benchmarks milestone Aug 25, 2020
@gunvirranu gunvirranu added the testbench CI or test-bench suite changes label Aug 30, 2020
@gunvirranu gunvirranu removed the performance Changes or investigations to performance label Sep 2, 2020
@gunvirranu
Copy link
Owner Author

Re-scoped to only create benches for existing test code. Issue #14 handles the additional methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testbench CI or test-bench suite changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant