aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmarks/auto/creation/README.md
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-12-01 13:14:20 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2022-01-04 11:12:11 +0000
commitc9d84ead801960601870240e36478468c2a28b82 (patch)
treefbd2c6ae0466ecfce032e5eebca10d02dcae7bf3 /src/benchmarks/auto/creation/README.md
parent6d298da7cda85b35aa22c68aac55fdb6513e68eb (diff)
Use a resource file for benchmarks, and add some Android goodies and fixes
Task-number: QTBUG-94148 Change-Id: I7cc0b1ade676c4f7f963915315c00e317582e56f Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
Diffstat (limited to 'src/benchmarks/auto/creation/README.md')
-rw-r--r--src/benchmarks/auto/creation/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/benchmarks/auto/creation/README.md b/src/benchmarks/auto/creation/README.md
new file mode 100644
index 0000000..f0303d9
--- /dev/null
+++ b/src/benchmarks/auto/creation/README.md
@@ -0,0 +1,14 @@
+# creation
+
+This is a suite of tests to find out how good we are with creation, rendering
+and destruction of objects. Some of the tests are also written in such a way
+that they can be compared between each other -- these are usually noted in the
+descriptive comment at the top of the test.
+
+Creation is an important factor: our items should be light, as creating a dialog
+or page of UI can often creating a few hundred different items (especially Text,
+Item, Rectangle, etc). In addition to this, there's code outside of our control
+on the application end: JS logic, model interaction, database or file I/O all
+comes in addition - so we need to leave plenty of performance left over for the
+end user.
+