Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/include/nanobench.h
Original file line number Diff line number Diff line change
Expand Up @@ -3260,7 +3260,7 @@ std::chrono::nanoseconds Bench::maxEpochTime() const noexcept {
return mConfig.mMaxEpochTime;
}

// Sets the maximum time each epoch should take. Default is 100ms.
// Sets the minimum time each epoch should take. Default is 1ms.
Bench& Bench::minEpochTime(std::chrono::nanoseconds t) noexcept {
mConfig.mMinEpochTime = t;
return *this;
Expand Down