Skip to content

Commit a2df5cf

Browse files
committed
Add needed --experimental-options for chunky C-ext benchmarks
1 parent 3fdb5d1 commit a2df5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ local part_definitions = {
473473

474474
cext_chunky: {
475475
environment+: {
476-
TRUFFLERUBYOPT: "--cexts-log-load=true",
476+
TRUFFLERUBYOPT: "--experimental-options --cexts-log-load",
477477
USE_CEXTS: "true",
478478
},
479479
setup+:

doc/contributor/cexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jt cextc bench/chunky_png/oily_png
4040
Then follow the instructions for benchmarking above, and then try:
4141

4242
```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
4444
```
4545

4646
These benchmarks have Ruby fallbacks, so we should carefully check that the

0 commit comments

Comments
 (0)