Skip to content

Commit 26b9ed8

Browse files
Update README.md
1 parent 70bd581 commit 26b9ed8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,16 @@ python3 delta.py --db url --interval 5 --period 60 --csvoutput url_latency.csv
139139
```
140140

141141
![latency_plot](https://user-images.githubusercontent.com/39692236/227111833-86b9666b-55f3-4b71-a190-25a932eca487.png)
142+
143+
144+
# Test Cases for Each DB and URL
145+
146+
```
147+
python3 delta.py --db oracle --interval 3 --period 5 --csvoutput oracle_latency.csv
148+
149+
python3 delta.py --db mysql --interval 3 --period 5 --csvoutput mysql_latency.csv
150+
151+
python3 delta.py --db postgresql --interval 3 --period 5 --csvoutput postgres_latency.csv
152+
153+
python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
154+
```

0 commit comments

Comments
 (0)