Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting tags for skipping and selecting task #132

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

IvashchenkoSerhii
Copy link
Contributor

@IvashchenkoSerhii IvashchenkoSerhii commented Jun 1, 2022

Implemented tags #81

list-tags

drill --benchmark example/benchmark.yml --list-tags

Tags            ["tag_user"]

list-tasks & tags

drill --benchmark example/benchmark.yml --list-tasks --tags tag_user

Tags            ["tag_user"]
---
name: Tagged user request
request:
  url: /api/users/70
tags:
  - tag_user

list-tasks & skip-tags

drill --benchmark example/benchmark.yml --list-tasks --skip-tags tag_user

Skip-Tags       ["tag_user"]
---
name: Include comments
include: comments.yml
---
name: Fetch users
request:
  url: /api/users.json
---
name: Fetch organizations
request:
  url: /api/organizations
---
......

tags

drill --benchmark example/benchmark.yml --tags tag_user 

skip-tags

drill --benchmark example/benchmark.yml --skip-tags tag_user

@fcsonline
Copy link
Owner

Sorry for this late answer, I have been really busy these weeks.

Really impressive addition! I checked the code and it looks ok! So, merging!

@fcsonline fcsonline merged commit cc81817 into fcsonline:master Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants