[wasm] Fix perf pipeline (#89091)
authorAnkit Jain <radical@gmail.com>
Tue, 18 Jul 2023 15:47:12 +0000 (11:47 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 15:47:12 +0000 (11:47 -0400)
commitee7c253b7fd68d59a52643bca97c4d70cb5c2d6f
tree35813d548ed90ab5cbcdeb7535263793a6ca3ae2
parentf2fa05761d38ec8b81aa66331a39aea497ae20a3
[wasm] Fix perf pipeline (#89091)

Passing arguments to bdn as `"--wasmArgs=--expose_wasm --module"` broke
with the latest update. Now this gets incorrectly parsed. Instead, what
works is: `--wasmArgs "--expose_wasm --module"`.
eng/testing/performance/performance-setup.sh