From 8696b58d434b0395317d0d6cad686fbff6a1ae01 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:11:29 -0700 Subject: [PATCH] Update benchmarks.md --- docs/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 72e9c0939..bc342936d 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -91,7 +91,7 @@ Fix the code in {file_list} to resolve the errors. ``` Editing the implementation in response to test failures is -another excellent chance to assess how well GPT can perform code editing. +another way that this benchmark measures how well GPT can perform code editing. This second chance is also important because many of the unit tests check for specifics that are not called out in the instructions.