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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ show benchmark queue
| `sort_pushdown_inexact` | Sort pushdown inexact |
| `sort_pushdown_inexact_unsorted` | Sort pushdown inexact unsorted |
| `sort_pushdown_inexact_overlap` | Sort pushdown inexact overlap |
| `adversarial_filter` | Adaptive filter conjunct-reordering stress test |

### DataFusion (criterion)

Expand Down
2 changes: 2 additions & 0 deletions services/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export const controllerStatefulSet = new k8s.apps.v1.StatefulSet("benchmark-cont
"external_aggr", "tpcds", "smj", "sort_pushdown",
"sort_pushdown_sorted", "sort_pushdown_inexact",
"sort_pushdown_inexact_unsorted", "sort_pushdown_inexact_overlap",
"adversarial_filter",
],
default_standard: [
"clickbench_partitioned", "tpcds", "tpch",
Expand All @@ -216,6 +217,7 @@ export const controllerStatefulSet = new k8s.apps.v1.StatefulSet("benchmark-cont
"external_aggr", "tpcds", "smj", "sort_pushdown",
"sort_pushdown_sorted", "sort_pushdown_inexact",
"sort_pushdown_inexact_unsorted", "sort_pushdown_inexact_overlap",
"adversarial_filter",
],
default_standard: [
"clickbench_partitioned", "tpcds", "tpch",
Expand Down
Loading