Skip to content

Commit

Permalink
#3806 followup (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Aug 10, 2023
1 parent 23ed88f commit 163ba29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
if: success() || failure()
run: |
git checkout empty
gsutil -m cp -r benchmarks/perf/${{ matrix.component }} gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/perf/${{ matrix.component }}
gsutil -m cp -r benchmarks/perf/${{ matrix.component }} gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/perf
# Run examples with dhat-rs in order to collect memory heap size metrics. These
# metrics will then be charted over time. See tools/benchmark/memory/README.md for
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
if: success() || failure()
run: |
git checkout empty
gsutil -m cp -r benchmarks/memory/${{ matrix.os }} gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/memory/${{ matrix.os }}
gsutil -m cp -r benchmarks/memory/${{ matrix.os }} gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/memory
# Binary size benchmark: build and size wasm binaries; creates ndjson output data format
bench-binsize:
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
if: success() || failure()
run: |
git checkout empty
gsutil -m cp -r benchmarks/binsize/ gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/binsize
gsutil -m cp -r benchmarks/binsize gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks
# Data size benchmark: track size of provider/datagen/tests/data/testdata.postcard (total data size).
bench-datasize:
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
if: success() || failure()
run: |
git checkout empty
gsutil -m cp -r benchmarks/datasize/ gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks/datasize
gsutil -m cp -r benchmarks/datasize gs://${{ env.GCP_MAIN_BUCKET_ID }}/gha/benchmarks
gh-pages:
name: "Deploy to GitHub Pages"
Expand Down
2 changes: 2 additions & 0 deletions components/normalizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ arrayvec = "0.7.2"
atoi = "1.0.0"
write16 = { version = "1.0", features = ["arrayvec"] }
detone = "1.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.4.0"

[features]
Expand Down

0 comments on commit 163ba29

Please sign in to comment.