Skip to content

Commit db10e3a

Browse files
committed
Enable doc summary in graphs page
1 parent 3d625ef commit db10e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/request_handlers/graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn create_summary(
177177
let mut summary_benchmark = HashMap::new();
178178
let summary_query_cases = iproduct!(
179179
ctxt.summary_scenarios(),
180-
vec![Profile::Check, Profile::Debug, Profile::Opt]
180+
vec![Profile::Check, Profile::Debug, Profile::Opt, Profile::Doc]
181181
);
182182
for (scenario, profile) in summary_query_cases {
183183
let baseline = match baselines.entry((profile, scenario)) {

0 commit comments

Comments
 (0)