Skip to content

Commit

Permalink
Add test name
Browse files Browse the repository at this point in the history
Resolves #1
  • Loading branch information
mulbc committed Apr 9, 2020
1 parent f08d6a0 commit c592c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/configFile.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type TestCaseConfiguration struct {
NumberLast uint64
NumberDistribution string `yaml:"number_distribution"`
} `yaml:"buckets"`
Name string `yaml:"name"`
BucketPrefix string `yaml:"bucket_prefix"`
ObjectPrefix string `yaml:"object_prefix"`
Runtime time.Duration `yaml:"stop_with_runtime"`
Expand Down
3 changes: 2 additions & 1 deletion examples/example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ grafana_config:
password: grafana

tests:
- read_weight: 20
- name: My first example test
read_weight: 20
existing_read_weight: 0
write_weight: 80
delete_weight: 0
Expand Down

0 comments on commit c592c0d

Please sign in to comment.