feat : add simple self-benchmark using node js with the help of LLM and upgrade SixLabors version

This commit is contained in:
gelaws-hub 2025-08-01 20:14:53 +07:00
parent 8cec6e92c5
commit ff0a302e9f
4 changed files with 274 additions and 2 deletions

View file

@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.10" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
</ItemGroup>
</Project>