175ce24b2799e60d5ab7bd27c224f23f16eb0c56
				
			
			
		
	
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			Game Data
Web-based tool to store and organize PC hardware gaming benchmarks.
Project Goals
The goals of this project are to:
- Record benchmarking results from multiple devices - e.g. log from a laptop or a phone.
- Group results into tests - it's good practice to run a benchmark multiple times for accuracy.
- Create comparisons of hardware tests to compare performance.
- Generate graphs of hardware comparisons for usage in videos and articles.
Requirements
Game Data runs on Ruby, and takes advantage of Bundler to manage code dependencies and Rake to run various tasks for maintaining the app. You can install them globally like so:
Debian/Ubuntu: apt install -y ruby ruby-bundler rake
Development
Install dependencies via bundler:
bundle install
Perform database migrations:
rake db:migrate
Run the server in development with auto-reloading:
rake server:dev
If everything is running successfully you can open your browser and go to https://localhost:9292.
Description
				
								v0.2.1
								
	Latest
							
						
					Languages
				
				
								
								
									Ruby
								
								55%
							
						
							
								
								
									HTML
								
								32.2%
							
						
							
								
								
									CoffeeScript
								
								8.4%
							
						
							
								
								
									JavaScript
								
								2.3%
							
						
							
								
								
									Shell
								
								0.9%
							
						
							
								
								
									Other
								
								1.2%