Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jnoortheen/xonsh-benchmarks
- Owner: jnoortheen
- Created: 2022-02-12T07:52:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T08:53:11.000Z (over 2 years ago)
- Last Synced: 2024-11-07T02:44:32.729Z (3 months ago)
- Topics: xonsh, xonsh-dev
- Language: Python
- Homepage: https://jnoortheen.github.io/xonsh-benchmarks/
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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
```