buraksenn commented on PR #23336:
URL: https://github.com/apache/datafusion/pull/23336#issuecomment-4944639709

   I've first introduced it as uncommenting the coverage step but 
cargo-llvm-cov internally runs cargo test and calculates coverage with it so 
instead of this I've changed `cargo test (amd64)` to use llvm-cov. With this it 
actually does not cause  any resource usage:
   
   cargo test amd64 with llvm-cov:
   <img width="2348" height="1548" alt="image" 
src="https://github.com/user-attachments/assets/7971a2e7-0286-4195-ad0d-7779d2a0bcaf";
 />
   
   unchanged cargo test amd64:
   <img width="2390" height="1306" alt="image" 
src="https://github.com/user-attachments/assets/a90d0a60-6743-431a-aae4-49049138e2cc";
 />
   
   
   
   Another approach would be adding it as nightly/weekly.  @alamb @Jefffrey 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to