Skip to content

Commit

Permalink
Save experiment script files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry73204 committed Jan 12, 2024
1 parent 1dd3f57 commit a424860
Show file tree
Hide file tree
Showing 6 changed files with 878 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
cargo build --example z_pub_thr --example z_sub_thr --profile fast
4 changes: 4 additions & 0 deletions scripts/config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export SUB_IP=127.0.0.1
export port_base=7000
export payload=1024
export priorities=(1 2 3)
Loading

0 comments on commit a424860

Please sign in to comment.