bundle: Fix for module compile metric
Previously we would have a value for the `timer_rego_module_compile_ns` metric but it was always 0. Turns out we never actually called start() and stop() on it. The unit tests were just checking if it existed so this slipped by.. This commit fixes both issues. Signed-off-by: Patrick East <east.patrick@gmail.com>
P
Patrick East committed
27780abea45f67847aedad1d55866a0b39827fa2
Parent: 731dc18