Join Slack
Powered by
also, instead of duplicating code, I’d suggest usi...
# opensource
o
orangy
01/11/2017, 8:03 PM
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
)
Open in Slack
Previous
Next