Skip to content

Deal with async generator throughput issue #40

@adityarao2005

Description

@adityarao2005

The test case GeneratorTestSuite.TestAsyncGeneratorThroughput fails when the

This test was failing with C++20 coroutines due to stack overflow even with symmetric transfer enabled for large iterations. As of right now, this test uses a reduced count (40,000) to avoid stack overflow issues
that occur with C++20 coroutines when processing >45,000 individual items thus passes for 40,000 iterations but fails for >45,000 iterations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Low PriorityThis can wait till someone is free and can work on thisbugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    Status

    New Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions