Skip to content

Commit 8618666

Browse files
committed
Add title to PR comment
1 parent 60406f2 commit 8618666

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ functions:
290290
type: test
291291
params:
292292
binary: bash
293-
add_expansions_to_env: true
294293
env:
295294
VERSION_ID: ${version_id}
296295
BASE_SHA: "${revision}"

internal/cmd/perfcomp/parseperfcomp/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ func main() {
3737
}
3838
defer fWrite.Close()
3939

40+
fmt.Fprintf(fWrite, "## 👋GoDriver Performance\n")
41+
4042
// read the file line by line using scanner
4143
scanner := bufio.NewScanner(fRead)
4244

0 commit comments

Comments
 (0)