|
|
|
|
|
by bouke
381 days ago
|
|
Not GP, but can confirm on my M3 Max using the hello world sample: $ time dotnet run hello-world.cs > /dev/null
real 0m1.161s
user 0m0.849s
sys 0m0.122s
$ time dotnet run hello-world.cs > /dev/null
real 0m0.465s
user 0m0.401s
sys 0m0.065s
|
|