NETProvider
NETProvider copied to clipboard
Refactor benchmarks
Based on #1200 for now. I will rebase it with latest master in the future.
- Rename project
PerftoFirebirdSql.Data.FirebirdClient.Benchmarks. - Update project to use .NET8.
- Upgrade BenchmarkDotNet to version
0.14.0. - Update baseline nuget package to
v10.3.1. - Add
/BenchmarkDotNet.Artifactsfolder to.gitignore. - Pass command-line arguments to BenchmarkDotNet engine.
- Apply SQL Formatting. Use raw strings.
- Add script
run-benchmark.ps1.
Rebase with master.