cache_prompts=True in benchmark

This commit is contained in:
Paul Gauthier 2024-08-20 18:42:25 -07:00
parent e12157bb98
commit b4537dfb22

View file

@ -566,6 +566,7 @@ def run_test_real(
stream=False,
verbose=verbose,
# auto_lint=False, # disabled for code-in-json experiments
cache_prompts=True,
)
coder.max_apply_update_errors = max_apply_update_errors