Uh oh!
There was an error while loading. Please reload this page.
Add TAR async benchmarks - #2533
Conversation
dakersnar
left a comment
There was a problem hiding this comment.
Seems like a reasonable addition, LGTM. @adamsitnik could you take a look too?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Jul 21, 2022
AOT tests failing @LoopedBard3 |
carlossanlop
commented
Jul 22, 2022
@danmoseley interesting to see that nothing else failed. So does that mean microbenchmarks is already consuming preview6? @LoopedBard3 I see you merged this PR, which contains the only mention of preview6: #2399 I see globals.json mentions preview5 as dependency for "tools" (not sure what that means): Line 3 in 062e33e Can you help me confirm what's the currently consumed .NET version in microbenchmarks? |
LoopedBard3
commented
Jul 22, 2022
It looks like the one that is being used to run the microbenchmarks is version 7.0.100-rc.1.22371.5, based on the logs from the ci_setup step. There is a chance that the fix for #2496 will also help here since we are not seeing the error in those runs. |
carlossanlop
commented
Jul 25, 2022
/azp run performance-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
danmoseley
commented
Jul 25, 2022
@LoopedBard3 seems still broken. |
LoopedBard3
commented
Aug 1, 2022
The centos issues seem to have been solved 4 days ago: #2532. Lets try a new run to see if it solved the issues here or if any new ones show up. |
LoopedBard3
commented
Aug 1, 2022
/azp run performance-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
adamsitnik
left a comment
There was a problem hiding this comment.
LGTM, thank you @carlossanlop !
Uh oh!
There was an error while loading. Please reload this page.
adamsitnik
commented
Aug 2, 2022
@DrewScoggins these benchmarks require Preview 7 SDK. The build is green for dotnet/performance because this repo uses the latest SDK, but how about dotnet/runtime that also builds these benchmarks? Can we merge this PR without breaking dotnet/runtime perf runs? |
LoopedBard3
commented
Aug 4, 2022
Ran a test run using a version of this with BDN updated: https://dev.azure.com/dnceng/internal/_build/results?buildId=1921391&view=results. It looks like we should be good since we run are running latest runtime bits during testing. |
adamsitnik
commented
Aug 5, 2022
@LoopedBard3 thanks! |
@adamsitnik@dakersnar I'm copying the existing sync benchmarks and making them async.
Important!
Do not merge yet! This change depends on moving the performance microbenchmarks project to consume preview7. These async APIs did not exist in preview6.