An open API service indexing awesome lists of open source software.

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

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"}'
```