Confirmed users
3,376
edits
(→Basic Compositor Video: ares-6) |
(→kraken: jetstream) |
||
Line 499: | Line 499: | ||
This test playbacks a video file and ask WebGL to draw video frames as WebGL textures for 100 ticks. It collects the mean tick time across 100 ticks to measure how much time it will spend for a video texture upload to be a WebGL texture (gl.texImage2D). We run it for 5 times and ignore the first found. Lower results are better. | This test playbacks a video file and ask WebGL to draw video frames as WebGL textures for 100 ticks. It collects the mean tick time across 100 ticks to measure how much time it will spend for a video texture upload to be a WebGL texture (gl.texImage2D). We run it for 5 times and ignore the first found. Lower results are better. | ||
=== jetstream === | |||
* contact: :jandem | |||
* source: [[https://searchfox.org/mozilla-central/source/testing/talos/talos/tests/jetstream/jetstream.manifest jetstream.manifest]] and jetstream.zip from tooltool | |||
* type: [https://wiki.mozilla.org/Performance_sheriffing/Talos#Page_Load_Tests PageLoader] | |||
* measuring: JavaScript performance | |||
* reporting: | |||
* data: | |||
** suite: [https://searchfox.org/mozilla-central/source/testing/talos/talos/output.py#259 geometric mean] provided by the benchmark | |||
This is the JetStream javascript benchmark taken verbatim and slightly modified to fit into our pageloader extension and talos harness. | |||
=== kraken === | === kraken === |