Home | History | Annotate | Download | only in tests

Lines Matching refs:benchmark

106     char *benchmark = NULL;
110 benchmark = strstr(cp, signature);
111 if (!benchmark) {
114 cp = benchmark + sizeof(signature);
118 benchmark = cp;
120 char *end = strstr(benchmark, "\n");
122 end = benchmark + strlen(benchmark);
125 (int)(end - benchmark), benchmark);
153 benchmark = NULL;
155 return benchmark;
381 // Benchmark threshold are generally considered bad form unless there is
387 // The primary goal of this test is to simulate a spammy app (benchmark
391 TEST(logd, benchmark) {