This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Port Encoding (UTF-8/UTF-16/UTF-32) performance comparison test to BenchmarkDotNet #2320
Labels
area-System.Text.Primitives
Hackathon
Issues picked for Hackathon on 2018/6/2
test-enhancement
up-for-grabs
Milestone
We have some Utf8/Utf16 encoding performance tests that need to be ported from xunit.performance to BenchmarkDotNet.
corefxlab/tests/System.Text.Primitives.Tests/Encoding/Performance/PerfTests.CoreCLR.cs
Line 9 in 22c2d4e
corefxlab/tests/System.Text.Primitives.Tests/Encoding/Performance/PerfTests.Span.cs
Line 14 in 679861d
Follow the examples from previous efforts to port the performance tests:
#2240
#2241
#2242
#2243
#2249
#2254
#2260
cc @adamsitnik, @GrabYourPitchforks
The text was updated successfully, but these errors were encountered: