@@ -388,8 +388,6 @@ def generate_single_benchmark_ci_args(parsed_args: Namespace, specific_run_type:
388388 # for commit in all_commits: There is not a way to run multiple Wasm's at once via CI, instead will split single run vs multi-run scenarios
389389 elif specific_run_type == RunType .WasmInterpreter :
390390 benchmark_ci_args += ['--wasm' , '--dotnet-path' , os .path .join (get_run_artifact_path (parsed_args , RunType .WasmInterpreter , commit ), "wasm_bundle" , "dotnet" )]
391- # Ensure there is a space at the beginning of `--wasmArgs` argument, so BDN
392- # can correctly read them as sub-arguments for `--wasmArgs`
393391 bdn_args_unescaped += [
394392 '--anyCategories' , 'Libraries' , 'Runtime' ,
395393 '--category-exclusion-filter' , 'NoInterpreter' , 'NoWASM' , 'NoMono' ,
@@ -402,8 +400,6 @@ def generate_single_benchmark_ci_args(parsed_args: Namespace, specific_run_type:
402400
403401 elif specific_run_type == RunType .WasmAOT :
404402 benchmark_ci_args += ['--wasm' , '--dotnet-path' , os .path .join (get_run_artifact_path (parsed_args , RunType .WasmAOT , commit ), "wasm_bundle" , "dotnet" )]
405- # Ensure there is a space at the beginning of `--wasmArgs` argument, so BDN
406- # can correctly read them as sub-arguments for `--wasmArgs`
407403 bdn_args_unescaped += [
408404 '--anyCategories' , 'Libraries' , 'Runtime' ,
409405 '--category-exclusion-filter' , 'NoInterpreter' , 'NoWASM' , 'NoMono' ,
0 commit comments