-
-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in parsing arguments with spaces #2373
Comments
I am seeing something like this too...
This was from BenchmarkDotNet v0.13.7-nightly.20230717.35 which is what's currently spec'd by https://dotnet/performance |
kant2002
added a commit
to kant2002/BenchmarkDotNet
that referenced
this issue
Jul 19, 2023
I send PR. Apologize for disruption. |
timcassell
added a commit
that referenced
this issue
Jul 19, 2023
* Fix regression in parsing arguments with spaces Closes #2373 * Add test for filtering by parameters * Update tests/BenchmarkDotNet.Tests/TypeFilterTests.cs Co-authored-by: Tim Cassell <35501420+timcassell@users.noreply.github.com> --------- Co-authored-by: Tim Cassell <35501420+timcassell@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Passing arguments to bdn as
"--wasmArgs=--expose_wasm --module"
has regressed. What works now is--wasmArgs "--expose_wasm --module"
.cc @LoopedBard3 @adamsitnik @lewing
related: dotnet/runtime#89091
The text was updated successfully, but these errors were encountered: