Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stress-test] Add support for native containers #865

Merged
merged 6 commits into from
Feb 21, 2025

Conversation

jprendes
Copy link
Collaborator

With this change it is now possible to do something like:

sudo ctr images pull ghcr.io/jprendes/wasmtime-distroless/hello:latest
cargo run -p stress-test -- /usr/bin/containerd-shim-runc-v2 --image ghcr.io/jprendes/wasmtime-distroless/hello:latest

Mossaka
Mossaka previously approved these changes Feb 20, 2025
Copy link
Member

@Mossaka Mossaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! This is great

Using image "ghcr.io/jprendes/wasmtime-distroless/hello:latest" with arguments ["/wasmtime", "/hello.wasm"]
> Setting up tasks.
> Setup took 128ms 497us 380ns
> Waiting for tasks to finish.

10 tasks succeeded
  elapsed time: 1s 705ms 64us 67ns
  throuput: 5.864882260755543 tasks/s

@Mossaka Mossaka linked an issue Feb 20, 2025 that may be closed by this pull request
simplify protos

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
…s not 0

Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
@Mossaka Mossaka merged commit 1001ad2 into containerd:main Feb 21, 2025
75 checks passed
@jprendes jprendes deleted the stress-test-native branch February 27, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add comparison to the normal containers
2 participants