Skip to content

Commit

Permalink
upload timings
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed May 14, 2024
1 parent 7d2c794 commit c3a0534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ cargo build \
"${RISINGWAVE_FEATURE_FLAGS[@]}" \
--features embedded-deno-udf \
--features embedded-python-udf \
--profile "$profile"
--profile "$profile" \
--timings


artifacts=(risingwave sqlsmith compaction-test risingwave_regress_test risingwave_e2e_extended_mode_test risedev-dev delete-range-test)
Expand All @@ -66,6 +67,7 @@ ldd target/"$profile"/risingwave

echo "--- Upload artifacts"
echo -n "${artifacts[*]}" | parallel -d ' ' "mv target/$profile/{} ./{}-$profile && compress-and-upload-artifact ./{}-$profile"
buildkite-agent artifact upload target/cargo-timings/cargo-timing.html

# This magically makes it faster to exit the docker
rm -rf target
Expand Down

0 comments on commit c3a0534

Please sign in to comment.