You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use present tense instead of future (eg. "renders" instead of "will
render")
- Fix mis-spellings
- Simplify sentences
- Describe what a command does before its code-block, as opposed to
after
- Make other miscellaneous changes
Signed-off-by: Suhaas Joshi <[email protected]>
To get raw performance numbers from the GPU, you may want to disable frame sync locking in Chromium. This will tell Chromium never to wait for VSYNC and render as fast as the GPU can achieve.
98
+
To get raw performance numbers from the GPU, you may want to disable frame sync locking in Chromium. This will tell Chromium to never wait for VSYNC and render as fast as the GPU can.
104
99
105
100
.. code-block:: console
106
101
@@ -112,7 +107,7 @@ Limitations
112
107
***********
113
108
114
109
* Audio/video within the browser is not supported.
115
-
* Hardware acceleration of video either decode or encode is not supported.
110
+
* Hardware acceleration of video decode and/or encode is not supported.
116
111
* Minimize and Maximize buttons for the Chromium window are not supported.
117
112
118
113
***********
@@ -122,7 +117,7 @@ Performance
122
117
Performance of WebGL Aquarium
123
118
=============================
124
119
125
-
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html
120
+
Standard WebGL benchmarks available at https://webglsamples.org/aquarium/aquarium.html
126
121
127
122
Run as the root user
128
123
@@ -154,7 +149,7 @@ Run as the root user
154
149
Performance of MotionMark
155
150
=========================
156
151
157
-
Standard Javascript benchmarks available at these URLS: https://browserbench.org/MotionMark/
152
+
Standard Javascript benchmarks are available at https://browserbench.org/MotionMark/
0 commit comments