ion-python icon indicating copy to clipboard operation
ion-python copied to clipboard

Benchmark-cli memory profiling tool does not work with pypy

Open cheqianh opened this issue 2 years ago • 0 comments

We use tracemalloc to profile memory usage. However, it does not work with pypy because it’s closely tied to CPython internals.

So Currently the tool does not generate memory related metrics with pypy. An alternative memory_profiler should be considered.

cheqianh avatar Dec 14 '22 22:12 cheqianh