efbench 2.1.0

dotnet tool install --global efbench --version 2.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local efbench --version 2.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=efbench&version=2.1.0
                    
nuke :add-package efbench --version 2.1.0
                    

efbench (Benchmark)

A simple set of projects to run performance testing, especially with EF Core and SQL.

Getting Started

  1. Install with the following command:
    dotnet tool install -g efbench
    
  2. Run against localdb (Windows only)
    efbench primary-keys --db localdb
    
  3. Run against Sqlite in-memory
    efbench primary-keys --db sqliteinmemory
    
  4. Run against SQL Server in a container
    1. Ensure Rancher Desktop / Docker Desktop is installed along with docker engine.
    2. Copy the contents of the docker-compose.yml to a directory
      1. Run docker compose up -d from this directory to get container running
    efbench primary-keys --db sqlservercontainer
    
  5. Run against any SQL server (optimized for AzureSql, but other SQL Servers will work also):
    efbench primary-keys --connection-string <your-connectionstring>
    
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2.1.0 268 11/25/2024
2.0.9 218 6/4/2024
2.0.8 213 6/3/2024
2.0.7 192 6/3/2024
2.0.6 244 5/31/2024
2.0.5 202 5/31/2024
2.0.4 238 5/31/2024
2.0.3 195 5/31/2024
2.0.2 243 4/22/2024
1.1.1 251 11/25/2024
1.0.0 266 4/20/2024
0.2.0 266 4/20/2024