Template:Testing/entry: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(I've added some rules. Fell free to make changes if you think that is necessary)
m (Handle Apple M1 CPU/GPU)
 
(60 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>This template is used together with [[Template:Testing]] in order to display a testing archive for determined software (games, channels, etc.). Also, you need to use some rules when adding a test entry:
<includeonly>|style="white-space:nowrap;{{#if:{{#regex:{{{revision|}}}|/.*Ishiiruka.*/}}|"{{!}}|{{#ifeq:"{{Revision|{{{revision|}}}}}"|"<span class="revlink">Unknown Revision</span>"|"{{!}}|{{#ifexpr: ({{VersionRevision|{{{revision|}}}}} - {{#var:tl_testing_entry_lastrev|0}}) < 0|background-color:#fee; color:#900;"{{!}}^[[Category:Testing Templates out of order]]|"{{!}}{{#vardefine:tl_testing_entry_lastrev|{{VersionRevision|{{{revision|}}}}}}}}}}}}}{{revision|{{{revision}}}}}{{#if:{{{revision|}}}|{{#if:{{#regex:{{{revision|}}}|/(2\.0{{!}}3\.0{{!}}4\.0\.1{{!}}4\.0\.2{{!}}4\.0{{!}}5\.0)/}}|[[Category:Tested On (Release): {{#regex:{{{revision|}}}|/(2\.0{{!}}3\.0{{!}}4\.0\.1{{!}}4\.0\.2{{!}}4\.0{{!}}5\.0)/}}]]}}|[[Category:Testing Templates missing details]][[Category:Testing Templates missing revision details]]}}
*In <tt>|revision=</tt> you must specify only the revision number, since it's parsed by [[Template:Revision]]. (For example, use 7411 instead of r7411, the same rules also apply for the stable builds, use 2.0 instead of 2.0 RC. Remember also that r5350 is the same revision that 2.0 RC derives from, so in this case, use 2.0).
|style="white-space:nowrap"|{{{OS}}}{{#if:{{{OS|}}}|{{#vardefine:tl_testing_entry_os|{{#regex:{{{OS|}}}|/(Windows{{!}}[mM]ac ?OS{{!}}Android{{!}}FreeBSD)/}}}}[[Category:Tested On (OS): {{#regex:{{#var:tl_testing_entry_os|Linux}}|/Mac OS/|macOS}}]]|[[Category:Testing Templates missing details]][[Category:Testing Templates missing OS details]]}}
*In <tt>|OS=</tt> you must specify only basic info, like OS Brand + Version + (Processor architecture). (For example, Windows 7 (x86) or Mac OSX 10.7 (x64) or Ubuntu 10 (x86-64), etc).  
|style="white-space:nowrap"|{{{CPU}}}{{#if:{{{CPU|}}}|{{#if:{{#regex:{{{CPU|}}}|/(Intel{{!}}AMD{{!}}ARM{{!}}Qualcomm{{!}}MediaTek{{!}}Samsung{{!}}NVIDIA{{!}}Apple)/}}|[[Category:Tested On (CPU): {{#regex:{{{CPU|}}}|/(Intel{{!}}AMD{{!}}ARM{{!}}Qualcomm{{!}}MediaTek{{!}}Samsung{{!}}NVIDIA{{!}}Apple)/}}]]}}|[[Category:Testing Templates missing details]][[Category:Testing Templates missing CPU details]]}}
*In <tt>|CPU=</tt> only basic information is required, like CPU Brand + Series + Model + @ + Frequency in GHz. (For example, Intel Core 2 Duo E4500 @ 2.2GHz)</noinclude>
|style="white-space:nowrap"|{{{GPU}}}{{#if:{{{GPU|}}}|[[Category:Tested On (GPU): {{#regex:{{{GPU|}}}|/(NVIDIA{{!}}AMD{{!}}Intel{{!}}ATI{{!}}Adreno{{!}}Mali{{!}}PowerVR{{!}}Apple)/}}]]|[[Category:Testing Templates missing details]][[Category:Testing Templates missing GPU details]]}}
*Only basic info is required on <tt>|GPU=</tt> too, like GPU Brand + Series + Model, and if the GPU is on-board, + (on-board) (For example, nVidia GeForce 9800GTX, or Intel GMA 945G (on-board). For ATI GPUs, you can also use AMD as GPU Brand if you want).
|{{{result}}}{{#if:{{{result|}}}||[[Category:Testing Templates missing details]][[Category:Testing Templates missing result details]]}}
*In <tt>|results=</tt>. write only the essential! (For example, "Playable 40-60 FPS, intro slow" or "Slow: 25-35 FPS in game due slow CPU (or GPU)". Please doesn't include Dolphin configuration, since we assume that test environment is set as recommended settings described on game page or in [http://www.dolphin-emulator.com/performance.html performance guide]).
|style="white-space:nowrap"|{{#if:{{{tester|}}}|{{#ifexist:User:{{{tester|}}}|[[User:{{{tester|}}}|{{{tester|}}}]]|[[Special:Contributions/{{{tester|}}}|{{{tester|}}}]]}}|[[Category:Testing Templates missing details]][[Category:Testing Templates missing tester details]]}}[[Category:Tested]]
*<tt>|tester=</tt> is optional if you aren't a registered user, and the only value that you need to put is a link to your user page. (For example <tt><nowiki>[[User:Anybody|Anybody]]</nowiki></tt>).
<includeonly>|{{revision|{{{revision}}}}}
|{{{OS}}}
|{{{CPU}}}
|{{{GPU}}}
|{{{result}}}
|{{#if:{{{tester|}}}|{{!}}{{{tester|}}}}}
|-
|-
</includeonly>
</includeonly><noinclude>
{{documentation|Template:Testing/doc}}
</noinclude>

Latest revision as of 11:01, 14 July 2021

[edit] [purge] Template documentation

About

This three-part testing template should be used to display details of testing against a particular game. Use the {{testing/start}} template to add rows but remember to use the rules listed in the "parameters" section below. Please list entries in chronological order; oldest to newest, top to bottom.

Neighboring Templates

Example

{{testing/start}}
{{testing/entry|revision=4.0-7654|OS=Windows 7|CPU=Intel Core i5-4690K @ 3.5 GHz|GPU=NVIDIA GeForce GTX 960|result=Intro slow, but in game full speed.|tester=User name}}
{{testing/end}}

Produces

This title has been tested on the environments listed below:

Test Entries
Revision OS CPU GPU Result Tester
4.0-7654 Windows 7 Intel Core i5-4690K @ 3.5 GHz NVIDIA GeForce GTX 960 Intro slow, but in game full speed. User name

Parameters

Start

{{testing/start}}

No parameters needed.

Entry

{{testing/entry|revision=|OS=|CPU=|GPU=|result=|tester=}}
  • In |revision= you should specify revision number like you would do with {{Revision}} (The same rules apply here, so any special handling described in {{Revision}} will work too).
  • In |OS= you should provide basic details of your operating system, like OS Brand + Version (e.g. Windows 7, Mac OS X 10.10, Ubuntu 15.04, Android 5.1, etc). For Linux test entries you should specify the official distro naming followed by version. Also, avoid listing OS edition (e.g. Windows 7 Home Premium) and use a version number instead of a release name whenever possible (e.g. Debian 7 instead of Debian Wheezy, Android 5.1 instead of Android Lollipop, Mac OS X 10.10 instead of Mac OS X Yosemite, etc).
  • In |CPU= you should provide only basic information, like CPU Brand + Series + Model + @ + Frequency in GHz (e.g. Intel Core i5-6700K @ 4 GHz, AMD FX-6300 @ 3.5 GHz). On CPUs with variable clock speed features (like Intel Turbo Boost or AMD Turbo Core) you should provide the base clock or, if overclocked, the frequency you were using when testing (e.g. Intel Pentium G3258 @ 4.2 GHz). Other details such as number of cores, cache size, architecture and similar are not needed and should not be listed.
  • In |GPU= the same guidelines from CPU applies here as well, provide basic information like GPU Brand + Series + Model (e.g. AMD Radeon R9 290X, AMD Radeon HD 7990, NVIDIA GeForce GTX 970, NVIDIA GeForce GTX Titan X, Intel HD Graphics 4600, etc). Other details such as GPU Maker, whether it's a factory overclocked model or not, VRAM size and similar are not needed and should not be listed either.
  • In |results= write a brief description of how Dolphin performed (e.g. "Playable: 40-60 FPS, intro slow" or "Slow: 25-35 FPS in game due slow CPU").
  • In |tester= you should list your nickname or alias, it'll automatically link to a user page if a wiki account with the same name/alias exists.

End

{{testing/end}}

No parameters needed.