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

build: update to use latest postgresql_embedded API #153

Closed brianheineman closed 5 months ago

github-actions[bot] commented 5 months ago

🐰Bencher

ReportFri, June 21, 2024 at 22:31:29 UTC
Projecttheseus-rs/rsql
Branchupdate-postgresql-embedded
Testbedlocalhost

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Latency (latency)

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns)
duckdb➖ (view plot)7,209,800.00
postgres-embedded➖ (view plot)811,480,000.00
postgresql-embedded➖ (view plot)811,770,000.00
rusqlite➖ (view plot)3,625,600.00
sqlite➖ (view plot)3,923,400.00

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

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.83%. Comparing base (f08809c) to head (23ff992).

Files Patch % Lines
rsql_drivers/src/postgres/driver.rs 87.50% 1 Missing :warning:
rsql_drivers/src/postgresql/driver.rs 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== - Coverage 94.85% 94.83% -0.02% ========================================== Files 92 92 Lines 10801 10805 +4 ========================================== + Hits 10245 10247 +2 - Misses 556 558 +2 ```

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