public void AvgRTValve () throws InterruptedException {
// ������ֵ��Ч
int taskCount = 1370;
CountDownLatch latch = new CountDownLatch(taskCount);
// ����500���̶߳���������140ms��ʱ
CtSph sph = new CtSph(10, 150, ValveType.COUNT_AND_AVGELAPSED_VALVE_TYPE);
SphDRuntime.put("search", sph);
SearchTask task = new SearchTask(sph);
task.setSleeps(new int[]{
100,100,100,100,100,100,100,100,100,100,
100,100,100,100,100,100,100,100,100,100,