Skip to content

Commit

Permalink
another data source in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Nov 20, 2024
1 parent 61bb677 commit f3c2dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
# add in other data choices once we know things are working okay
data_choice: ["fake_1000"]
data_choice: ["fake_1000", "historical_50k"]
backend_to_use: ["duckdb", "clickhouse"]
name: Benchmark ${{ matrix.backend_to_use }} for data ${{ matrix.data_choice }}
steps:
Expand Down

0 comments on commit f3c2dad

Please sign in to comment.