简体   繁体   中英

Gatling 2 : How to change directory location of the scala classes

How can I change the location of the compiled scala files. Currently the files are stored in $GATLING_HOME/target/classes.

I thought the option "--simulations-binaries-folder" would do this.

"--simulations-binaries-folder" is used for forcing Gatling to search there for pre-compiled classes.

Check out gatling.conf file for the property named "gatling.core.directory.binaries". You can either override it directly in the file, or pass a System property with this name.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM