Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@nestia/benchmark
DynamicBenchmarker
IReport
Interface IReport
Benchmark report.
interface
IReport
{
completed_at
:
string
;
count
:
number
;
endpoints
:
(
IEndpoint
&
IStatistics
)
[]
;
memories
:
IMemory
[]
;
simultaneous
:
number
;
started_at
:
string
;
statistics
:
IStatistics
;
threads
:
number
;
}
Index
Properties
completed_
at
count
endpoints
memories
simultaneous
started_
at
statistics
threads
Properties
completed_
at
completed_at
:
string
count
count
:
number
endpoints
endpoints
:
(
IEndpoint
&
IStatistics
)
[]
memories
memories
:
IMemory
[]
simultaneous
simultaneous
:
number
started_
at
started_at
:
string
statistics
statistics
:
IStatistics
threads
threads
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed_
at
count
endpoints
memories
simultaneous
started_
at
statistics
threads
Nestia API Documents
Loading...
Benchmark report.