Measure() Twice in one Test?

From trying it, and from the docs, I understand that we can only call measure() with a closure once for a particular test. What if I want to measure the performance of two different blocks of code any only have the test pass if one is more performant than the other?