Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/pages/guides/_meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
"benchmarks": "Benchmarks",
"recipes": "Recipes",
"dbt": "Using Cube with dbt",
"designing-metrics": "Designing Metrics",
"designing-metrics": "Designing metrics",
"style-guide": "Style guide",
"data-store-cost-saving-guide": "Cost saving guide"
"data-store-cost-saving-guide": "Cost saving guide",
"dbt": "Using Cube with dbt"
}
9 changes: 9 additions & 0 deletions docs/pages/guides/benchmarks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Benchmarking Cube

The following benchmarks provide insight into scalability of Cube and Cube Cloud
and approaches for its testing in a practical setting:

- [TPC-H benchmark][ref-tpch-benchmark]


[ref-tpch-benchmark]: /guides/benchmarks/tpch
3 changes: 3 additions & 0 deletions docs/pages/guides/benchmarks/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"tpch": "TPC-H benchmark"
}
Loading