Actions: dotnet/BenchmarkDotNet
Actions
202 workflow runs
202 workflow runs
DynamicDependency (#2941)" (#2948)
This reverts commit 3cebcb9057a847de27c94d80909382fbce6fbfa2.
generate-changelog
#380:
Commit 8a73c91
pushed
by
adamsitnik
DynamicDependency (#2941)
* Use DynamicDependency in generated code.
* Add wasm compiler mode tests.
* Fix IL emit diff tests.
generate-changelog
#378:
Commit 3cebcb9
pushed
by
timcassell
Engine.Run to call GlobalSetup/Cleanup (#2937)
* Refactored Engine.Run to call GlobalSetup/Cleanup.
Removed IDisposable from IEngine.
Renamed IEngineFactory.CreateReadyToRun back to Create.
Updated engine tests.
* Fix test.
generate-changelog
#374:
Commit ce48f3e
pushed
by
timcassell
build/common.targets file and modify related settings (#2932)
* chore: add common.targets file and modify settings
* chore: rename props file
* Update build/common.props
Co-authored-by: Tim Cassell <[email protected]>
---------
Co-authored-by: Tim Cassell <[email protected]>
generate-changelog
#372:
Commit 047b95d
pushed
by
timcassell
BeforeExtraIteration and AfterExtraIteration signals.
Refactored ThreadingDiagnoser and ExceptionDiagnoser to implement IInProcessDiagnoser using the new signals.
* Fixed tests.
* Reduce number of tests in default toolchain.
* Added AggressiveOptimizationOption to all methods called from Engine.RunExtraIteration.
* Remove unused DiagnoserResults.TotalOperations.
* Clarify iteration setup/cleanup timing in xml docs.
* R...
generate-changelog
#370:
Commit c9dec4d
pushed
by
timcassell
BenchmarkDotNet.Weaver.targets to support mobile platforms (#2931)
* [msbuild] refactor BenchmarkDotNet.Weaver.targets to support mobile platforms
Context: https://github.com/dotnet/BenchmarkDotNet/pull/2929
Context: https://github.com/dotnet/android/blob/4aa9af89102af2e745a8507992187d3c5993d638/Documentation/guides/MSBuildBestPractices.md
In initially testing BenchmarkDotNet with .NET MAUI, I found that the
weaver was not being executed because the `Publish...
generate-changelog
#369:
Commit 7cad308
pushed
by
timcassell
dotnet sln migrate BenchmarkDotNet.Maui.sln
generate-changelog
#368:
Commit 3db7350
pushed
by
timcassell
net10.0-ios and
net10.0-maccatalyst projects:
Access to the path '~/src/dotnet/BenchmarkDotNet/samples/BenchmarkDotNet.Samples.Maui/bin/Debug/net10.0-maccatalyst/maccatalyst-arm64/BenchmarkDotNet.Samples.Maui.app/BenchmarkDotNet.Artifacts' is denied.
This change was already here for Android, but it feels like it...
generate-changelog
#366:
Commit 53d4963
pushed
by
timcassell