Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp
Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
gearama and antkmsft authored Jan 31, 2024
commit 08b496b675cfbff43dad9b950151fad192c05f15
2 changes: 1 addition & 1 deletion sdk/core/perf/inc/azure/perf/dynamic_test_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ namespace Azure { namespace Perf {
return m_results[optionName].as<T>();
}

bool ShouldSkipInitial() { return m_skipInitial; }
bool ShouldSkipInitial() const { return m_skipInitial; }
};
}} // namespace Azure::Perf