• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    // TC2 Energy Model
3    "nrg_model" : {
4        "little" : {
5            "cpu" : {
6                "nrg_max" :  1024,
7                "cap_max" :   430
8            },
9            "cluster" : {
10                "nrg_max" :  4905
11            }
12        },
13        "big": {
14            "cpu" : {
15                "nrg_max" :  6997,
16                "cap_max" :  1024
17            },
18            "cluster" : {
19                "nrg_max" : 15200
20            }
21        }
22    }
23}
24