Today I was porting some of the Utf8Formatter benchmarks and I have realized that we have only one Decimal benchmark
https://github.com/dotnet/corefx/blob/79ef29bcc1b9e5f2d7ef595e136771c89eb1bce8/src/System.Runtime/tests/Performance/Perf.Decimal.cs
which I have ported to
|
public string Decimal_ToString() => decimalNum.ToString(); |
some time ago
We should definitely have more ;)
/cc @danmosemsft @tannergooding
Today I was porting some of the Utf8Formatter benchmarks and I have realized that we have only one Decimal benchmark
https://github.com/dotnet/corefx/blob/79ef29bcc1b9e5f2d7ef595e136771c89eb1bce8/src/System.Runtime/tests/Performance/Perf.Decimal.cs
which I have ported to
performance/src/benchmarks/micro/corefx/System.Runtime/Perf.Double.cs
Line 46 in 5c02f92
We should definitely have more ;)
/cc @danmosemsft @tannergooding