mirror of
https://github.com/89luca89/distrobox.git
synced 2026-08-19 01:14:49 -05:00
bench: add ephemeral full-lifecycle scenario
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SCENARIO_DESCRIPTION="distrobox ephemeral alpine -- /bin/true (full lifecycle)"
|
||||
SCENARIO_WARMUP=1
|
||||
SCENARIO_RUNS=5
|
||||
|
||||
EPHEMERAL_IMAGE="docker.io/library/alpine:latest"
|
||||
|
||||
scenario_setup() { :; }
|
||||
scenario_command() {
|
||||
printf '%s ephemeral --image %s --yes -- /bin/true\n' "$EXEC" "$EPHEMERAL_IMAGE"
|
||||
}
|
||||
scenario_cleanup() { :; }
|
||||
Reference in New Issue
Block a user