We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ef37 commit e8f5f97Copy full SHA for e8f5f97
benchmarks/README.md
@@ -249,12 +249,14 @@ Considering you already have TPCDS data locally
249
```shell
250
export DATA_DIR=../../datafusion-benchmarks/tpcds/data/sf1/
251
export PR_NUMBER=19464
252
-gh pr checkout $PR_NUMBER --repo apache/datafusion -b pr-$PR_NUMBER
+git fetch upstream pull/$PR_NUMBER/head:pr-$PR_NUMBER
253
git checkout main
254
git pull
255
./benchmarks/compare_tpcds.sh main pr-$PR_NUMBER
256
```
257
258
+Note: if `gh` is installed, you can also run `gh pr checkout $PR_NUMBER` instead of `git fetch upstream pull/$PR_NUMBER/head:pr-$PR_NUMBER`
259
+
260
### Running Benchmarks Manually
261
262
Assuming data is in the `data` directory, the `tpch` benchmark can be run with a command like this:
0 commit comments