Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 1.64 KB

File metadata and controls

80 lines (60 loc) · 1.64 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Add-BenchmarkCaseSource

SYNOPSIS

Adds benchmark cases from a script block or evaluated objects.

SYNTAX

InputObject (Default)

Add-BenchmarkCaseSource [-InputObject] <Object[]> [<CommonParameters>]

ScriptBlock

Add-BenchmarkCaseSource [-ScriptBlock] <scriptblock> [<CommonParameters>]

DESCRIPTION

Adds benchmark cases from a script block or evaluated objects.

EXAMPLES

EXAMPLE 1

Add-BenchmarkCaseSource -InputObject @('Value')

PARAMETERS

-InputObject

Already evaluated case objects.

Type: Object[]
Parameter Sets: InputObject
Aliases: None
Possible values:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-ScriptBlock

Script block that emits case objects.

Type: ScriptBlock
Parameter Sets: ScriptBlock
Aliases: None
Possible values:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • System.Object

RELATED LINKS

  • None