WebSocketBenchmarkComponent.cs 209 B

12345678910111213
  1. using System;
  2. using System.Net;
  3. using System.Threading.Tasks;
  4. namespace ETModel
  5. {
  6. public class WebSocketBenchmarkComponent: Component
  7. {
  8. public int k;
  9. public long time1 = TimeHelper.ClientNow();
  10. }
  11. }