FileOnQ / Imaging.Heif

A C#/.NET wrapper around libheif for decoding and processing high efficiency image formats (heif, heic).
GNU Lesser General Public License v3.0
15 stars 4 forks source link

Add Benchmarks for .NET 6 and .NET Framework 4.8 #66

Closed SkyeHoefling closed 2 years ago

SkyeHoefling commented 2 years ago

Description

Benchmarks only support .NET 5 and need to print data for all supported platforms. In #62 we identified a memory leak in .NET Framework that was pre-existing and it is tracked in #65. With proper benchmarking metrics this could have been caught much earlier in the release cycle

Task