Skip to content

Commit

Permalink
Corrected wording in README
Browse files Browse the repository at this point in the history
Signed-off-by: Sayed Bilal Bari <[email protected]>
  • Loading branch information
bilalbari committed Jul 12, 2024
1 parent 25a4d80 commit 9b59546
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ java -cp $CLASSPATH \
org.apache.spark.rapids.tool.benchmarks.SingleThreadedQualToolBenchmark \
-i 3 -w 3 -a " --output-directory output eventlogs"
```
`CLASSPATH` should include the path relative to the Benchmarking class being passed.
Refer to the example below for the same.
`CLASSPATH` should be the path relative to which the Benchmarking class being passed.
Below examples, classpath contains the tool jar relative to which the Benchmarking class is passed
with the package name ( org.apache.spark.rapids.tool.benchmarks.SingleThreadedQualToolBenchmark ).

#### Running the Benchmark class using tools jar
```shell
Expand Down

0 comments on commit 9b59546

Please sign in to comment.