Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bit-ranger/chord
async parallel executor, may used for tesing
https://github.com/bit-ranger/chord
async parallel task test testing-tools
Last synced: about 2 months ago
JSON representation
async parallel executor, may used for tesing
- Host: GitHub
- URL: https://github.com/bit-ranger/chord
- Owner: bit-ranger
- License: mit
- Created: 2021-03-02T08:57:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T21:02:17.000Z (9 months ago)
- Last Synced: 2024-04-29T23:00:46.997Z (9 months ago)
- Topics: async, parallel, task, test, testing-tools
- Language: Rust
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chord
[![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/bit-ranger/chord/master.yml?label=master)](https://github.com/bit-ranger/chord/actions/workflows/master.yml)
[![GitHub Release](https://img.shields.io/github/v/release/bit-ranger/chord?include_prereleases)](https://github.com/bit-ranger/chord/releases/latest)
[![License](https://img.shields.io/github/license/bit-ranger/chord)](https://github.com/bit-ranger/chord/blob/master/LICENSE)chord - async parallel task executor
可用于自动化测试
### install
cargo install chord-cli
### run
cd .chord
npm run build
chord run -i$(pwd)/dist/lua### help
target/release/chord run --help
### rest api testing
[restapi](https://github.com/bit-ranger/chord/tree/master/.chord/src/restapi)
### examples
[examples](https://github.com/bit-ranger/chord/tree/master/.chord/src)
### workflow
[workflow](https://github.com/bit-ranger/chord/blob/master/.github/workflows/master.yml)
### actions
[actions](https://github.com/bit-ranger/chord/actions)