Skip to content

Commit

Permalink
fixup! feat: comparison shows mode, codegen, version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Jan 16, 2025
1 parent e7d2b59 commit 7dad6e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions benchmark_analyzer/src/results/run_description.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ use crate::Run;
///
#[derive(Clone, Debug)]
pub struct RunDescription<'a> {
/// Metadata of a test. It is common for test runs with different language versions, or compilation options
/// Metadata of a test. It is common for test runs with different language versions, or compilation options.
pub test_metadata: &'a TestMetadata,
/// Language version, if applicable
/// Language version, if applicable.
pub version: &'a Version,
/// Language version, if applicable
/// Language version, if applicable.
pub codegen: &'a Codegen,
/// Compiler options
/// Compiler options.
pub mode: &'a Mode,
/// Metadata associated with the compiled binary
/// Metadata associated with the compiled binary.
pub executable_metadata: &'a ExecutableMetadata,
/// Measurements
/// Measurements.
pub run: &'a Run,
}

Expand Down

0 comments on commit 7dad6e2

Please sign in to comment.