Skip to content

Commit d634d6e

Browse files
committed
More test code, verifying 15MB/s Reader speed
1 parent 7868630 commit d634d6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

convex-core/src/test/java/convex/core/examples/ReaderTrials.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ public class ReaderTrials {
2020
static String data=RT.print(s,10000000).toString();
2121

2222
public static void main(String[] args) {
23+
System.out.println("Small vectors");
2324
runTrial("[1 2 3]",1000);
2425
runTrial("[1 2 3]",1000);
2526
runTrial("[1 2 3]",1000);
2627

28+
System.out.println("State dumps");
29+
runTrial(data,10);
30+
runTrial(data,10);
2731
runTrial(data,10);
2832
runTrial(data,10);
2933
runTrial(data,10);

0 commit comments

Comments
 (0)