Skip to content

Show some real world Wheel stats #23

@ghickman

Description

@ghickman

Part of "Why Wheels?|" is the speed factor, we should show that.

I'm thinking something like:

  • Two requirements.txt, one with pure python packages, one with a mixture (I'm sure we can find one in an existing project).
  • Download sources & make wheels (pip install -r requirements.txt --download-cache=sources & pip wheel -r requirements.txt --wheel-dir=wheels)
  • Run an install with each one using time.
  • Put up a little table with instructions on how to recreate the test for readers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions