Skip to content

Commit 6809c39

Browse files
authored
Update README.md
1 parent 9e7f48a commit 6809c39

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The tool uses the oracledb python package to connect to Oracle databases and exe
1616
🐍 DELTA uses Python client for Oracle, MySQL and PostgreSQL to run a query like “SELECT 1” or "SELECT 1 FROM DUAL". You can then specific the number of executions of the query and DELTA calculates the average network round-trip time for all the executions of the query on the remote database. The script also includes error handling to track failed requests. You can also include your own custom queries.
1717

1818

19-
2019
## Databases Supported 🔌 :
2120

2221

@@ -148,8 +147,6 @@ Run
148147
python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
149148
```
150149

151-
152-
153150
# Test Cases for Each DB and URL
154151

155152
```
@@ -161,3 +158,18 @@ python3 delta.py --db postgresql --interval 3 --period 5 --csvoutput postgres_la
161158
162159
python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
163160
```
161+
162+
## Contributing
163+
164+
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
165+
166+
## Security
167+
168+
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
169+
170+
## License
171+
172+
Copyright (c) 2023 Oracle and/or its affiliates.
173+
174+
Released under the Apache License Version 2.0, January 2004
175+
<http://www.apache.org/licenses/>.

0 commit comments

Comments
 (0)