From db836426bdb4069f3731ea6317cefc3c072e70ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 17 Mar 2025 15:08:51 +0100 Subject: [PATCH] tweak to version branch --- tools/cli/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/commands.js b/tools/cli/commands.js index 103fce7464..5ee4ead23b 100644 --- a/tools/cli/commands.js +++ b/tools/cli/commands.js @@ -3350,7 +3350,7 @@ const setupBenchmarkSuite = async (profilingPath) => { process.env.GIT_TERMINAL_PROMPT = 0; const repoUrl = "https://github.com/meteor/performance"; - const branch = "profile-cmd-feedback"; + const branch = "v3.2.0"; const gitCommand = [ `mkdir -p ${profilingPath}`, `git clone --no-checkout --depth 1 --filter=tree:0 --sparse --progress --branch ${branch} --single-branch ${repoUrl} ${profilingPath}`,