Hi Shri
In order to be able to use all blobstore providers and apis, I am trying to make this part of the "allblobstores" module. The file path is now:
Independent of the issue you're seeing, would a benchmark be better off in a *separate* module that *depends on* allblobstore?
From what I recall, allblobstore was never supposed to be "a thing" with any functionality of its own, it was just a convenient way of getting a lot of Maven dependencies in one go.
I can see plenty of uses for a benchmarking tool, but I think you should be able to use that in your code (if you want to), or as a standalone tool, *whatever* your preferred set of blobstore dependencies. Put another way: you shouldn't have to drag allblobstore into your dependency list to use the bench.
Back to your problem: could you try putting it in its *own* project which *depends on* allblobstore to see if that makes any difference to the set of providers that are available?
ap
