diff options
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/pybench/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pybench/README b/Tools/pybench/README index 7d7eb8c..95ae392 100644 --- a/Tools/pybench/README +++ b/Tools/pybench/README @@ -373,7 +373,7 @@ Breaking Comparability ---------------------- If a change is made to any individual test that means it is no -longer strcitly comparable with previous runs, the '.version' class +longer strictly comparable with previous runs, the '.version' class variable should be updated. Therefafter, comparisons with previous versions of the test will list as "n/a" to reflect the change. |