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

Adds initial set of storage Benchmarks #81

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

atreat
Copy link
Contributor

@atreat atreat commented Oct 3, 2024

Initial integration and testing of the ordo-one/package-benchmark package to measure performance

Compare baselines with:

swift package benchmark baseline compare alpha

See documentation for Benchmarks

@atreat atreat self-assigned this Oct 3, 2024
Copy link

Copy link

github-actions bot commented Oct 3, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
See the Details below.

License Issues

Package.resolved

PackageVersionLicenseIssue Type
github.com/apple/swift-numerics1.0.2NullUnknown License
github.com/hdrhistogram/hdrhistogram-swift0.1.2NullUnknown License
github.com/ordo-one/package-benchmark1.25.0NullUnknown License
github.com/ordo-one/package-jemalloc1.0.0NullUnknown License
github.com/ordo-one/texttable0.0.2NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
swift/github.com/apple/swift-numerics 1.0.2 UnknownUnknown
swift/github.com/hdrhistogram/hdrhistogram-swift 0.1.2 UnknownUnknown
swift/github.com/ordo-one/package-benchmark 1.25.0 UnknownUnknown
swift/github.com/ordo-one/package-jemalloc 1.0.0 UnknownUnknown
swift/github.com/ordo-one/texttable 0.0.2 UnknownUnknown

Scanned Manifest Files

Package.resolved

)
try storage.performMigration()

let data = "This is some data".data(using: .utf8)!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ⚠️ Prefer non-optional Data(_:) initializer when converting String to Data (non_optional_string_data_conversion)

Copy link

github-actions bot commented Oct 3, 2024

Warnings
⚠️ No CHANGELOG entry added.
⚠️ No tests added / modified.

Generated by 🚫 Danger Swift against 6687589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant