Use a try block when benchmarking, and use a `status` field to record if the primitive runs to completion. This way, we can still finish benchmarking even if the primitive fails sometimes.
Use a try block when benchmarking, and use a
statusfield to record if the primitive runs to completion.This way, we can still finish benchmarking even if the primitive fails sometimes.