Skip to content

F_CodeJam_PerfTests_CompetitionHelpers_DefaultCount

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionHelpers.DefaultCount Field

Default count for performance test loops.

Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public const int DefaultCount = 10000

VB

Public Const DefaultCount As Integer = 10000

F#

static val mutable DefaultCount: int

Field Value

Type: Int32

See Also

Reference

CompetitionHelpers Class
CodeJam.PerfTests Namespace

Clone this wiki locally