We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38367a9 commit cc8a6fbCopy full SHA for cc8a6fb
mojo/stdlib/scripts/run-benchmarks.sh
@@ -37,8 +37,6 @@ if [[ -z "${_START_MODULAR_INCLUDED+x}" ]]; then
37
mv -f ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg ${BUILD_DIR}/og_stdlib.mojopkg
38
# copy the newly built stdlib
39
cp -f ${BUILD_DIR}/stdlib.mojopkg ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg
40
- # return the original stdlib
41
- mv -f ${BUILD_DIR}/og_stdlib.mojopkg ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg
42
fi
43
44
# Run the benchmarks sequentially
0 commit comments