Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Memory exhaustion because all calls of async function seem to be happening concurrently #264

Open
jdmarshall opened this issue Oct 10, 2023 · 1 comment

Comments

@jdmarshall
Copy link

I would not expect the benchmare suite to attempt to run multiple calls at once, but that's what I'm seeing.

But if I breakpoint in the supplied function, I see line 1 run over and over before the last line ever returns, which means that I'm running all of the tests at exactly the same time.

@anonghuser
Copy link

There is no support for async functions yet. See #176 and #176 (comment) for my workaround.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants