Skip to content

Commit

Permalink
Docs: JOSS test
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Jan 5, 2022
1 parent d1df0fc commit 2ee8f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file added docs/latency-table-example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,16 @@ Second of query execution time, number of query and number of configuration.

All these metrics can be sliced or diced, rolled-up or drilled-down into the various dimensions using several aggregation functions for evaluation.

### Python - Pandas

```
df = evaluate.get_aggregated_query_statistics(type='latency', name='execution', query_aggregate='Mean')
df = evaluate.get_aggregated_query_statistics(
type='latency', name='execution', query_aggregate='Mean')
```

## Dashboard
![Caption for example figure.\label{fig:dashboard}](docs/latency-table-example.png){ width=480}

### GUI - Dashboard

The dashboard helps in interactive evaluation of experiment results.

Expand Down

0 comments on commit 2ee8f4b

Please sign in to comment.