File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ local part_definitions = {
473
473
474
474
cext_chunky: {
475
475
environment+: {
476
- TRUFFLERUBYOPT: "--cexts-log-load=true " ,
476
+ TRUFFLERUBYOPT: "--experimental-options -- cexts-log-load" ,
477
477
USE_CEXTS: "true" ,
478
478
},
479
479
setup+:
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ jt cextc bench/chunky_png/oily_png
40
40
Then follow the instructions for benchmarking above, and then try:
41
41
42
42
``` bash
43
- $ USE_CEXTS=true TRUFFLERUBYOPT=-- cexts-log-load jt benchmark bench/chunky_png/chunky-color-r.rb --simple
43
+ $ USE_CEXTS=true TRUFFLERUBYOPT=" --experimental-options -- cexts-log-load" jt benchmark bench/chunky_png/chunky-color-r.rb --simple
44
44
```
45
45
46
46
These benchmarks have Ruby fallbacks, so we should carefully check that the
You can’t perform that action at this time.
0 commit comments