aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: a82d86660f4be63e8b846b6231a06ebacb2b94c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Setup:
  # to generate test data
  ./gen.rb

  # compile crystal test
  crystal build --release cr-test.cr

  # compile java test
  javac -cp opencsv-2.3.jar JavaCSVTest.java

  # compare tests
  ./bench.rb