Skip to content

Latest commit

 

History

History
105 lines (59 loc) · 5.07 KB

Readme.md

File metadata and controls

105 lines (59 loc) · 5.07 KB

Performance statistic collection for rusts database connection crates

This repository contains the numbers collected by diesel continuous scheduled benchmark actions to track changes over time.

Results

Comparison

Trivial queries

Postgresql

Result Table

Sqlite

Result Table

Mysql

Result Table

Medium complex queries

Postgresql

Result Table

Sqlite

Result Table

Mysql

Result Table

Associations

Postgresql

Result Table

Sqlite

Result Table

Mysql

Result Table

Inserts

Postgresql

Result Table

Sqlite

Result Table

Mysql

Result Table

Performance over time

Trivial queries

Postgresql Sqlite Mysql

Medium complex queries

Postgresql Sqlite Mysql

Associations

Postgresql Sqlite Mysql

Inserts

Postgresql Sqlite Mysql

Raw aggregated data

How to generate the plots from the data

git clone https://github.com/diesel-rs/metrics/tree/results
R << analytics.R

The plots are generated inside the plots directory. The aggregated_data directory contains a summary of the raw criterion results collected in metrics