Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

speed up swupd-server testing #73

@pohly

Description

@pohly

I'm currently adding automated testing of meta-swupd. One bottleneck is the slow compression of pack-os-core-from-0.tar with "bsdtar -J". It's single-CPU and fully occupies one CPU for a minute or more.

Given that the file is never actually getting published and (if at all) only used inside the same machine, would it make sense to make the compression level configurable, not just for this file but everywhere? Then unit tests that just do basic sanity testing and don't care about compression rates can be sped up by using a faster compression or even no compression at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions