aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/transactional/Benchmark.scala
blob: 8af7ebb830d5bf5f0e3be3f33a3ae22ad027823a (plain) (blame)
1
2
3
4
5
package transactional
abstract class Benchmark {
  def run(): Int
}