Hi,
My junit benchmark vm arguements are
-Djub.consumers=H2,XML -Djub.db.file=.\charts\benchmarks -Djub.xml.file=.\charts\junitbenchmark.xml -Djub.charts.dir=.\charts
I have all the reports and db file generated in the
D:\Jpetstore\PetStore\charts folder
The following files are present in the charts folder .
junitbenchmark.xml
benchmarks-lists.html
benchmarks-lists.jsnop
Now I want to check whether the datas are persisted in the H2 database.
I connected to H2 database using the following settings in the console
Setting name:Generic H2 (Embedded)
Driver:org.h2.Driver
username:sa
password:**
But Im not able to see the tables associated with junit benchmark.
can anyone show where Im missing the context?
Thanks,
Murugan Mani