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

feat: add clipboard output option #148

Closed brianheineman closed 5 months ago

github-actions[bot] commented 5 months ago

🐰Bencher

ReportFri, May 31, 2024 at 20:43:22 UTC
Projecttheseus-rs/rsql
Branchadd-clipboard-output
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,430,500.00
postgres-embedded➖ (view plot)807,870,000.00
postgresql-embedded➖ (view plot)825,500,000.00
rusqlite➖ (view plot)3,754,000.00
sqlite➖ (view plot)4,040,000.00

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

Codecov Report

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

Project coverage is 94.88%. Comparing base (16ac5db) to head (90b29f0).

Files Patch % Lines
rsql_formatters/src/writers/clipboard.rs 0.00% 38 Missing :warning:
rsql_core/src/commands/tee.rs 80.76% 5 Missing :warning:
rsql_core/src/commands/output.rs 94.44% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== - Coverage 95.26% 94.88% -0.38% ========================================== Files 91 92 +1 Lines 10749 10818 +69 ========================================== + Hits 10240 10265 +25 - Misses 509 553 +44 ```

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