Packages

c

akka.http.impl.engine

HeaderParserBenchmark

class HeaderParserBenchmark extends AnyRef

Annotations
@State() @OutputTimeUnit() @BenchmarkMode()
Source
HeaderParserBenchmark.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeaderParserBenchmark
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HeaderParserBenchmark()

Value Members

  1. def bench_parse_headers(): Int
    Annotations
    @Benchmark()
  2. val firstHeaderStart: Int
  3. var parser: HttpHeaderParser
  4. val request: String
  5. val requestBytes: ByteString
  6. def setup(): Unit
    Annotations
    @Setup()
  7. implicit val system: ActorSystem
  8. def tearDown(): Unit
    Annotations
    @TearDown()
  9. var withCustomMediaTypes: String