Skip to content

Commit

Permalink
Add go to accepted languages in csv_exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Mar 28, 2024
1 parent 17df7a3 commit f871906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/utilities/csv_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

json_file_name = os.path.basename(json_file_full_path)

languages = ["csharp", "node", "python", "rust", "java"]
languages = ["csharp", "node", "python", "rust", "java", "go"]
language = next(
(language for language in languages if language in json_file_name), None
)
Expand Down

0 comments on commit f871906

Please sign in to comment.