ion-python
ion-python copied to clipboard
Benchmark-cli memory profiling tool does not work with pypy
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.