theseus-rs / postgresql-embedded

Embed PostgreSQL database
Apache License 2.0
34 stars 5 forks source link

fix: correct bug where commands hang on windows when retrieving stdout/stderr #105

Closed brianheineman closed 5 days ago

brianheineman commented 5 days ago

Fixes #99

github-actions[bot] commented 5 days ago

🐰Bencher

ReportSat, July 6, 2024 at 02:37:41 UTC
Projecttheseus-rs/postgresql-embedded
Branchcorrect-windows-hang
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)
extract➖ (view plot)154,060.00
lifecycle➖ (view plot)1,231,000,000.00

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

Codecov Report

Attention: Patch coverage is 96.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.58%. Comparing base (480faa8) to head (5e5aac0).

Files Patch % Lines
postgresql_commands/src/traits.rs 96.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ========================================== + Coverage 99.56% 99.58% +0.02% ========================================== Files 78 78 Lines 8638 8583 -55 ========================================== - Hits 8600 8547 -53 + Misses 38 36 -2 ```

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