Show metrics as tree

This commit is contained in:
Joscha 2023-08-15 23:18:27 +02:00
parent 82e2385f59
commit 678d3f391b
4 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT DISTINCT metric FROM run_measurements ORDER BY metric ASC",
"describe": {
"columns": [
{
"name": "metric",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "35324f9148e3e7ce2d2aa62d69378ce28a2398b408bbc99ea1299315904d6673"
}