From d54bde315783da0469ef366797909f5ba43b26b9 Mon Sep 17 00:00:00 2001 From: Ao Li Date: Mon, 29 Jul 2024 11:52:38 -0400 Subject: [PATCH] update. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d273a..260cfbf 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,9 @@ To replay a schedule, you may run the following command: ### Customized Fray Configuration +
+Click Me + You may also choose to provide a configuration file for the application you want to test. The configuration file should be in the following format: ```json @@ -185,4 +188,5 @@ To replay that schedule, you may run the following command: ```bash ./gradlew runFray -PconfigPath="out/config.json" -PextraArgs="--iter=1000 --logger=json --scheduler=replay --path=/tmp/fray-example/schedule_XXX.json" -``` \ No newline at end of file +``` +
\ No newline at end of file