Skip to content

Conversation

@T-Gro
Copy link
Member

@T-Gro T-Gro commented Apr 6, 2023

This addresses #14913

"Assembly FSharp.Compiler.Benchmarks which defines benchmarks references non-optimized FSharp.Test.Utilities".

Test.Utilities is used for the ProjectWorkflowBuilder, which is not what we are benchmarking - it is just sugar to describe scenarios.
We want to keep it unoptimized for easier debugging of tests, which also make use of it.

@T-Gro T-Gro requested a review from a team as a code owner April 6, 2023 09:31
@T-Gro T-Gro linked an issue Apr 6, 2023 that may be closed by this pull request
@vzarytovskii vzarytovskii merged commit ea1ba7e into dotnet:main Apr 6, 2023
@T-Gro T-Gro deleted the 14913-benchmarkdotnet-complains-about-non-optimized-fsharptestutilities branch April 6, 2023 10:43
vzarytovskii pushed a commit that referenced this pull request Apr 6, 2023
* Make trimmed printf "%A" for F# records work when trimmed (#14941)

* Add tests

* Embed types

* baselines + fsx

* Extra telemetry for codefixes (#15035)

* BDN config option - ignore that Test.Utilities is not optimized (#15038)

* Unignore files for formatting (.fantomasignore) if the underlying Fantomas issue has been resolved (#14960)

* SI.fs fantomas'd

* unignore .fsi files in Fsharp.Core

* Removing commented out files from fantomasignore

* Automated command ran: fantomas

  Co-authored-by: T-Gro <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Kevin Ransom (msft) <[email protected]>
Co-authored-by: Petr <[email protected]>
Co-authored-by: Tomas Grosup <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

BenchmarkDotNet complains about non-optimized FSharp.Test.Utilities

4 participants