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: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T20:55:06.000Z (about 2 years ago)
- Last Synced: 2025-10-17T12:43:57.980Z (8 months ago)
- Topics: async, parallel, task, test, testing-tools
- Language: Rust
- Homepage:
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chord
[](https://github.com/bit-ranger/chord/actions/workflows/master.yml)
[](https://github.com/bit-ranger/chord/releases/latest)
[](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)