You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #227
- Add CMake helpers to add benchmarks using Google's benchmark library
- Add benchmarks investigate MeasurementContainer performance (empalce() and get())
- To build them, you must install benchmark, then build libwave with cmake .. -DBUILD_BENCHMARKS=ON.
An informal report from @navganti
Platform
xenial 64
Steps to Reproduce
Observed result
Operations become noticeably slow unless old items are deleted from the container.
Should add a benchmark first to determine which operations are slow, then determine how to fix.
The text was updated successfully, but these errors were encountered: