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