IngestFfiEntrypointBenchResult class

Result of BenchmarkService.benchmarkIngestFfiEntrypoints.

Each *Path field is the counter snapshot taken immediately after that entrypoint variant ran. Tests compare per-variant session_prepare_content_in_bytes against docBytes to verify the pass-through claim of ingest_session.prepareSourceIngestionFromUtf8 and ingest_session.prepareSourceIngestionFromFile.

Constructors

IngestFfiEntrypointBenchResult({required int docBytes, required IngestTrafficStats stringPath, required IngestTrafficStats utf8Path, required IngestTrafficStats filePath})
const

Properties

docBytes int
Document size in UTF-8 bytes.
final
filePath → IngestTrafficStats
Counter snapshot for the file-path entrypoint.
final
filePrepareInBytes int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringPath → IngestTrafficStats
Counter snapshot for the canonical String entrypoint.
final
stringPrepareInBytes int
no setter
utf8Path → IngestTrafficStats
Counter snapshot for the UTF-8 bytes entrypoint.
final
utf8PrepareInBytes int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderSummary() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited