Skip to content

Instantly share code, notes, and snippets.

@James-Frowen
Created June 21, 2023 12:14
Show Gist options
  • Save James-Frowen/651923710cde9ef6be4d3baf42da87a8 to your computer and use it in GitHub Desktop.
Save James-Frowen/651923710cde9ef6be4d3baf42da87a8 to your computer and use it in GitHub Desktop.
| Name | Description | time | method | | | | |
| | | Mean | Ratio | StdDev | StdError | min | max |
|----------|--------------------|-----------|--------|-----------|----------|-----------|------------|
| Method 1 | .net7 release | 13.503 us | | 8.782 us | 0.051 us | 7.230 us | 93.239 us |
| Method 1 | .net7 debug | 17.424 us | | 2.922 us | 0.017 us | 14.713 us | 33.308 us |
| Method 1 | unity 2022 release | 18.569 us | | 1.231 us | 0.007 us | 16.673 us | 23.667 us |
| Method 1 | unity 2020 release | 20.213 us | | 13.740 us | 0.079 us | 17.043 us | 220.575 us |
| Method 1 | unity 2020 debug | 23.255 us | | 1.762 us | 0.010 us | 20.754 us | 33.642 us |
| Method 1 | unity 2022 debug | 23.478 us | | 12.544 us | 0.072 us | 20.624 us | 235.884 us |
| | | | | | | | |
| Method 2 | .net7 release | 12.705 us | | 5.408 us | 0.031 us | 11.014 us | 104.133 us |
| Method 2 | unity 2022 release | 21.618 us | | 1.671 us | 0.010 us | 19.469 us | 28.882 us |
| Method 2 | unity 2020 release | 22.545 us | | 1.555 us | 0.009 us | 20.366 us | 29.282 us |
| Method 2 | .net7 debug | 25.687 us | | 3.191 us | 0.018 us | 22.861 us | 50.418 us |
| Method 2 | unity 2022 debug | 27.127 us | | 1.428 us | 0.008 us | 24.562 us | 34.640 us |
| Method 2 | unity 2020 debug | 27.687 us | | 1.764 us | 0.010 us | 24.917 us | 34.409 us |
| | | | | | | | |
| Method 3 | .net7 release | 16.393 us | | 15.292 us | 0.088 us | 9.328 us | 89.369 us |
| Method 3 | unity 2022 release | 21.268 us | | 2.186 us | 0.013 us | 19.023 us | 43.240 us |
| Method 3 | unity 2020 release | 22.742 us | | 9.636 us | 0.056 us | 19.410 us | 138.656 us |
| Method 3 | unity 2022 debug | 26.155 us | | 12.924 us | 0.075 us | 22.830 us | 228.610 us |
| Method 3 | unity 2020 debug | 27.077 us | | 6.347 us | 0.037 us | 23.438 us | 86.472 us |
| Method 3 | .net7 debug | 30.493 us | | 27.206 us | 0.157 us | 17.097 us | 237.986 us |
## Method 1
### .net vs unity 2022
13.5 / 18.5 => 1.37 => **37% faster**
### unity 2022 debug vs release
18.5 / 23.4=> 1.26 => **26% faster**
## Method 2
### .net vs unity 2022
12.7 / 21.6 => 1.7 => **70% faster**
### unity 2022 debug vs release
21.6 / 27.1 => 1.25 => **25% faster**
## Method 1
### .net vs unity 2022
16.4 / 21.3 => 1.3 => **30% faster**
### unity 2022 debug vs release
21.3 / 26.1 => 1.23 => **23% faster**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment