You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: