Updating readme
This commit is contained in:
parent
96ce700863
commit
646b7bdadd
1 changed files with 0 additions and 8 deletions
|
@ -33,11 +33,3 @@ In the root directory, run the following command:
|
||||||
```bash
|
```bash
|
||||||
python -m unittest
|
python -m unittest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Posting data
|
|
||||||
|
|
||||||
You can post data using curl. There are no restrictions on whoever can post data.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/result
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue