Skip to content

JeffersGlass/snakeden

Repository files navigation

Snakeden - Distributed pypeformance runs

The Snakeden web interface

Information

This is a personal experimental project, and should not be relied upon at the moment.

Usage

Installation

  1. Clone this repo
  2. uv sync

Running Raw Dask Commands

Scheduler

uv run python -m dask scheduler

Worker

uv run python -m dask worker --resources "CPU=1"

Notes

If installing Python and getting a 'No module named _ctypes' error: Unsnstall Python sudo apt install libffi-dev Reinstall Python

About

Distributed performance profiling for the CPython interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages