Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs: job API changed #287

Merged
merged 1 commit into from
Oct 19, 2016
Merged

Fix docs: job API changed #287

merged 1 commit into from
Oct 19, 2016

Conversation

ig-sinicyn
Copy link
Contributor

Minor docs fixes after #286

@AndreyAkinshin AndreyAkinshin added this to the v0.10.x milestone Oct 19, 2016
@AndreyAkinshin AndreyAkinshin self-assigned this Oct 19, 2016
@AndreyAkinshin AndreyAkinshin merged commit 47b1527 into dotnet:master Oct 19, 2016
@@ -61,7 +61,7 @@ Usually, you shouldn't specify any characteristics from this section, it can be

* `Toolchain`: a toolchain which generate source code for target benchmark methods, build it, and execute it. BenchmarkDotNet has own toolchains for CoreCLR projects and classic projects (the last one is `RoslynToolchain`, you can find it in the [BenchmarkDotNet.Toolchains.Roslyn](https://www.nuget.org/packages/BenchmarkDotNet.Toolchains.Roslyn/) NuGet package). If you want, you can define own toolchain.
* `Clock`: a clock which will be used for measurements. BenchmarkDotNet automatically choose the best available clock source, but you can specify own clock source.
* `Engine`: a measurement engine which performs all the measurement magic. If you don't trust BenchmarkDotNet, you can define own engine and implement all the measurement stages manually.
* `EngineFactory`: a provider for measurement engine which performs all the measurement magic. If you don't trust BenchmarkDotNet, you can define own engine and implement all the measurement stages manually.

This comment was marked as spam.

@AndreyAkinshin AndreyAkinshin modified the milestones: v0.10.0, v0.10.x Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants