Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cargo-codspeed build targets to different directories between walltime and instrumented #68

Conversation

GuillaumeLagrange
Copy link
Contributor

No description provided.

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-533-make-cargo-codspeed-build-targets-to-different-directories branch from 70f171f to f1ba23a Compare February 5, 2025 14:58
Copy link

codspeed-hq bot commented Feb 5, 2025

CodSpeed Walltime Performance Report

Merging #68 will not alter performance

Comparing cod-533-make-cargo-codspeed-build-targets-to-different-directories (6cf9e58) with main (99e839d)

Summary

✅ 2 untouched benchmarks

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-533-make-cargo-codspeed-build-targets-to-different-directories branch from f1ba23a to 54eb1b4 Compare February 5, 2025 15:27
Copy link

codspeed-hq bot commented Feb 5, 2025

CodSpeed Instrumentation Performance Report

Merging #68 will not alter performance

Comparing cod-533-make-cargo-codspeed-build-targets-to-different-directories (6cf9e58) with main (5d59eba)

Summary

✅ 54 untouched benchmarks

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-533-make-cargo-codspeed-build-targets-to-different-directories branch from ac99130 to d208662 Compare February 5, 2025 16:09
Copy link
Member

@art049 art049 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we discussed it's not necessary to change the measurement mode to refs

Comment on lines 13 to 24
impl AsRef<Path> for MeasurementMode {
fn as_ref(&self) -> &Path {
match self {
MeasurementMode::Walltime => Path::new("walltime"),
MeasurementMode::Instrumentation => Path::new("instrumentation"),
}
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should have a more generic serialization instead of this specific AsRef

@GuillaumeLagrange GuillaumeLagrange force-pushed the cod-533-make-cargo-codspeed-build-targets-to-different-directories branch from 5cff374 to 6cf9e58 Compare February 5, 2025 16:45
@GuillaumeLagrange
Copy link
Contributor Author

@art049 seems like we did not update the rules, and compat-integration-test is not a job anymore

@art049
Copy link
Member

art049 commented Feb 5, 2025

@art049 seems like we did not update the rules, and compat-integration-test is not a job anymore

Done :)

@GuillaumeLagrange GuillaumeLagrange merged commit 6cf9e58 into main Feb 5, 2025
6 checks passed
@GuillaumeLagrange GuillaumeLagrange deleted the cod-533-make-cargo-codspeed-build-targets-to-different-directories branch February 5, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants