lilydjwg / swapview-rosetta

Print swap usage per process. Implemented in various programming languages
493 stars 108 forks source link

How to set environment variables in the TOML file? #186

Closed Antigen-1 closed 1 year ago

Antigen-1 commented 1 year ago

JIT compilation mode of the Racket's CS implementation can significantly improve the performance of the Racket_parallel version. But it can be enabled only by setting the PLT_CS_JIT environment variable on startup.

Certainly, I can set these variables when starting run_benchmark or python3 bench.py. But I still wonder whether or not I can set them in the configuration file.

lilydjwg commented 1 year ago

No support for that yet. You can use env but it takes time to run. You can add support for that if you want.

Antigen-1 commented 1 year ago

I'll have a try. Thanks a lot