build:
cargo +nightly build
cd cbordata-derive; cargo +nightly build
cargo +nightly test --no-run
cd cbordata-derive; cargo +nightly test --no-run
cargo +nightly bench --no-run
cd cbordata-derive; cargo +nightly bench --no-run
cargo +nightly doc
cd cbordata-derive; cargo +nightly bench --no-run
cargo +nightly clippy --all-targets --all-features
cd cbordata-derive; cargo +nightly clippy --all-targets --all-features
test:
cargo +nightly test
cd cbordata-derive; cargo +nightly test
cargo +nightly run --example macro
bench:
cargo +nightly bench
cd cbordata-derive; cargo +nightly bench
flamegraph:
echo "not an executable"
prepare: build test bench
check.sh check.out
perf.sh perf.out
clean:
cargo clean
rm -f check.out perf.out flamegraph.svg perf.data perf.data.old