mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
8 lines
231 B
Bash
Executable File
8 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "------------------------------------";
|
|
echo "Printing sizes for RDKGitH instances:";
|
|
echo "------------------------------------";
|
|
cargo test --release -- --exact --nocapture rdkgith::tests::test_ve_print_sizes;
|
|
|