Skip to content

Commit 98f6b0e

Browse files
authored
DRIVERS-3254 Perfcomp Cleanup (#684)
1 parent ee51679 commit 98f6b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/perfcomp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Alternatively, you can run the perfcomp shell script. This script will run build
8484
PERF_URI_PRIVATE_ENDPOINT="<perf_uri>" VERSION_ID="<version>" PROJECT="<project>" CONTEXT="<context>" TASK="<task>" VARIANT="<variant>" .evergreen/run-perf-comp.sh
8585
```
8686

87-
If you would like to see a markdown preview of the report, you can also pass in `HEAD_SHA=""`. This will generate `.evergreen/perfcomp/perf-report.md`.
87+
If you would like to see a markdown preview of the report, you can also pass in `HEAD_SHA="test"`. This will generate `.evergreen/perfcomp/perf-report.md`.

.evergreen/perfcomp/cmd/perfcomp/mdreport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func runMdCommand(cmd *cobra.Command, args []string) error {
6464
version = strings.Split(line, " ")[2]
6565
} else if strings.Contains(line, "Commit SHA:") {
6666
// parse commit SHA and write header
67-
fmt.Fprintf(fWrite, "\n<details>\n<summary><b>%s</b></summary>\n\t<br>\n\n", line)
67+
fmt.Fprintf(fWrite, "\n<details open>\n<summary><b>%s</b></summary>\n\t<br>\n\n", line)
6868
} else if strings.Contains(line, "version "+version) {
6969
// dynamic Evergreen perf task link
7070
evgLink, err = generateEvgLink(version, perfVariant)

0 commit comments

Comments
 (0)