This project contains performance tests for the PCAxis.Core library using BenchmarkDotNet.
- .NET 9.0 SDK or later
- BenchmarkDotNet
-
Clone the repository:
git clone https://github.com/pxtools/PCAxis.Core.PerformanceTests.git cd PCAxis.Core.PerformanceTests
-
Restore the dependencies:
dotnet restore
-
Build the project:
dotnet build -c Release
-
Run the benchmarks:
dotnet run -c Release --project PCAxis.Core.PerformanceTests.csproj
The benchmark results will be displayed in the console and saved in the BenchmarkDotNet.Artifacts directory.
This project is licensed under the MIT License.