Skip to content

Commit

Permalink
fix: typo (#4117)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill authored Oct 23, 2023
1 parent 92e31a7 commit 9a0cbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def add_perf_record(name, result, product_version, meta, storage, extra):

if __name__ == "__main__":
args = argparse.ArgumentParser()
args.add_argument("-n", "--name", required=True, help="the name of performace test")
args.add_argument("-r", "--result", required=True, help="the result value of performace test")
args.add_argument("-n", "--name", required=True, help="the name of performance test")
args.add_argument("-r", "--result", required=True, help="the result value of performance test")
args.add_argument("-v", "--version", required=True, help="the version of juicefs")
args.add_argument("-m", "--meta", required=True, help="meta for juicefs")
args.add_argument("-s", "--storage", required=True, help="storage for juicefs")
Expand Down

0 comments on commit 9a0cbbf

Please sign in to comment.