Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)