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

[DEV-217] fail, pass 컬럼 추가 #14

Merged
merged 4 commits into from
Apr 30, 2024
Merged

[DEV-217] fail, pass 컬럼 추가 #14

merged 4 commits into from
Apr 30, 2024

Conversation

punkryn
Copy link
Contributor

@punkryn punkryn commented Apr 27, 2024

작업 내용

  1. fail, pass 컬럼 추가
  2. backoff -> minBackoff, maxBackoff 컬럼으로 변경

2.backoff ->  minBackoff, maxBackoff 컬럼으로 변경
@punkryn punkryn requested a review from claycat April 27, 2024 01:19
@punkryn punkryn self-assigned this Apr 27, 2024
Copy link

Test Coverage

Overall Project 80.43% 🟢

There is no coverage information present for the Files changed

with p.open('w', newline='') as f:
columns = ['lock', 'vus', 'tickets', 'backoff', 'retry', 'waitTime', 'leaseTime', 'duration']
columns = ['lock', 'vus', 'tickets', 'minBackoff', 'maxBackoff', 'retry', 'waitTime', 'leaseTime', 'duration', 'passes', 'fails']
df = pd.DataFrame(columns=columns)

for i, key in enumerate(result):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

result라는 변수가 durationResult, faillResult로 대체된 것 같은데 여긴 그대로 남아있어도 되나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이제 봤네요
수정했습니다

claycat
claycat previously approved these changes Apr 29, 2024
dla0510
dla0510 previously approved these changes Apr 30, 2024
@punkryn punkryn merged commit 03cb262 into develop Apr 30, 2024
2 checks passed
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.

3 participants