core_bench
core_bench copied to clipboard
Initialization in bench_fun counts against quota time
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.