Skip to content

Commit

Permalink
Merge pull request #19710 from vrothberg/df-benchmarks
Browse files Browse the repository at this point in the history
[CI:DOCS] hack/perf/system-df.sh: add `df` benchmarks
  • Loading branch information
openshift-merge-robot authored Aug 23, 2023
2 parents 7f6bcbb + 1b0e64a commit f299861
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hack/perf/system-df.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env sh
source ./helpers.bash

setup
echo_bold "List $NUM_CONTAINERS created containers"
create_containers
hyperfine --warmup 10 --runs $RUNS \
"$ENGINE_A system df" \
"$ENGINE_B system df"

# Clean up
$ENGINE_A system prune -f >> /dev/null
$ENGINE_B system prune -f >> /dev/null

0 comments on commit f299861

Please sign in to comment.