Nateckert

Results 1 issues of Nateckert

In Java, `System.currentTimeMillis()` is a non-monotonic clock, which means that ```java long start = System.currentTimeMillis(); ... long end = System.currentTimeMillis(); System.println.out(end - start); ``` might print a number smaller than...

type/enhancement
modules/toxiproxy