Sign inSign up

brunoshiroma/benchtool-dotnetcore

By brunoshiroma

•Updated about 6 years ago

simple benchmark in dotnet core

Image
0

825

brunoshiroma/benchtool-dotnetcore repository overview

⁠Benchtool - dotnet core

Simple benchmark, using:

  • dotnet core 3.1
⁠Example usage

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
⁠Params:
  1. the bench type 1 = loop, 2 = recursive
  2. the fibonacci n number to calculate
  3. the exection count ( default 5 )

Tag summary

Content type

Image

Digest

Size

71.8 MB

Last updated

about 6 years ago

docker pull brunoshiroma/benchtool-dotnetcore