Skip to content

Instantly share code, notes, and snippets.

@aL3891
aL3891 / dateformatbenchmark.cs
Last active October 6, 2016 08:48
dateformat
using System;
using static System.Text.Encoding;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Diagnostics.Windows;
using BenchmarkDotNet.Running;
using Xunit;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;