Skip to content

refactor `arti-bench`

daniel.eades requested to merge daniel.eades/arti:refactor/arti-bench into main

the implementation of arti-bench is a little fishy...

  • needless indirection of RandomPayload type
  • what are all the Arcs for? are they really necessary?
  • unwraps
  • serve_payload never does anything with the spawn handles. does this leak memory?

incidentally, how can i test arti-bench locally? I haven't been able to figure out how to test my changes (or indeed the original implementation).

Edited by eta

Merge request reports