You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying locally to ingest some of the larger sboms and noticed a couple of things we need to take a look at:
Current performance tests don't cover the whole process of sbom ingestion. For example there are no coverage of analysis graph during ingestion which seems to have a big impact on the performance. @JimFuller-RedHat
with and without commented out graph show the difference
without graph: INFO fundamental::sbom::spdx::perf: ingest: 1m 15s 769ms 403us 459ns
with graph: INFO fundamental::sbom::spdx::perf: ingest: 13m 7s 669ms 187us 167ns
The current examples of large files don't work without fixing package relationships. Is this something we need to consider for the regular code paths as well? I'm currently using the latest openshift and rhel sboms, which work fine. @ctron
The text was updated successfully, but these errors were encountered:
I was trying locally to ingest some of the larger sboms and noticed a couple of things we need to take a look at:
The test shown here
6a29f8f
with and without commented out graph show the difference
The text was updated successfully, but these errors were encountered: