Skip to content

Commit

Permalink
Recipe documentation & make bench Windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Nov 12, 2023
1 parent 70fa9bb commit fa85687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ alias check := clippy
alias t := test
alias fmt := format
alias d := doc
alias b := bench

@_default:
echo "Using this Justfile for clippy/test requires cargo-hack & the"
Expand Down Expand Up @@ -35,6 +34,8 @@ test:
test \
--target x86_64-pc-windows-msvc

# Benchmark close_already's non-async backends
[windows]
bench:
# Skip std perf & async runtimes
cargo hack \
Expand Down

0 comments on commit fa85687

Please sign in to comment.