We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1738b commit 213268cCopy full SHA for 213268c
1 file changed
benchmarks/tinygo/build.sh
@@ -23,7 +23,8 @@ for dir in */; do
23
24
cd "$dir"
25
26
- # Build with TinyGo
+ # Build with TinyGo; gc is disabled (leaking gc) to reduce noise and match common usage
27
+ # in some serverless environments.
28
"$TINYGO" build -o "$OUTPUT_DIR/tinygo-$benchmark.wasm" -target=wasi -opt=2 -gc=leaking .
29
30
cd "$SCRIPT_DIR"
0 commit comments