Skip to content

Commit

Permalink
Add back token perf monitor (solana-labs#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Sep 2, 2020
1 parent 5f425e5 commit 0637e35
Show file tree
Hide file tree
Showing 7 changed files with 2,903 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ members = [
"token/cli",
"token/program",
]
exclude = [
"token/perf-monitor",
]

# Workflow for developing against local Solana crates
#
Expand Down
3 changes: 3 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ for Xargo_toml in $(git ls-files -- '*/Xargo.toml'); do
fi
done

# Run SPL Token's performance monitor
cargo test --manifest-path=token/perf-monitor/Cargo.toml -- --nocapture


# Test token js bindings
js_token() {
Expand Down
Loading

0 comments on commit 0637e35

Please sign in to comment.