From 6163af105c6907a809b2d92ab4b957b395b1a470 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 6 Feb 2024 12:55:21 +0530 Subject: [PATCH] Re-run benchmarks for older versions of OCaml @tmcgilchrist added an Owl GC regression test case in ocaml-bench/sandmark#464 and the results for 5.0 and 5.2 versions are required for a comparison. --- config/custom_navajo.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config/custom_navajo.json b/config/custom_navajo.json index bd4387e..d8343bc 100644 --- a/config/custom_navajo.json +++ b/config/custom_navajo.json @@ -5,9 +5,14 @@ "expiry": "2100-01-01" }, { - "url": "https://github.com/johan511/ocaml/archive/refs/heads/oldify_races.zip", - "name": "5.3.0+trunk+gc-alloc-race-fix", - "expiry": "2024-01-17" + "url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.0.zip", + "name": "5.0.1+trunk", + "expiry": "2024-02-10" + }, + { + "url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.2.zip", + "name": "5.2.0+trunk", + "expiry": "2024-02-10" }, { "url": "https://github.com/eutro/ocaml/archive/refs/heads/tsdnr-barriers.zip",