Skip to content

Commit ee10edc

Browse files
committed
Use MRI 2.6.3 instead of 2.3.3 in benchmarks to get a more equal comparison of results.
1 parent 8a2f07c commit ee10edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ local part_definitions = {
102102
mri: {
103103
"$.benchmark.server":: { options: ["--", "--no-core-load-path"] },
104104
downloads+: {
105-
MRI_HOME: { name: "ruby", version: "2.3.3" },
105+
MRI_HOME: { name: "ruby", version: "2.6.3" },
106106
},
107107

108108
environment+: {

0 commit comments

Comments
 (0)