Skip to content

Commit

Permalink
address
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Jul 16, 2024
1 parent 89be205 commit 4defc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mcs/resourcemanager/server/token_buckets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestGroupTokenBucketRequestLoop(t *testing.T) {
{15000, 12500, -27500, defaultTrickleMs},
{12500, 11250, -28750, defaultTrickleMs},
{11250, 10625, -29375, defaultTrickleMs},
// PR_PER_SEC is close to 2000, RU_PER_SEC = assignedTokens / TrickleTime.
// RU_PER_SEC is close to 2000, RU_PER_SEC = assignedTokens / TrickleTime.
{10625, 10312.5, -29687.5, defaultTrickleMs},
{10312.5, 10156.25, -29843.75, defaultTrickleMs},
{10156.25, 10078.125, -29921.875, defaultTrickleMs},
Expand Down

0 comments on commit 4defc8a

Please sign in to comment.