About
UE5 Benchmark is a free, cross-platform benchmarking tool designed for evaluating graphics and gaming performance. Built with Unreal Engine 5.4, it provides a quick and automated way to measure the average FPS (frames per second) of your system.
- Short-running and simple to use.
- Portable and suitable for automation.
- Auto-exit feature with results saved to file.
- Supports Windows and Linux platforms.
Instructions
- Download the binary for your platform (Windows or Linux).
- Run the binary to start the benchmark. No installation required.
- Wait for 60 seconds as the benchmark runs.
- The results screen will display your average FPS.
- The program will exit automatically after 30 seconds.
- Results are saved to
BenchmarkResults.txtin the program directory.
Note: On Linux, the Vulkan renderer is required. For Windows, both D3D11 and D3D12 renderers are supported.
Advanced Usage
UE5 Benchmark supports all standard Unreal Engine command-line options, allowing you to customize your benchmarking experience. Here are some common examples:
- Change Resolution:
-ResX=1280 -ResY=768 - Force D3D11 Renderer (Windows):
-d3d11 - Force D3D12 Renderer (Windows):
-d3d12 - Force Vulkan Renderer:
-vulkan
For a full list of command-line options, visit the Unreal Engine Command Line Arguments Reference.
Download
Select your platform to download UE5 Benchmark:
Screenshots
Open Source
UE5 Benchmark is an open-source project. Contributions are welcome! Check out the source code on GitHub:
View on GitHub