harness/src/main/java/org/apache/geode/perftest/yardstick/analysis/YardstickPercentileSensorParser.java [62:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      String nextLine;

      while ((nextLine = dataStream.readLine()) != null) {
        if (nextLine.startsWith("--") ||
            nextLine.startsWith("@@") ||
            nextLine.startsWith("**")) {
          continue;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



harness/src/main/java/org/apache/geode/perftest/yardstick/analysis/YardstickThroughputSensorParser.java [45:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      String nextLine;

      while ((nextLine = dataStream.readLine()) != null) {
        if (nextLine.startsWith("--") ||
            nextLine.startsWith("@@") ||
            nextLine.startsWith("**")) {
          continue;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



