FileOnQ / Imaging.Raw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Benchmarking to target all frameworks

kenny-sellers opened this issue · comments

Currently the benchmarking is only targeting .NET 5. We need to support all frameworks (.NET 4.8, .NET 5, .NET 6).

An example of multi-targeting the jobs can be found here: https://github.com/FileOnQ/Imaging.Heif/blob/main/benchmarks/tools/Thumbnail.cs

The build logic can be pulled from here: https://github.com/FileOnQ/Imaging.Heif/blob/main/.github/workflows/benchmark.yml

#8 and this can be completed together

Closed as this is included in a main framework issue