Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Make the coverage save function async #3419

Open
chkeita opened this issue Aug 15, 2023 · 0 comments
Open

Make the coverage save function async #3419

chkeita opened this issue Aug 15, 2023 · 0 comments

Comments

@chkeita
Copy link
Contributor

chkeita commented Aug 15, 2023

          It might be worthwhile (as a forever backlog feature) to add `AsyncWrite` support for `write_xml`, that way we can use tokio's `BufWriter`. I'm not sure how much time we spend blocking the thread to write these coverage files but I guess if they get big enough there's some value there. Especially since we write the file every time we merge the coverage which I think is on every input processed?

Originally posted by @tevoinea in #3410 (comment)

AB#164551

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

No branches or pull requests

2 participants