Skip to content

Commit

Permalink
docs: include tests badge
Browse files Browse the repository at this point in the history
  • Loading branch information
patte committed Jan 21, 2024
1 parent 151c8e2 commit 0d6ee5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# xstdin

[![tests](https://github.com/patte/xstdin-rs/actions/workflows/test-and-lint.yml/badge.svg)]

CLI tool for distributing stdin to a set of long-running workers.
By default, distributes input in chunks of ~8KiB (always on line boundaries) to 4 workers.
With the `-l` flag, the input is distributed in a strict round-robin fashion, line by line to each worker (comes at a huge performance cost).
Expand Down

0 comments on commit 0d6ee5c

Please sign in to comment.