Skip to content

Commit 4c8e71d

Browse files
committed
stick to 3 shards & vm update
1 parent 27f438e commit 4c8e71d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

frameworks/typev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
# typev VM — binary + FFI plugins (json, stdcore, stdsocket, ...). Pre-built
1313
# (-O3 -march=x86-64-v3, static liburing) and fetched from object storage
1414
RUN wget -q -O /tmp/typev.zip \
15-
https://typev.s3.fr-par.scw.cloud/typev-23-05-2026-v2.zip && \
15+
https://typev.s3.fr-par.scw.cloud/typev-24-05-2026.zip && \
1616
unzip -q /tmp/typev.zip -d /app && \
1717
rm /tmp/typev.zip
1818

frameworks/typev/bundle/benchmark-code/src/main.tc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ fn main() -> uint {
280280
println("typev HttpArena server listening on :8080")
281281

282282
let keepalive = spawn accept_loop()
283-
foreach i in 0, 1, 1 {
283+
foreach i in 0, 2, 1 {
284284
spawn accept_loop()
285285
}
286286
let (_r, _s) = keepalive.await()
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)