[libc] [obvious] Fix typographical error.

This commit is contained in:
Chris Gyurgyik 2020-08-14 08:34:42 -04:00 committed by GitHub
parent 5f55a8193c
commit d28f67292e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ struct BenchmarkOptions {
uint32_t MinSamples = 4;
// The maximum number of samples.
uint32_t MaxSamples = 1000;
// The benchmark will stop is the relative difference between the current and
// The benchmark will stop if the relative difference between the current and
// the last estimation is less than epsilon. This is 1% by default.
double Epsilon = 0.01;
// The number of iterations grows exponentially between each sample.