Skip to content

Commit

Permalink
docs: fix tests badge
Browse files Browse the repository at this point in the history
  • Loading branch information
patte authored Jan 21, 2024
1 parent 9c5393f commit 064cc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xstdin

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

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.
Expand Down Expand Up @@ -97,4 +97,4 @@ time pv --rate input_large.txt | xstdin -- wc -l | awk '{s+=$1} END {print s}'
pv --rate input_large.txt 0.11s user 2.46s system 44% cpu 5.828 total
xstdin -- wc -l 11.05s user 4.86s system 272% cpu 5.827 total
awk '{s+=$1} END {print s}' 0.00s user 0.00s system 0% cpu 5.827 total
``````
``````

0 comments on commit 064cc41

Please sign in to comment.