Utility methods to run microbenchmarks.
Inheritance Hierarchy
Namespace: Grpc.Core.UtilsAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic static class BenchmarkUtil
Public NotInheritable Class BenchmarkUtil
public ref class BenchmarkUtil abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BenchmarkUtil = class end
The BenchmarkUtil type exposes the following members.
Methods
| Name | Description |
---|
  | RunBenchmark |
Runs a simple benchmark preceded by warmup phase.
|
Top
See Also