Skip to content

xledger/SqlBench

Repository files navigation

Sql Bench

NuGet version (Xledger.Sql)

A console tool for benchmarking sql.

Installation

dotnet tool install --global SqlBench --version 1.0.1

Usage

mkdir sql_benchmarks
cd sql_benchmarks
sqlbench init

# Edit Config.toml, set your connection_string
# Edit BenchCases.toml, add SQL you want to test

sqlbench bench BenchCases.toml

About

A console tool for benchmarking sql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages