Skip to content

gkjohnson/webgl-gpu-power-estimation-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webgl-gpu-power-estimation-data

Repository of data scraped from various GPU benchmark websites and associated scripts that can be used with the webgl-gpu-power-estimation module. GPU benchmark and spec information scraped from:

License Information

The scraped graphics card data provided in this repo is subject to the terms of the respective websites. Data and scripts are available to use as long as the data source and ownership are acknowledged. Repo contents should not be distributed in separate packages.

Database Information

The database.json object stores a database with scraped GPU names as keys and objects with database information as values which can be used by the webgl-gpu-power-estimation utility. Where performance information is not consistently provided between websites an interpolated value is generated. The following data is generated and reported for each entry:

{

  // Name of the GPU
  name,

  // Type of graphics card
  // Workstation, Desktop, Mobile, Unknown
  type,

  // The 3d and 2d performance results as provided by the
  // PassMark g3d and g2d benchmarks
  performance,

  // thermal design power
  tdp,

  // total available vram in MB
  memory,

  // clock speeds in MHz
  clock,
  memoryClock

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published