Skip to content

FelipeBergmann/BenchmarkNETTraining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BenchmarkNET First Steps

Tests using BenchmarkNET library and .net 6

Description

A simple proof of concept using BenchmarkNET library to test how fast and memory usage running operations to convert datetime and retrieve its year

How to test

You should open the terminal at your directory and run the commands:

> dotnet build -c Release
> dotnet <YourReleaseDLLPath> //e.g. dotnet c:\\repository\project\bin\release\net6.0\BenchmarkNETFirstSteps.dll

Credits

This project was build based on Nick Chapsas video available at his Youtube Channel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages