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

Fix the benchmark build #16604

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Fix the benchmark build #16604

merged 5 commits into from
Jan 29, 2024

Conversation

psfinaki
Copy link
Member

@psfinaki psfinaki commented Jan 29, 2024

Also removes a warning and a longer-running benchmark series (to save some more time).

Copy link
Contributor

✅ No release notes required

Comment on lines -552 to -556
$properties_storage = $properties
$properties += "/p:RuntimeIdentifier=win-x64"
$properties += "/p:Configuration=Release" # Always run in release.
BuildSolution "FSharp.Benchmarks.sln" $False
$properties = $properties_storage
Copy link
Member

Choose a reason for hiding this comment

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

I'm almost certain that it won't build without at least the RID.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nono looks like it builds and works like this.

@psfinaki psfinaki marked this pull request as ready for review January 29, 2024 16:36
@psfinaki psfinaki requested a review from a team as a code owner January 29, 2024 16:36
@vzarytovskii vzarytovskii merged commit cc4b772 into dotnet:main Jan 29, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants