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 028425b commit ecee2d0Copy full SHA for ecee2d0
.evergreen/perfcomp/go.mod
@@ -1,6 +1,6 @@
1
module github.com/mongodb-labs/drivers-evergreen-tools/perfcomp
2
3
-go 1.24.4
+go 1.24
4
5
require github.com/spf13/cobra v1.9.1
6
.evergreen/run-perf-comp.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux pipefail
-GOVERSION="${GOVERESION:-1.24}"
+GOVERSION="${GOVERSION:-1.24}"
GOPATH="${GOPATH:-$HOME/go}"
7
# Detect OS
@@ -48,7 +48,7 @@ PROJECT_ROOT="$(dirname "$SCRIPT_DIR")"
48
# Enter the perfcomp sub‐directory
49
cd "$PROJECT_ROOT/.evergreen/perfcomp"
50
51
-# Build the mongproxy binary.
+# Build the perfcomp binary.
52
bash build.sh
53
54
if [[ ! -x "./bin/perfcomp" ]]; then
0 commit comments