JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

[WIP] update benchmark script #106

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 5 years ago

The current benchmark script is broken, so I redesign it. Hopefully, we can catch a bunch of performance bottleneck with it, and decide where the future efforts should be put on.

A comprehensive benchmark on ImageFiltering requires more utils and benchmark items, but I'd like to get some early feedback on this.

I plan to make the benchmark script a little bit redundancy so that we can get more performance information about ImageFiltering. However, this requires quite a long-running time on the local machine (e.g., ~4mins in i7-6700K CPU @ 4.00GHz in the first commit)

TODO:

johnnychen94 commented 4 years ago

I completely forget about it. Close in favor of #158