Skip to content

Commit 54bd4f1

Browse files
committed
Found a counter bug in the example, thank you Sorin.
1 parent e72beb1 commit 54bd4f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static void main(String... ignored) throws IOException {
6565
excerpt.readStopBit();
6666
}
6767
excerpt.finish();
68-
count++;
6968
}
7069
Arrays.sort(times);
7170
for (double perc : new double[]{50, 90, 99, 99.9, 99.99}) {

chronicle/src/test/java/com/higherfrequencytrading/chronicle/examples/ExampleRewriteMain.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ private void doSomeThinking() {
8585
excerpt.readStopBit();
8686
}
8787
excerpt.finish();
88-
count++;
8988
}
9089
Arrays.sort(times);
9190
for (double perc : new double[]{50, 90, 99, 99.9, 99.99}) {

0 commit comments

Comments
 (0)