Skip to content

Benchmark DataTable Select Filter Performance Versus LINQ

License

Notifications You must be signed in to change notification settings

mchristensen80/benchmark-datatable-select-filter-vs-linq

Repository files navigation

Instructions for running the benchmark

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.

Troubleshooting

A test project is included for troubleshooting purposes.

The test can be executed using the following command:

cd tests/benchmarkDataTableSelectVsLinq.Tests
dotnet test

License

Content License
Source code License: MIT
Sample data License: CC BY 4.0

Attribution

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.

CC BY 4.0

About

Benchmark DataTable Select Filter Performance Versus LINQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages