Simple benchmark, using:
- dotnet 7
For the loop bench
dotnet benchtool-dotnetcore.dll 1 99999
For the recursive bench ( Uses a loot of memory (~1GB))
dotnet benchtool-dotnetcore.dll 2 99999
- the bench type 1 = loop, 2 = recursive
- the fibonacci n number to calculate
- the exection count ( default 5 )