Skip to content

Commit

Permalink
Benchmarks for System program instructions (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones authored Nov 14, 2024
1 parent d2299be commit 1c4a369
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions programs/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ solana-type-overrides = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
criterion = { workspace = true }
solana-compute-budget = { workspace = true }
solana-feature-set = { workspace = true }
solana-logger = { workspace = true }
Expand All @@ -29,5 +30,9 @@ solana-logger = { workspace = true }
crate-type = ["lib"]
name = "solana_system_program"

[[bench]]
name = "system"
harness = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Loading

0 comments on commit 1c4a369

Please sign in to comment.