Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
YangYumings committed Jan 6, 2025
1 parent 324db99 commit 9f6766c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class Measurement {
private final Map<Operation, Long> failPointNumMap;
private static final String RESULT_ITEM = "%-25s";
private static final String LATENCY_ITEM = "%-12s";

/** Precision = 3 / COMPRESSION */
private static final int COMPRESSION = (int) (300 / config.getRESULT_PRECISION());

Expand Down

0 comments on commit 9f6766c

Please sign in to comment.