Skip to content

Commit

Permalink
Re-run benchmarks for older versions of OCaml on turing
Browse files Browse the repository at this point in the history
1f48144 added the configuration to navajo
runs, but not turing. This commit adds configuration for turing too.
  • Loading branch information
punchagan committed Feb 7, 2024
1 parent 1f48144 commit 888a6e6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/custom_turing.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
"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",
"url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.0.zip",
"name": "5.0.1+trunk",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2024-01-17"
"expiry": "2024-02-10"
},
{
"url": "https://github.com/ocaml/ocaml/archive/refs/heads/5.2.zip",
"name": "5.2.0+trunk",
"configure": "CC='gcc -Wa,-mbranches-within-32B' AS='as -mbranches-within-32B'",
"expiry": "2024-02-10"
},
{
"url": "https://github.com/eutro/ocaml/archive/refs/heads/tsdnr-barriers.zip",
Expand Down

0 comments on commit 888a6e6

Please sign in to comment.