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 60406f2 commit 8618666Copy full SHA for 8618666
.evergreen/config.yml
@@ -290,7 +290,6 @@ functions:
290
type: test
291
params:
292
binary: bash
293
- add_expansions_to_env: true
294
env:
295
VERSION_ID: ${version_id}
296
BASE_SHA: "${revision}"
internal/cmd/perfcomp/parseperfcomp/main.go
@@ -37,6 +37,8 @@ func main() {
37
}
38
defer fWrite.Close()
39
40
+ fmt.Fprintf(fWrite, "## 👋GoDriver Performance\n")
41
+
42
// read the file line by line using scanner
43
scanner := bufio.NewScanner(fRead)
44
0 commit comments