Skip to content

Commit

Permalink
Update java/benchmarks/src/main/java/javababushka/benchmarks/utils/Be…
Browse files Browse the repository at this point in the history
…nchmarking.java


Signed-off-by: Yury-Fridlyand <[email protected]>

Co-authored-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
Yury-Fridlyand and acarbonetto authored Oct 17, 2023
1 parent 0bf99f9 commit 07d7aff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Benchmarking {
static final int SIZE_GET_KEYSPACE = 3750000;
static final int SIZE_SET_KEYSPACE = 3000000;
static final int ASYNC_OPERATION_TIMEOUT_SEC = 1;
// measurements are done in nanosec, but it should be converted to seconts later
// measurements are done in nano-seconds, but it should be converted to seconds later
static final double SECONDS_IN_NANO = 1e-9;

private static ChosenAction randomAction() {
Expand Down

0 comments on commit 07d7aff

Please sign in to comment.