blob: e73b4a363c8e584ec9de923d8d247a37227af43e [file] [log] [blame]
package com.gemstone.gemfire.test.junit.categories;
/**
* JUnit Test Category that specifies a test that measures performance.
*
* @author Kirk Lund
*/
public interface PerformanceTest {
}