Commit 42f07c7
committed
[profiled-aot] update profile for .NET 8 GA (#8428)
First, I had to update the URL we test, because it was down:
https://httpstat.us/200
Instead, I used:
https://httpbin.org/status/200
Next, after reviewing the latest methods in the profile, I noticed a
lot of timezone logic was completely removed. This might be related
to different cookies returns from the new URL, not sure.
I added a `DateTime.Now` call to `CommonMethods.cs`, to ensure the
timezone logic is in the AOT profile.
Testing a `dotnet new android` app on a Pixel 5, an average of 10 runs
of the "displayed time`:
Average(ms): 179.1
Std Err(ms): 2.53179778023443
Std Dev(ms): 8.006247560499241 parent 94ce670 commit 42f07c7
File tree
3 files changed
+33
-147
lines changed- src/profiled-aot
3 files changed
+33
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
Binary file not shown.
0 commit comments