We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7246d13 commit 9af5edaCopy full SHA for 9af5eda
src/JsonApiDotNetCore/Diagnostics/CascadingCodeTimer.cs
@@ -18,7 +18,7 @@ static CascadingCodeTimer()
18
{
19
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
20
21
- // Be default, measurements using Stopwatch can differ 25%-30% on the same function on the same computer.
+ // By default, measurements using Stopwatch can differ 25%-30% on the same function on the same computer.
22
// The steps below ensure to get an accuracy of 0.1%-0.2%. With this accuracy, algorithms can be tested and compared.
23
// https://www.codeproject.com/Articles/61964/Performance-Tests-Precise-Run-Time-Measurements-wi
24
0 commit comments