Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Sep 5, 2024
1 parent 14da294 commit 703d206
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public double getTps(double currentMilliseconds) {
System.out
.println("currentMilliseconds: " + currentMilliseconds + " , startMilliseconds: " + startMilliseconds);
if (currentMilliseconds <= startMilliseconds) {
System.out
.println("getTps: 0");
return 0;
}
System.out
Expand Down

0 comments on commit 703d206

Please sign in to comment.