Skip to content

Optimise trace handling code to use streaming instead of full read

Kamil Trzcińśki requested to merge update-trace-handling-code into master

What does this MR do?

This optimises trace handling code to use streaming instead of full reads, to limit amount of data that is returned by backend to ~Frontend, but also removing builds/show.json endpoint.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports