File: PicklingBenchmark.scala

package info (click to toggle)
scala-pickling 0.10.1%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 9,148 kB
  • sloc: xml: 104; java: 18; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
package scala.pickling.testing

trait PicklingBenchmark extends Benchmark {
  val size = System.getProperty("size").toInt
}