Vecna 2 дней назад
Родитель
Сommit
7eae014efa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      ARTIFACT-APPENDIX.md

+ 3 - 3
ARTIFACT-APPENDIX.md

@@ -170,7 +170,7 @@ This is found by looking at Table 3 (benchmarks for our modified code, which add
 Our new protocols (Report Submit, Report Status, and Report Resolve) have times and sizes comparable to those of the other protocols listed in the table.
 This claim is reproduced by [Experiment 1](#experiment-1-lox-benchmarking), which produces Tables 2 and 3.
 
-Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of nanoseconds or tens of nanoseconds.
+Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of microseconds or tens of microseconds.
 Different CPUs will produce results that differ some in the measurements themselves and in the level of precision.
 The most important comparison is between the existing protocols and the new protocols, from benchmarks all run on the same CPU.
 
@@ -185,7 +185,7 @@ Request sizes in Table 3 should be at most 192 bytes greater than the sizes in T
 Response sizes in Tables 2 and 3 should be identical.
 This claim is reproduced by [Experiment 1](#experiment-1-lox-benchmarking), which produces Tables 2 and 3.
 
-Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of nanoseconds or tens of nanoseconds.
+Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of microseconds or tens of microseconds.
 Different CPUs will produce results that differ some in the measurements themselves and in the level of precision.
 The most important comparison is between the results for existing protocols in Tables 2 and 3, from benchmarks all run on the same CPU.
 
@@ -258,7 +258,7 @@ These .pdf files (as well as the corresponding .tex files) are copied to the roo
 The results can be found as table-2-results.pdf (Table 2), table-3-results.pdf (Table 3), and appendix-c-results.pdf (Table 5).
 
 table-2-results.pdf and table-3-results.pdf can be used to verify Main Results [1](#main-result-1-new-protocols-are-comparable-to-existing-protocols) and [2](#main-result-2-our-modifications-have-a-small-impact-on-existing-protocols).
-Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of nanoseconds or tens of nanoseconds.
+Note that all timing results in our paper are reported in milliseconds (ms) and often have standard deviation (σ) values on the order of microseconds or tens of microseconds.
 Different CPUs will produce results that differ some in the measurements themselves and in the level of precision.
 The most important results are not the specific numbers reported in the paper but the comparison between measurements produced using the same CPU.