https://github.com/saladtechnologies/benchmark-api
This is lambda code intended to be used via Function URL to record benchmark data
https://github.com/saladtechnologies/benchmark-api
Last synced: 28 days ago
JSON representation
This is lambda code intended to be used via Function URL to record benchmark data
- Host: GitHub
- URL: https://github.com/saladtechnologies/benchmark-api
- Owner: SaladTechnologies
- Created: 2023-08-08T14:04:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T14:10:34.000Z (about 2 years ago)
- Last Synced: 2025-02-16T16:58:58.665Z (8 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark Endpoint
## POST `/:benchmark`
```bash
curl -X POST \
'https://.lambda-url.us-east-2.on.aws/sdxl1' \
--header 'Benchmark-Api-Key: ' \
--header 'Content-Type: application/json' \
--data '{"example": "data"}'
```