浏览代码

Add note about times in tests.

Maciej Gołaszewski 5 年之前
父节点
当前提交
c05a78d74e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/ckeditor5-engine/tests/manual/performance/position.md

+ 2 - 0
packages/ckeditor5-engine/tests/manual/performance/position.md

@@ -3,3 +3,5 @@
 1. Begin performance recording in devtools.
 1. Click a button for test.
 1. Stop performance recording.
+
+Note that times reported in web page are total time for a test function (including other operations). In order to verify which methods is fastest always look in on the "total time" of each Position constructor stubs.