Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0737892

Browse files
committed
Add bench subcommand
1 parent e7dc6d4 commit 0737892

File tree

6 files changed

+675
-5
lines changed

6 files changed

+675
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ version = "2.0.14"
1010

1111
[dependencies]
1212
clap = "2.33.3"
13+
chrono = "0.4"
14+
chrono-humanize = "0.2.1"
1315
console = "0.14.0"
1416
serde = "1.0.130"
1517
serde_derive = "1.0.103"
@@ -22,6 +24,7 @@ solana-client = "=1.7.11"
2224
solana-logger = "=1.7.11"
2325
solana-remote-wallet = "=1.7.11"
2426
solana-sdk = "=1.7.11"
27+
solana-transaction-status = "=1.7.11"
2528
spl-token = { version = "3.2", path="../program", features = [ "no-entrypoint" ] }
2629
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
2730
spl-memo = { version = "3.0.1", path="../../memo/program", features = ["no-entrypoint"] }

0 commit comments

Comments
 (0)