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!: introduce Row struct to QueryResult to replace Vec #107

Closed brianheineman closed 7 months ago

github-actions[bot] commented 7 months ago

🐰Bencher

ReportFri, April 5, 2024 at 18:23:21 UTC
Projecttheseus-rs/rsql
Branchdriver-row-struct
Testbedlocalhost
BenchmarkLatencyLatency Results
nanoseconds (ns)
postgres-embedded➖ (view plot)816890000.000
postgresql-embedded➖ (view plot)821010000.000
rusqlite➖ (view plot)264640.000
sqlite➖ (view plot)503070.000

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.02%. Comparing base (320ec33) to head (b3a19a1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #107 +/- ## ========================================== + Coverage 95.96% 96.02% +0.06% ========================================== Files 76 77 +1 Lines 8245 8376 +131 ========================================== + Hits 7912 8043 +131 Misses 333 333 ```

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