Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: return list of files from archive extract function #115

Merged
merged 4 commits into from
Aug 4, 2024

Conversation

brianheineman
Copy link
Contributor

@brianheineman brianheineman commented Aug 4, 2024

Refactor extractors to return list of files as part of an effort to create generic extractors that can be used for postgresql and extension archives (#47)

@github-actions github-actions bot added breaking Change that breaks backwards compatibility internal An internal refactor or improvement labels Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

🐰Bencher

ReportSun, August 4, 2024 at 17:33:14 UTC
Projecttheseus-rs/postgresql-embedded
Brancharchive-extract-signature
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)155,490.00
lifecycle➖ (view plot)1,299,300,000.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.19%. Comparing base (0c892df) to head (2b0fc97).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files          93       93           
  Lines        9805     9805           
=======================================
  Hits         9726     9726           
  Misses         79       79           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brianheineman brianheineman merged commit 458c9c7 into main Aug 4, 2024
13 checks passed
@brianheineman brianheineman deleted the archive-extract-signature branch August 4, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that breaks backwards compatibility internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant