theseus-rs / rsql

Command line interface for CockroachDB, DuckDB, LibSQL, MariaDB, MySQL, PostgreSQL, Redshift, Snowflake, SQLite3 and SQL Server
https://theseus-rs.github.io/rsql/rsql_cli/
Apache License 2.0
129 stars 5 forks source link

refactor!: remove limit from connection trait #103

Closed brianheineman closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 97.02970% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 96.01%. Comparing base (c791f8d) to head (72d3978).

Files Patch % Lines
rsql_drivers/src/connection.rs 97.22% 2 Missing :warning:
rsql_core/src/configuration.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ========================================== - Coverage 96.03% 96.01% -0.02% ========================================== Files 76 76 Lines 8195 8206 +11 ========================================== + Hits 7870 7879 +9 - Misses 325 327 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 7 months ago

🐰Bencher

ReportWed, April 3, 2024 at 22:55:30 UTC
Projecttheseus-rs/rsql
Branchlimit-rows
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
postgres-embedded➖ (view plot)814200000.000
postgresql-embedded➖ (view plot)834980000.000
rusqlite➖ (view plot)264110.000
sqlite➖ (view plot)533430.000

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help