Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edman124 committed Sep 19, 2023
1 parent 9e65c40 commit b6c6d20
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2970,10 +2970,6 @@ public void testActiveThreadMetric() throws Exception {

ShardedKey key1Shard1 = ShardedKey.create(ByteString.copyFromUtf8("key1"), 1);

// overriding definition of MockWork to add sleep, which will help us keep track of how
// long each work item takes to process and therefore let us manipulate how long the time
// at which we're at max threads is.

// real work
MockActiveWork m1 =
new MockActiveWork(1) {
Expand Down

0 comments on commit b6c6d20

Please sign in to comment.