ottertune/server/website/website/fixtures/test_user_sessions.json

61 lines
1.6 KiB
JSON

[
{
"fields": {
"user": 1,
"name": "test_project",
"description": "",
"creation_time": "2017-11-30T02:00:49.611Z",
"last_update": "2017-11-30T02:00:49.611Z"
},
"model": "website.Project",
"pk": 1
},
{
"fields": {
"type": 1,
"name": "New Hardware",
"cpu": 4,
"memory": 16.0,
"storage": "32",
"storage_type": "",
"additional_specs": ""
},
"model": "website.Hardware",
"pk": 1
},
{
"fields": {
"user": 1,
"name": "basic_session",
"description": "(no tuning)",
"dbms": 1,
"hardware": 1,
"project": 1,
"upload_code": "1234567890",
"tuning_session": "no_tuning_session",
"target_objective": null,
"creation_time": "2017-11-30T02:00:49.611Z",
"last_update": "2017-11-30T02:00:49.611Z"
},
"model": "website.Session",
"pk": 1
},
{
"fields": {
"user": 1,
"name": "tuning_session",
"description": "",
"dbms": 1,
"hardware": 1,
"project": 1,
"upload_code": "0987654321",
"tuning_session": "tuning_session",
"target_objective": "throughput_txn_per_sec",
"creation_time": "2017-11-30T02:00:49.611Z",
"last_update": "2017-11-30T02:00:49.611Z"
},
"model": "website.Session",
"pk": 2
}
]