I think that having benchmarks is a really good idea. You will need to make them a separate submodule of the standalone Metastore that isn't built by default, because we can't have a dependency on JMH, which is GPL licensed.
.. Owen > On Jun 14, 2018, at 02:55, Alexander Kolbasov <ak...@cloudera.com> wrote: > > I have a collection of Hive Metastore tools that talk to metastore over > Thrift. The most useful part of these is a collection of metastore > micro-benchmarks. > > Currently tools live in my private repo (https://github.com/akolb1/hclient) > and I think that now when we have standalone metastore it makes sense to > integrate them with the standalone metastore. > > What do people thing about it? > > - Alex