Skip to content
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

Micro benchmark fixes #12178

Merged
merged 5 commits into from
Feb 1, 2023
Merged

Micro benchmark fixes #12178

merged 5 commits into from
Feb 1, 2023

Conversation

adamsitnik
Copy link
Member

Fixes issues reported offline by @fanyang-mono , requires a BenchmarkDotNet update (dotnet/BenchmarkDotNet#2231)

@ghost ghost added the community ✨ Community Contribution label Dec 16, 2022
@ghost
Copy link

ghost commented Dec 16, 2022

Hey there @adamsitnik! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@jfversluis
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@@ -67,20 +53,4 @@ static bool Run()
}
return success;
}

// NOTE: the built-in ConsoleLogger throws PlatformNotSupportedException
class Logger : ILogger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there a fix in BDN for the logger? My memory is that some System.Console API threw a PlatformNotSupported exception on Android. I don't remember if I sent a PR for it.

If you ran this on Android and it worked, we're good. I think it threw immediately when benchmarks started.

Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NuGet.config Outdated Show resolved Hide resolved
@Eilon Eilon added the legacy-area-perf Startup / Runtime performance label Dec 21, 2022
@rmarinho
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@mattleibow mattleibow merged commit 447bf53 into dotnet:main Feb 1, 2023
@adamsitnik adamsitnik deleted the benchmarkFixes branch February 2, 2023 14:13
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
@Eilon Eilon added the t/perf The issue affects performance (runtime speed, memory usage, startup time, etc.) label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community ✨ Community Contribution legacy-area-perf Startup / Runtime performance t/perf The issue affects performance (runtime speed, memory usage, startup time, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants