erdos-project / erdos

Dataflow system for building self-driving car and robotics applications.

Home Page:https://erdos.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Rust] Implement benchmarks

pschafhalter opened this issue · comments

Implement benchmarks (e.g. throughput, latency) to profile ERDOS which can be run using cargo bench.

Consider extending criterion with custom measurements to report metrics in the multi-process/multi-thread setting.

The current benchmarks in benches are broken/stale.