Skip to content

Commit

Permalink
Added standardized benchmarking tests for contracts (#1184)
Browse files Browse the repository at this point in the history
* Added standardized benchmarking tests for contracts
* Added bench contract to repo (should we compile it from scratch to bench cosmwasm sdk changes?)
  • Loading branch information
Cashmaney authored Oct 20, 2022
1 parent 9f20a31 commit dc962d5
Show file tree
Hide file tree
Showing 20 changed files with 1,115 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cosmwasm/contracts/v1/compute-tests/bench-contract/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Build results
/target
*.wasm

# Text file backups
**/*.rs.bk

# macOS
.DS_Store

# IDEs
*.iml
.idea
Loading

0 comments on commit dc962d5

Please sign in to comment.