holo-e2e-performance-tool/src/main/java/com/alibaba/hologres/performace/client/GetTest.java [156:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            meter.mark();
            long endNano = System.nanoTime();
            hist.update((endNano - startNano) / 1000000L);
          }
        }
        if (conf.async && future != null) {
          future.get();
        }
      } catch (Exception e) {
        e.printStackTrace();
      } finally {
        if (conf.dumpMemoryStat) {
          try {
            barrier.await();
          } catch (Exception e) {
            e.printStackTrace();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



holo-e2e-performance-tool/src/main/java/com/alibaba/hologres/performace/client/ScanTest.java [157:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            meter.mark();
            long endNano = System.nanoTime();
            hist.update((endNano - startNano) / 1000000L);
          }
        }
        if (conf.async && future != null) {
          future.get();
        }
      } catch (Exception e) {
        e.printStackTrace();
      } finally {
        if (conf.dumpMemoryStat) {
          try {
            barrier.await();
          } catch (Exception e) {
            e.printStackTrace();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



