To execute the benchmark in linux or mac os
cd src/benchmarkDataTableSelectVsLinq
sudo dotnet run -c Release
The results are dumped to the screen as well as a benchmark artifacts folder.
See DataTableSelectVsLinqBenchmark-report-github.md for an example.
A test project is included for troubleshooting purposes.
The test can be executed using the following command:
cd tests/benchmarkDataTableSelectVsLinq.Tests
dotnet test
Content | License |
---|---|
Source code | |
Sample data |
This repository includes a sample CSV data set that was provided by the government of New Zealand (stats.govt.nz).
See https://www.stats.govt.nz/large-datasets/csv-files-for-download/ for more details.
It is licensed under a Creative Commons Attribution 4.0 International License.