This is the GitHub Pages version of the GPUmark website, showcasing GPU performance benchmarking results.
- Clean, responsive design using Bootstrap 5
- GPU performance data visualization
- Interactive filtering capabilities
- Cross-platform compatibility results
index.html- Main landing pagedata.html- Performance data and filtering interface
To view locally, simply open the HTML files in your browser or use a local web server:
# Using Python
python -m http.server 8000
# Using Node.js
npx http-server
# Using PHP
php -S localhost:8000This site is designed to be deployed on GitHub Pages. Simply push to your repository and enable GitHub Pages in the repository settings.
This static site is based on Flask templates from the GPUmark project, converted for GitHub Pages compatibility.