Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create benchmarks for System.Threading.Tasks.Dataflow #951

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use full name instead of the SPC abbreviation
Co-Authored-By: Adam Sitnik <[email protected]>
  • Loading branch information
manandre and adamsitnik authored Oct 19, 2019
commit bc69b8686a62935ce7512532de277d240473f24f
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public override ITargetBlock<int> CreateBlock() =>
);
}

public class SPCActionBlockPerfTests : DefaultTargetPerfTests
public class SingleProducerConstrainedActionBlockPerfTests : DefaultTargetPerfTests
{
public override ITargetBlock<int> CreateBlock() =>
new ActionBlock<int>(
Expand Down