Marianna Nezhurina commited on
Commit
033513c
1 Parent(s): cdd80c9

change readme

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -32,19 +32,18 @@
32
 
33
  1 process:
34
 
35
- | total_processing_time | total_writing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | TypeError _request() got an unexpected keyword argument 'target_options' | FileNotFoundError |
36
- |------------------------:|---------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|---------------------------------------------------------------------------:|--------------------:|
37
- | 0 | 147 | 54 | 17 | 11 | 8 | 2 | 1 | 7 |
38
-
39
 
40
  5 processes:
41
 
42
- | total_processing_time | total_writing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' |
43
- |------------------------:|---------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|--------------------:|---------------------------------------------------------------------------:|
44
- | 0 | 144 | 53 | 17 | 12 | 8 | 2 | 7 | 1 |
45
 
46
  10 processes:
47
 
48
- | total_processing_time | total_writing_time | No error | FSTimeoutError | Empty doc | FileDataError cannot open broken document | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' | ValueError Protocol not known: "http |
49
- |------------------------:|---------------------:|-----------:|------------------:|------------:|--------------------------------------------:|--------------------:|---------------------------------------------------------------------------:|---------------------------------------:|
50
- | 0 | 149 | 55 | 17 | 8 | 12 | 5 | 1 | 2 |
 
32
 
33
  1 process:
34
 
35
+ | total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | TypeError _request() got an unexpected keyword argument 'target_options' | FileNotFoundError |
36
+ |------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|---------------------------------------------------------------------------:|--------------------:|
37
+ | 147.385 | 54 | 17 | 11 | 8 | 2 | 1 | 7 |
 
38
 
39
  5 processes:
40
 
41
+ | total_processing_time | No error | FSTimeoutError | FileDataError cannot open broken document | Empty doc | ValueError Protocol not known: "http | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' |
42
+ |------------------------:|-----------:|------------------:|--------------------------------------------:|------------:|---------------------------------------:|--------------------:|---------------------------------------------------------------------------:|
43
+ | 28.9343 | 53 | 17 | 12 | 8 | 2 | 7 | 1 |
44
 
45
  10 processes:
46
 
47
+ | total_processing_time | No error | FSTimeoutError | Empty doc | FileDataError cannot open broken document | FileNotFoundError | TypeError _request() got an unexpected keyword argument 'target_options' | ValueError Protocol not known: "http |
48
+ |------------------------:|-----------:|------------------:|------------:|--------------------------------------------:|--------------------:|---------------------------------------------------------------------------:|---------------------------------------:|
49
+ | 14.9258 | 55 | 17 | 8 | 12 | 5 | 1 | 2 |