Closed brianheineman closed 1 month ago
Branch | revert-sqlx |
Testbed | localhost |
⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!
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.
Benchmark | Latency | nanoseconds (ns) |
---|---|---|
postgres-embedded | 📈 view plot ⚠️ NO THRESHOLD | 809,080,000.00 |
postgresql-embedded | 📈 view plot ⚠️ NO THRESHOLD | 826,640,000.00 |
rusqlite | 📈 view plot ⚠️ NO THRESHOLD | 4,556,100.00 |
sqlite | 📈 view plot ⚠️ NO THRESHOLD | 4,878,000.00 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.92%. Comparing base (
fe2ea1c
) to head (b35a31d
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Reverting sqlx to version 0.7.4 to address string handling bugs:
https://github.com/launchbadge/sqlx/issues/3387 https://github.com/launchbadge/sqlx/issues/3390