We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bd581 commit 26b9ed8Copy full SHA for 26b9ed8
README.md
@@ -139,3 +139,16 @@ python3 delta.py --db url --interval 5 --period 60 --csvoutput url_latency.csv
139
```
140
141

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