Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadabshaukat authored Feb 19, 2024
1 parent 48bb5d3 commit ccbbb61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ oracle_cs='your_connection_string'
```
Run
```
python3 delta.py --db oracle --interval 5 --period 60 --csvoutput oracle_latency.csv
python3 delta.py --db oracle --interval 3 --period 5 --csvoutput oracle_latency.csv
```


Expand All @@ -114,7 +114,7 @@ mysql_db = 'mysql'
```
Run
```
python3 delta.py --db mysql --interval 5 --period 60 --csvoutput mysql_latency.csv
python3 delta.py --db mysql --interval 3 --period 5 --csvoutput mysql_latency.csv
```

# Calculate Latency for PostgreSQL
Expand All @@ -129,7 +129,7 @@ pgsql_db = 'postgres'
```
Run
```
python3 delta.py --db postgresql --interval 5 --period 60 --csvoutput postgres_latency.csv
python3 delta.py --db postgresql --interval 3 --period 5 --csvoutput postgres_latency.csv
```


Expand All @@ -141,7 +141,7 @@ test_url = 'your_url'
```
Run
```
python3 delta.py --db url --interval 5 --period 60 --csvoutput url_latency.csv
python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
```


Expand Down

0 comments on commit ccbbb61

Please sign in to comment.