Fix benchmark ci (#5478)

Fix benchmark CI

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-10-02 12:41:32 -07:00
committed by GitHub
parent 163ab75379
commit a30cbcc2ce
3 changed files with 7 additions and 8 deletions

View File

@@ -12,14 +12,14 @@ import time
"eval_id, input_text, expected_artifact_length, test_name, should_be_successful",
[
(
"f219f3d3-a41b-45a9-a3d0-389832086ee8",
"021c695a-6cc4-46c2-b93a-f3a9b0f4d123",
"Write the word 'Washington' to a .txt file",
0,
"WriteFile",
True,
),
(
"021c695a-6cc4-46c2-b93a-f3a9b0f4d123",
"f219f3d3-a41b-45a9-a3d0-389832086ee8",
"Read the file called file_to_read.txt and write its content to a file called output.txt",
1,
"ReadFile",