Benchmark

scalus.testing.Benchmark
object Benchmark extends Tag

Tag for benchmark tests that are slow and should not run by default.

Tests tagged with this tag are excluded from default test runs. To run benchmarks, use:

sbtn "project/testOnly -- -n scalus.testing.Benchmark"

Attributes

Graph
Supertypes
class Tag
class Object
trait Matchable
class Any
Self type
Benchmark.type

Members list

Value members

Inherited fields

val name: String

Attributes

Inherited from:
Tag