We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04bee4 commit fdd2059Copy full SHA for fdd2059
site/src/comparison.rs
@@ -755,7 +755,7 @@ pub struct Comparison {
755
pub b: ArtifactDescription,
756
/// Statistics based on test case
757
pub statistics: HashSet<TestResultComparison>,
758
- /// A map from benchmark name to an error which occured when building `b` but `a`.
+ /// A map from benchmark name to an error which occured when building `b` but not `a`.
759
pub new_errors: HashMap<String, String>,
760
}
761
0 commit comments