Skip to content

Commit

Permalink
lxd-benchmark: Use image from ubuntu remote in description
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <din.music@canonical.com>
(cherry picked from commit 413b8c5)
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
MusicDin authored and simondeziel committed Jun 26, 2024
1 parent 6a7b6a9 commit b5baef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lxd-benchmark/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ func main() {
app.Example = ` # Spawn 20 Ubuntu containers in batches of 4
lxd-benchmark launch --count 20 --parallel 4
# Create 50 Alpine containers in batches of 10
lxd-benchmark init --count 50 --parallel 10 images:alpine/edge
# Create 50 Ubuntu Minimal 22.04 containers in batches of 10
lxd-benchmark init --count 50 --parallel 10 ubuntu-minimal:22.04
# Delete all test containers using dynamic batch size
lxd-benchmark delete`
Expand Down

0 comments on commit b5baef7

Please sign in to comment.