-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add script to teardown tests and updated cargo lock (#1707)
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# When tests are run, the `build.rs` of `dojo-test-utils` is re-building the | ||
# cairo artifacts ONLY if they don't exist. | ||
# This script gives an easy way to remove those artifacts. | ||
|
||
rm -rf examples/spawn-and-move/target | ||
rm -rf crates/torii/types-test/target |
a4ccc2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.decompress world contract
17774843
ns/iter (± 207659
)966479
ns/iter (± 69770
)18.39
This comment was automatically generated by workflow using github-action-benchmark.
CC: @kariy @glihm @tarrencev
a4ccc2e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kariy do you have an idea of what could cause such difference? The world has not changed much in size.