Skip to content

Commit

Permalink
More test code, verifying 15MB/s Reader speed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Oct 1, 2024
1 parent 7868630 commit d634d6e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ public class ReaderTrials {
static String data=RT.print(s,10000000).toString();

public static void main(String[] args) {
System.out.println("Small vectors");
runTrial("[1 2 3]",1000);
runTrial("[1 2 3]",1000);
runTrial("[1 2 3]",1000);

System.out.println("State dumps");
runTrial(data,10);
runTrial(data,10);
runTrial(data,10);
runTrial(data,10);
runTrial(data,10);
Expand Down

0 comments on commit d634d6e

Please sign in to comment.