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

RoadMap for ExifViewer.jl #4

Open
ashwanirathee opened this issue Jun 25, 2022 · 1 comment
Open

RoadMap for ExifViewer.jl #4

ashwanirathee opened this issue Jun 25, 2022 · 1 comment

Comments

@ashwanirathee
Copy link
Member

ashwanirathee commented Jun 25, 2022

For basic operations, these are the benchmarks

julia> using BenchmarkTools, TestImages, ExifViewer
julia> filename = "test/test_images/test.jpg"
julia> io = open(filename, "r")
julia> @btime read_metadata(io)
1.862 μs (11 allocations: 912 bytes)
julia> @btime read_metadata(filename)
269.472 μs (122 allocations: 100.05 KiB)
julia> @btime data = read(filename)
15.876 μs (13 allocations: 69.28 KiB)
julia> @btime read_metadata(data)
221.786 μs (109 allocations: 30.77 KiB)

We want to automate this

@epompeii
Copy link

I've been working on a continuous benchmarking tool called Bencher that could help keep track of these results: https://github.com/bencherdev/bencher

@ashwanirathee ashwanirathee changed the title Keeping track of benchmarks RoadMap for ExifViewer.jl Apr 24, 2023
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

No branches or pull requests

2 participants