FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

csla/Source/Csla.Benchmarks at main · MarimerLLC/csla · GitHub

Latest commit

 

History

History

Readme.md

Csla.Benchmarks


This solution contains all benchmarks to compare and improve different solutions.

How to run a benchmark?

  1. Open this solution
  2. Pick any benchmark class provided in a sub folder
  3. Use the benchmark class in Program.cs to tell BenchmarkDotNet to run that benchmark
  4. Run dotnet run -c Release --framework net10.0 on a cli from within the Csla.Benchmarks folder
  5. Wait and view the results

Note for developers/contributors:
To test lokal changes of Csla itself you have to create a local nuget package (in release mode!) and use that in the solution. If you have to rebuild your package make sure to clean up your nuget cache. Otherwise you might pick up an outdated nuget version of csla.


Back | FazBrowse Home | New Git URL