Files
matt oztalay f2d39162ba Automated Perf Testing - Adding new tests and CSV Output granularity
+ Adding options to each test to determine the granularity at which CSV files are output.
+ Adding Material Perf test, which uses an input list of materials from your project settings and displays those materials in turn on a full-screen quad in a barebones scene, and collects performance data from each material
+ Adding Static Camera perf test base class and example implementation. This test is built in such a way that you can customize the method by which static cameras are gathered for the test.
++ The example usage looks for actors matching the AutomatedPerfTestStaticCamera class, and uses those as the set cameras.
* Changing how the DataSourceName is constructed by the AutomatedPerfTestNodes so that by default it uses the activity of the test, and can be overridden via commandline
* Fixing bug with Insights trace caching

#jira UES-7376, UES-6570, UE-212203, UE-217719
#rb Arciel.Rekman

#virtualized

[CL 35926170 by matt oztalay in ue5-main branch]
2024-08-30 10:30:48 -04:00

30 lines
618 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "AutomatedPerfTesting",
"Description": "This plugin provides Gauntlet Test Controllers to facilitate automatic performance testing.",
"Category": "Testing",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "AutomatedPerfTesting",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Gauntlet",
"Enabled": true
}
]
}