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

bench: Modernize CLI parsing, ignore empty args #288

Merged
merged 3 commits into from
Jan 19, 2021
Merged

bench: Modernize CLI parsing, ignore empty args #288

merged 3 commits into from
Jan 19, 2021

Conversation

chfast
Copy link
Member

@chfast chfast commented Jan 19, 2021

This improves CLI handling in evmone-bench slightly, but this remains very messy piece of code.
The main goal is to allow skipping loading benchmarks from a dir. Here this can be achieve by passing "" dirname, but #278 may want to allowing omitting the arg.

@chfast chfast requested review from axic and gumb0 January 19, 2021 11:11
@codecov-io
Copy link

codecov-io commented Jan 19, 2021

Codecov Report

Merging #288 (9d10117) into master (30c3ee5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #288   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files          24       24           
  Lines        3655     3655           
=======================================
  Hits         3646     3646           
  Misses          9        9           
Flag Coverage Δ
unittests 99.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit e2f2c87 into master Jan 19, 2021
@chfast chfast deleted the bench_dir branch January 19, 2021 13:00
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