Skip to content

Commit facb688

Browse files
committed
roll upstream Dart workload
1 parent a88fb7c commit facb688

File tree

4 files changed

+159
-244
lines changed

4 files changed

+159
-244
lines changed

Dart/build.log

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Built on 2025-01-22 14:48:12+01:00
2-
1+
Built on 2025-01-28 15:34:10+01:00
32
Cloning into 'wasm_gc_benchmarks'...
4-
Updating files: 88% (109/123)Updating files: 89% (110/123)Updating files: 90% (111/123)Updating files: 91% (112/123)Updating files: 92% (114/123)Updating files: 93% (115/123)Updating files: 94% (116/123)Updating files: 95% (117/123)Updating files: 96% (119/123)Updating files: 97% (120/123)Updating files: 98% (121/123)Updating files: 99% (122/123)Updating files: 100% (123/123)Updating files: 100% (123/123), done.
3+
cf32ca4 Recompile all benchmarks
54
Copying files from wasm_gc_benchmarks/ into build/
65
Build success

Dart/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ rm -rf wasm_gc_benchmarks/
77
rm -rf build/
88

99
BUILD_LOG="$(realpath build.log)"
10-
echo -e "Built on $(date --rfc-3339=seconds)\n" | tee "$BUILD_LOG"
10+
echo -e "Built on $(date --rfc-3339=seconds)" | tee "$BUILD_LOG"
1111

1212
git clone https://github.com/mkustermann/wasm_gc_benchmarks |& tee -a "$BUILD_LOG"
13+
pushd wasm_gc_benchmarks/
14+
git log -1 --oneline | tee -a "$BUILD_LOG"
15+
popd
1316

1417
echo "Copying files from wasm_gc_benchmarks/ into build/" | tee -a "$BUILD_LOG"
1518
mkdir -p build/ | tee -a "$BUILD_LOG"

0 commit comments

Comments
 (0)