Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add Span<T> Base64 conversion APIs that support UTF-8 #24888

Merged
merged 7 commits into from
Oct 27, 2017
Prev Previous commit
Next Next commit
Reenable commented out perf tests.
  • Loading branch information
ahsonkhan committed Oct 26, 2017
commit bebb7fca3caf537073c4ea031c8bb48e89b33c07
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
<ItemGroup>
<Compile Include="Perf.Base64EncodeDecode.cs" />
<!-- <Compile Include="Perf.Span.BinaryReadAndWrite.cs" />
<Compile Include="Perf.Span.BinaryReadAndWrite.cs" />
<Compile Include="Perf.Span.Clear.cs" />
<Compile Include="Perf.Span.Fill.cs" />
<Compile Include="Perf.Span.IndexOf.cs" />
<Compile Include="Perf.Span.StartsWith.cs" />
<Compile Include="Perf.MemorySlice.cs" /> -->
<Compile Include="Perf.MemorySlice.cs" />
<Compile Include="..\Base64\Base64TestHelper.cs" />
<Compile Include="..\TestHelpers.cs" />
<Compile Include="$(CommonTestPath)\System\PerfUtils.cs">
Expand Down