All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.diff.handler.metric.TimeMetricLabel Maven / Gradle / Ivy

The newest version!
package com.arextest.diff.handler.metric;

public interface TimeMetricLabel {

  String TOTAL = "total";
  String OBJECT_PARSE = "objectParse";

  String JSON_PARSE = "jsonParse";

  String KEY_COMPUTE = "keyCompute";

  String WHITE_LIST = "whiteList";

  String EXPRESSION_HANDLER = "expressionHandler";

  String COMPARE_HANDLER = "compareHandler";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy