Skip to content

[wasm] Fix scripts to track change in BDN#3344

Merged
cincuranet merged 2 commits intodotnet:mainfrom
radical:fix-wasm-args
Sep 14, 2023
Merged

[wasm] Fix scripts to track change in BDN#3344
cincuranet merged 2 commits intodotnet:mainfrom
radical:fix-wasm-args

Conversation

@radical
Copy link
Member

@radical radical commented Sep 14, 2023

dotnet/performance got an update for dotnet/BenchmarkDotNet via
#3331 . And that bdn update
includes dotnet/BenchmarkDotNet#2375, which
subtly changes how the arguments get parsed, and breaks the existing
scripts:

$ pushd "/home/helixbot/work/B807097D/w/AED609DF/e/performance/artifacts/bin/for-running/MicroBenchmarks"
$ dotnet exec MicroBenchmarks.dll --wasmArgs "--experimental-wasm-eh --expose_wasm --module" ...
MicroBenchmarks 1.0.0-dev
© Microsoft Corporation. All rights reserved.

ERROR(S):
  Option 'experimental-wasm-eh --expose_wasm --module' is unknown.

Related: dotnet/runtime#92066 .

`dotnet/performance` got an update for `dotnet/BenchmarkDotNet` via
dotnet#3331 . And that bdn update
includes dotnet/BenchmarkDotNet#2375, which
subtly changes how the arguments get parsed, and breaks the existing
scripts:

```
$ pushd "/home/helixbot/work/B807097D/w/AED609DF/e/performance/artifacts/bin/for-running/MicroBenchmarks"
$ dotnet exec MicroBenchmarks.dll --wasmArgs "--experimental-wasm-eh --expose_wasm --module" ...
MicroBenchmarks 1.0.0-dev
© Microsoft Corporation. All rights reserved.

ERROR(S):
  Option 'experimental-wasm-eh --expose_wasm --module' is unknown.
```

Related: dotnet/runtime#92066 .
@radical radical requested a review from cincuranet September 14, 2023 15:47
@cincuranet cincuranet merged commit f5e3f8d into dotnet:main Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants