From ac363ef174a9beb2c1214fcb11e80eaca4ee3693 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 13 Oct 2025 10:33:42 -0700 Subject: [PATCH] Feat: Store code generation times --- results.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 results.json diff --git a/results.json b/results.json new file mode 100644 index 0000000..4753740 --- /dev/null +++ b/results.json @@ -0,0 +1,11 @@ +{ + "google/gemini-2.5-pro": { + "1_dijkstra": null + }, + "anthropic/claude-sonnet-4.5": { + "1_dijkstra": null + }, + "openai/gpt-5-codex": { + "1_dijkstra": null + } +}