Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jnoortheen/xonsh-benchmarks

Xonsh benchmarks
https://github.com/jnoortheen/xonsh-benchmarks

xonsh xonsh-dev

Last synced: about 1 month ago
JSON representation

Xonsh benchmarks

Awesome Lists containing this project

README

        

# Setup

This sub-directory is managed by poetry.
The tasks can be run with [poe](https://github.com/nat-n/poethepoet) command.

```sh
# install poe with
pipx install poethepoet

# install the dependencies
poetry install

# run the benchmarks locally with
poe run
```