Skip to content

Commit ccbbb61

Browse files
Update README.md
1 parent 48bb5d3 commit ccbbb61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ oracle_cs='your_connection_string'
9898
```
9999
Run
100100
```
101-
python3 delta.py --db oracle --interval 5 --period 60 --csvoutput oracle_latency.csv
101+
python3 delta.py --db oracle --interval 3 --period 5 --csvoutput oracle_latency.csv
102102
```
103103

104104

@@ -114,7 +114,7 @@ mysql_db = 'mysql'
114114
```
115115
Run
116116
```
117-
python3 delta.py --db mysql --interval 5 --period 60 --csvoutput mysql_latency.csv
117+
python3 delta.py --db mysql --interval 3 --period 5 --csvoutput mysql_latency.csv
118118
```
119119

120120
# Calculate Latency for PostgreSQL
@@ -129,7 +129,7 @@ pgsql_db = 'postgres'
129129
```
130130
Run
131131
```
132-
python3 delta.py --db postgresql --interval 5 --period 60 --csvoutput postgres_latency.csv
132+
python3 delta.py --db postgresql --interval 3 --period 5 --csvoutput postgres_latency.csv
133133
```
134134

135135

@@ -141,7 +141,7 @@ test_url = 'your_url'
141141
```
142142
Run
143143
```
144-
python3 delta.py --db url --interval 5 --period 60 --csvoutput url_latency.csv
144+
python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
145145
```
146146

147147

0 commit comments

Comments
 (0)