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.
99
+
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
100
105
101
.. code-block:: console
106
102
@@ -112,7 +108,7 @@ Limitations
112
108
***********
113
109
114
110
* Audio/video within the browser is not supported.
115
-
* Hardware acceleration of video either decode or encode is not supported.
111
+
* Hardware acceleration of video decode and/or encode is not supported.
116
112
* Minimize and Maximize buttons for the Chromium window are not supported.
117
113
118
114
***********
@@ -122,7 +118,7 @@ Performance
122
118
Performance of WebGL Aquarium
123
119
=============================
124
120
125
-
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html
121
+
Standard WebGL benchmarks are available at https://webglsamples.org/aquarium/aquarium.html
126
122
127
123
Run as the root user
128
124
@@ -154,7 +150,7 @@ Run as the root user
154
150
Performance of MotionMark
155
151
=========================
156
152
157
-
Standard Javascript benchmarks available at these URLS: https://browserbench.org/MotionMark/
153
+
Standard Javascript benchmarks are available at https://browserbench.org/MotionMark/
0 commit comments