core_bench icon indicating copy to clipboard operation
core_bench copied to clipboard

Initialization in bench_fun counts against quota time

Open psteckler opened this issue 5 years ago • 0 comments

I have a very short benchmark, written using bench_fun, that has a long initialization time. If I set a low quota, I don't see output from that one test, presumably because it went over quota, though I do see output from tests that I know take much longer. With a larger quota, I see output from that test, as well as from the other tests.

It seems as though the bench_fun initialization counts against quota, which is not what I expect.

psteckler avatar Jul 02 '19 21:07 psteckler