exasol / virtual-schema-common-document-files

This Virtual Schemas allows you to access documents, stored in files, like any regular Exasol table.
MIT License
2 stars 1 forks source link

Consider using jmh for regression tests #61

Closed jakobbraun closed 3 years ago

jakobbraun commented 3 years ago

Maybe https://github.com/openjdk/jmh could be a good replacement for the custom logger

jakobbraun commented 3 years ago

See:

JMH seems to be mainly targeting measuring the performance of JAVA code that runs in the VM under test. In this case we measure the performance of SQL query that runs in a different system. So I think just measuring the time is the easier approach here.