httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.56k stars 3.67k forks source link

Incorrect references to benchmarking scripts #1415

Closed letmerecall closed 2 years ago

letmerecall commented 2 years ago

What's the issue?

There're bunch of places where we still have reference of old paths of benchmarking script.

  1. In Running benchmarks section of CONTRIBUTING.md [link-1]
  2. In extras/profiling/README.md [link-2]
  3. Bunch of mentions in docstring of https://github.com/httpie/httpie/blob/master/extras/profiling/run.py [link-3]

The incorrect path is:

python extras/benchmarks/run.py

The correct path should be:

python extras/profiling/run.py