Skip to content

Commit

Permalink
Merge branch 'master' into cl/issue-3768
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop authored Mar 19, 2024
2 parents 4bc2dd0 + 6316fc9 commit a091270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-measurements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
mkdir -p ./target/analysis/tests/
mkdir -p ./target/analysis/output/
cargo build --release --package regression-analysis
for i in `seq 1 $COUNT`; do echo $i; ./scripts/gear.sh test gear --exclude gclient --exclude gcli --release -j1 > ./target/analysis/output/$i 2>&1 ; mv ./target/nextest/ci/junit.xml ./target/analysis/tests/$i; done
./target/release/regression-analysis collect-data --data-folder-path ./target/analysis/tests/ --output-path ./target/pallet-tests.json
Expand Down
6 changes: 3 additions & 3 deletions utils/regression-analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thousands.workspace = true

vara-runtime.workspace = true
pallet-gear.workspace = true
frame-support.workspace = true
vara-runtime = { workspace = true, features = ["std"] }
pallet-gear = { workspace = true, features = ["std"] }
frame-support = { workspace = true, features = ["std"] }

0 comments on commit a091270

Please sign in to comment.