Esposter
Preparing search index...
@esposter/shared-node
BenchmarkTaskNode
Interface BenchmarkTaskNode
interface
BenchmarkTaskNode
{
filepath
?:
string
;
meta
:
{
benchmark
?:
boolean
}
;
name
:
string
;
result
?:
{
benchmark
?:
BenchmarkResult
}
;
suite
?:
BenchmarkTaskNode
;
tasks
?:
BenchmarkTaskNode
[]
;
type
:
string
;
}
Index
Properties
filepath?
meta
name
result?
suite?
tasks?
type
Properties
Optional
filepath
filepath
?:
string
meta
meta
:
{
benchmark
?:
boolean
}
name
name
:
string
Optional
result
result
?:
{
benchmark
?:
BenchmarkResult
}
Optional
suite
suite
?:
BenchmarkTaskNode
Optional
tasks
tasks
?:
BenchmarkTaskNode
[]
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filepath
meta
name
result
suite
tasks
type
Esposter
Loading...