Skip to content

Commit 603dc9f

Browse files
committed
Add nfsstore bandwidth testing script
1 parent d71fcbc commit 603dc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucm/store/test/e2e/nfsstore_embed_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def main():
174174
num_head_list = [1, 2, 4]
175175

176176
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
177-
csv_file = os.path.join(SCRIPT_DIR, "embed_fetch_result1.csv")
177+
csv_file = os.path.join(SCRIPT_DIR, "embed_fetch_result.csv")
178178
need_header = not os.path.exists(csv_file)
179179

180180
with open(csv_file, "a", newline="", encoding="utf-8") as csv_fp:

0 commit comments

Comments
 (0)