Skip to content

Commit

Permalink
coolstress: remove redundant load.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Meeks <[email protected]>
Change-Id: I2656fb58a0fb9ce566a47656b2080a07d980869d
  • Loading branch information
mmeeks committed Sep 1, 2022
1 parent 1407aed commit 0ff45bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/Replay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ class StressSocketHandler : public WebSocketHandler
_start = std::chrono::steady_clock::now() + std::chrono::milliseconds(delayMs);
_nextPing = _start + std::chrono::milliseconds((long)(std::rand() * 1000.0) / RAND_MAX);
_lastTile = _start;
sendMessage("load url=" + uri);
}

void gotPing(WSOpCode /* code */, int pingTimeUs) override
Expand Down

0 comments on commit 0ff45bd

Please sign in to comment.