Skip to content

Commit da3b1d0

Browse files
Merge pull request #35 from shadab-mohammad-oracle/patch-5
Update README.md
2 parents 0b114a7 + 0884e41 commit da3b1d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Built with ❤️ using FastAPI.
1616
git clone https://github.com/oracle-quickstart/db-endpoint-latency-testing-ammeter.git && cd db-endpoint-latency-testing-ammeter/
1717
```
1818

19-
## 2. Set APP_ADMIN_PASS environment variable ##
19+
## 2. Set `APP_ADMIN_PASS` environment variable ##
2020
```bash
2121
export APP_ADMIN_PASS='abcd1234'
2222
```
@@ -58,7 +58,7 @@ curl -u admin:abcd1234 -X POST https://localhost:8000/api/test-latency \
5858

5959

6060

61-
## 6. Custom User SQL : API Usage via Curl/CLI MySQL Example ##
61+
## 7. Custom User SQL : API Usage via Curl/CLI MySQL Example ##
6262

6363
To test with a custom SQL query from the command line, simply add a -d custom_sql="YOUR SQL HERE" parameter to your curl command, like this:
6464

@@ -92,28 +92,28 @@ curl -u admin:abcd1234 -X POST https://localhost:8000/api/test-latency \
9292

9393
- Custom queries that are slower will always yield fewer completed test cycles in a fixed period. Hence use Custom queries carefully.
9494

95-
## Databases Supported 🔌 :
95+
## 🔌 Databases Supported
9696

97-
### Oracle DB >= 12.2 📌 :
97+
### 📌 Oracle DB
9898
- Amazon RDS Oracle
9999
- OCI Autonomous Database
100100
- OCI VMDB
101101
- OCI Exadata Cloud Service
102102
- Oracle Database On-Premise
103103

104-
### Postgres >= 11 📌 :
104+
### 📌 PostgreSQL
105105
- Amazon RDS Postgres
106106
- Amazon RDS Aurora Postgres
107107
- Postgres On-premise
108108

109-
### MySQL >= 5.7 📌 :
109+
### 📌 MySQL
110110
- Amazon RDS MySQL
111111
- Amazon RDS Aurora MySQL
112112
- OCI MySQL Database Service
113113
- OCI MySQL Heatwave
114114
- MySQL On-Premise
115115

116-
### URL - HTTPS | HTTP 📌 :
116+
### 📌 URL - HTTPS | HTTP
117117
- Check Public or Private URLs for latency
118118

119119
## Contributing

0 commit comments

Comments
 (0)