Skip to content
/ qbench Public

A simple query benchmarking tool for SQL databases, specifically designed for checking performance between multiple versions of same query.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

harinvb/qbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QBench

License: MIT License

A simple query benchmarking tool for SQL databases, specifically designed for checking performance between multiple revisions of same query.

Usage

This below cargo command will show all available options for qbench.

cargo run -- -h

Example

see example/test.toml for a required toml bench configuration to compare some valid postgresql queries.

Run this below command to benchmark the benchmark configurations in example folder.

cargo build && target\release\qbench -d example

Output

Benchmark Succeeded

results

Benchmark Failed

errors

About

A simple query benchmarking tool for SQL databases, specifically designed for checking performance between multiple versions of same query.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages