public void requestStart()

in azure-documentdb-benchmark/src/main/java/com/microsoft/azure/documentdb/benchmark/SimpleTests.java [218:223]


        public void requestStart() {
            start = System.nanoTime();
            if (!this.enabled || this.operationCount < warmupOperations) {
                return;
            }
        }