basic arithmetic benchmarks added
.NET Test / .NET tests (push) Successful in 1m9s

This commit is contained in:
2026-09-14 00:04:39 +04:00
parent e05e1e902a
commit cb2524980d
6 changed files with 186 additions and 9 deletions
+5
View File
@@ -49,6 +49,11 @@ jobs:
--report-xunit-trx --coverlet --coverlet-output-format cobertura
--coverlet-include "[Just.PreciseMath]*"
- name: Benchmark smoke test
run: >-
dotnet run --project 2-benchmarks/Just.PreciseMath.Benchmarks
--configuration Release --no-build -- --job Dry --filter '*'
- name: Upload test and coverage results
uses: actions/upload-artifact@v7
if: ${{ always() }}