/EnumTestOnCode

Sample Benchmar Application that runs on VS Code

Primary LanguageC#

A sample project

Goal of the project is to provide sample setup of .Net project for Visual Studio Code. It benchmarks Enum type cast to string in two scenarios:

  • using ToString() method
  • using custom dictionary

Requirements

  • .Net Core SDK
  • Visual Studio Code (Optional)

Usage

To run the benchmark, run from command line:

dotnet run -c Release