|
@@ -21,24 +21,24 @@ Where `TESTNAME > LOGFILE` is one of:
|
|
|
```
|
|
|
stats_test_trust_levels > trust_levels.log
|
|
|
stats_test_invitations > invitations.log
|
|
|
-stats_test_percent_blockage_migration_05 > check_blockage05.log
|
|
|
-stats_test_percent_blockage_migration_010 > check_blockage010.log
|
|
|
-stats_test_percent_blockage_migration_20 > check_blockage20.log
|
|
|
-stats_test_percent_blockage_migration_25 > check_blockage25.log
|
|
|
-stats_test_percent_blockage_migration_35 > check_blockage35.log
|
|
|
-stats_test_percent_blockage_migration_40 > check_blockage40.log
|
|
|
-stats_test_percent_blockage_migration_45 > check_blockage45.log
|
|
|
-stats_test_percent_blockage_migration_50 > check_blockage50.log
|
|
|
-stats_test_percent_blockage_migration_55 > check_blockage55.log
|
|
|
-stats_test_percent_blockage_migration_60 > check_blockage60.log
|
|
|
-stats_test_percent_blockage_migration_65 > check_blockage65.log
|
|
|
-stats_test_percent_blockage_migration_70 > check_blockage70.log
|
|
|
-stats_test_percent_blockage_migration_75 > check_blockage75.log
|
|
|
-stats_test_percent_blockage_migration_80 > check_blockage80.log
|
|
|
-stats_test_percent_blockage_migration_85 > check_blockage85.log
|
|
|
-stats_test_percent_blockage_migration_90 > check_blockage90.log
|
|
|
-stats_test_percent_blockage_migration_95 > check_blockage95.log
|
|
|
-stats_test_percent_blockage_migration_100 > check_blockage100.log
|
|
|
+stats_test_percent_blockage_migration_05 > blockage_migration05.log
|
|
|
+stats_test_percent_blockage_migration_010 > blockage_migration010.log
|
|
|
+stats_test_percent_blockage_migration_20 > blockage_migration20.log
|
|
|
+stats_test_percent_blockage_migration_25 > blockage_migration25.log
|
|
|
+stats_test_percent_blockage_migration_35 > blockage_migration35.log
|
|
|
+stats_test_percent_blockage_migration_40 > blockage_migration40.log
|
|
|
+stats_test_percent_blockage_migration_45 > blockage_migration45.log
|
|
|
+stats_test_percent_blockage_migration_50 > blockage_migration50.log
|
|
|
+stats_test_percent_blockage_migration_55 > blockage_migration55.log
|
|
|
+stats_test_percent_blockage_migration_60 > blockage_migration60.log
|
|
|
+stats_test_percent_blockage_migration_65 > blockage_migration65.log
|
|
|
+stats_test_percent_blockage_migration_70 > blockage_migration70.log
|
|
|
+stats_test_percent_blockage_migration_75 > blockage_migration75.log
|
|
|
+stats_test_percent_blockage_migration_80 > blockage_migration80.log
|
|
|
+stats_test_percent_blockage_migration_85 > blockage_migration85.log
|
|
|
+stats_test_percent_blockage_migration_90 > blockage_migration90.log
|
|
|
+stats_test_percent_blockage_migration_95 > blockage_migration95.log
|
|
|
+stats_test_percent_blockage_migration_100 > blockage_migration100.log
|
|
|
```
|
|
|
|
|
|
Each test outputs results to the specified log file and takes approximately 20-30 hours to run. However, this can be improved
|
|
@@ -53,7 +53,7 @@ flag run:
|
|
|
|
|
|
We have also included the scripts we used to parse the output from each of the Lox tests in the `Parsing-results` directory. For convenience, copy all of the output log files to the `Parsing-results` directory and run `./parse_data.sh`. This is a python script that uses Python 3.8+ and depends on `numpy`, `matplotlib`, and `pandas` which can be installed with `pip3`.
|
|
|
|
|
|
-To run all tests in fast mode, output the results to the `Parsing-results` directory, and generate the table (`performance_stats.csv`, our Table 4) and graphs (`StandardCheck.pdf` and `core-users.pdf`, our Figures 1 and 2) used in our paper, run:
|
|
|
+To run all tests in fast mode, output the results to the `Parsing-results` directory, and generate the table (`performance_stats.csv`, our Table 4) and graphs (`Blockage-response-time.pdf` and `core-users.pdf`, our Figures 1 and 2) used in our paper, run:
|
|
|
|
|
|
```
|
|
|
./run_tests_fast
|