Skip to content

Commit

Permalink
Bump to latest transport (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Jun 22, 2023
1 parent e2b11b0 commit f34e654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

var bm = new BulkRequestCreationWithFixedIndexNameBenchmarks();
bm.Setup();
await bm.WriteToStreamAsync_OLD();
await bm.WriteToStreamAsync();

var length = bm.MemoryStream.Length;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<ProjectReference Include="..\Elastic.Channels\Elastic.Channels.csproj" />
<PackageReference Include="Elastic.Transport" Version="0.4.5" />
<PackageReference Include="Elastic.Transport" Version="0.4.9" />
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
</ItemGroup>

Expand Down

0 comments on commit f34e654

Please sign in to comment.