We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7868630 commit d634d6eCopy full SHA for d634d6e
convex-core/src/test/java/convex/core/examples/ReaderTrials.java
@@ -20,10 +20,14 @@ public class ReaderTrials {
20
static String data=RT.print(s,10000000).toString();
21
22
public static void main(String[] args) {
23
+ System.out.println("Small vectors");
24
runTrial("[1 2 3]",1000);
25
26
27
28
+ System.out.println("State dumps");
29
+ runTrial(data,10);
30
31
runTrial(data,10);
32
33
0 commit comments