3DMark Analyzer is a Python-based tool designed to analyze 3DMark benchmark data. It provides detailed insights by parsing and visualizing performance metrics, making it easier to track performance trends, spot bottlenecks, and compare results from different test runs.
- Data Parsing: Extracts key data points from 3DMark benchmark files.
- Visualization: Generates easy-to-read visualizations of performance trends.
- Customizable Analysis: Allows for user-defined metrics and filters.
To install 3DMark Analyzer, follow these steps:
-
Clone the repository:
git clone https://github.com/Gaboelc/3DMark-Analyzer.git
-
Navigate to the project directory:
cd 3DMark-Analyzer -
Install the required dependencies:
pip install -r requirements.txt
To start using 3DMark Analyzer, run the following command:
python main.pyThis project is licensed under the MIT License. See the LICENSE file for details.