Skip to content

Commit

Permalink
Extend example gosbench config
Browse files Browse the repository at this point in the history
  • Loading branch information
mulbc committed Jun 16, 2020
1 parent e7aae79 commit f4dbe1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions k8s/gosbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ data:
- name: EverythingWorks
read_weight: 20
write_weight: 80
delete_weight: 0
list_weight: 0
delete_weight: 30
list_weight: 10
objects:
size_min: 5
size_max: 100
Expand Down Expand Up @@ -56,12 +56,12 @@ data:
# Number of requests processed in parallel by each worker
parallel_clients: 3
# Remove all generated buckets and its content after run
clean_after: True
clean_after: False
- name: EverythingWorksAgain
read_weight: 20
write_weight: 80
delete_weight: 0
list_weight: 0
read_weight: 10
write_weight: 40
delete_weight: 80
list_weight: 10
objects:
size_min: 5
size_max: 100
Expand Down Expand Up @@ -95,7 +95,7 @@ data:
# Number of requests processed in parallel by each worker
parallel_clients: 3
# Remove all generated buckets and its content after run
clean_after: True
clean_after: False
metadata:
name: gosbench-config
labels:
Expand Down

0 comments on commit f4dbe1a

Please sign in to comment.