Skip to content

Update benchmarks README to require rich installation #10022

@Jefffrey

Description

@Jefffrey

Is your feature request related to a problem or challenge?

Benchmark script requires rich python package:

arrow-datafusion$ ./benchmarks/bench.sh compare main refactor_create_initial_plan
Comparing main and refactor_create_initial_plan
--------------------
Benchmark clickbench_1.json
--------------------
Try `pip install rich` for using this script.
Traceback (most recent call last):
  File "/home/jeffrey/Code/arrow-datafusion/benchmarks/compare.py", line 29, in <module>
    from rich.console import Console
ModuleNotFoundError: No module named 'rich'

Describe the solution you'd like

Update benchmarks README to indicate this

Describe alternatives you've considered

No response

Additional context

Bonus points: setup venv instructions or some other solution to not require user to install this package

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions