also, instead of duplicating code, I’d suggest usi...
# opensource
o
also, instead of duplicating code, I’d suggest using abstract class as a benchmark, like this: https://github.com/orangy/squash/blob/master/squash-benchmarks/src/org/jetbrains/squash/benchmarks/QueryBenchmark.kt and then just implement an abstract function to get provider (https://github.com/orangy/squash/blob/master/squash-benchmarks/src/org/jetbrains/squash/benchmarks/PgQueryBenchmark.kt)