-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Limits_ICompetitionLimitProvider_TryGetActualValues
andrewvk edited this page Nov 8, 2016
·
2 revisions
Actual values for the benchmark.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
CompetitionLimit TryGetActualValues(
Benchmark benchmark,
Summary summary
)
VB
Function TryGetActualValues (
benchmark As Benchmark,
summary As Summary
) As CompetitionLimit
F#
abstract TryGetActualValues :
benchmark : Benchmark *
summary : Summary -> CompetitionLimit
- benchmark
- Type: Benchmark
The benchmark. - summary
- Type: Summary
Summary for the run.
Type: CompetitionLimit
Actual values for the benchmark or null
if none.
ICompetitionLimitProvider Interface
CodeJam.PerfTests.Running.Limits Namespace