-
Notifications
You must be signed in to change notification settings - Fork 10
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
Make cargo-codspeed
build targets to different directories between walltime and instrumented
#68
Conversation
70f171f
to
f1ba23a
Compare
CodSpeed Walltime Performance ReportMerging #68 will not alter performanceComparing Summary
|
f1ba23a
to
54eb1b4
Compare
CodSpeed Instrumentation Performance ReportMerging #68 will not alter performanceComparing Summary
|
ac99130
to
d208662
Compare
There was a problem hiding this 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
impl AsRef<Path> for MeasurementMode { | ||
fn as_ref(&self) -> &Path { | ||
match self { | ||
MeasurementMode::Walltime => Path::new("walltime"), | ||
MeasurementMode::Instrumentation => Path::new("instrumentation"), | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
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
5cff374
to
6cf9e58
Compare
@art049 seems like we did not update the rules, and |
Done :) |
No description provided.