MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / PingBot

Class PingBot

tests/test_performance.cc:54–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54class PingBot : public TestSequence {
55public:
56 void OnStep() final;
57
58private:
59 void OnTestStart() final;
60 void OnTestFinish() final;
61
62 int step_count_ = 0;
63 double sum_ping_time_ = 0;
64
65 static const int PING_COUNT = 50;
66};
67
68class FeatureLayerBot : public TestSequence {
69public:

Callers 1

PerformanceTestsMethod · 0.85

Calls

no outgoing calls

Tested by 1

PerformanceTestsMethod · 0.68