https://github.com/drivly/perf.do
Measure Performance with Durable Objects
https://github.com/drivly/perf.do
Last synced: 3 months ago
JSON representation
Measure Performance with Durable Objects
- Host: GitHub
- URL: https://github.com/drivly/perf.do
- Owner: drivly
- License: mit
- Created: 2022-08-27T12:53:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T17:57:57.000Z (about 2 years ago)
- Last Synced: 2025-02-16T15:16:58.800Z (3 months ago)
- Language: JavaScript
- Homepage: https://perf.do
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perf.do - Performance Measurement API
Measure Performance of a backend API or website with `perf.do/:url`
```json
{
"api": {
"icon": "⏱",
"name": "perf.do",
"description": "Performance Measurement API",
"url": "https://perf.do/api",
"type": "https://apis.do/templates",
"endpoints": {
"measure": "https://perf.do/json.fyi"
},
"site": "https://perf.do",
"login": "https://perf.do/login",
"signup": "https://perf.do/signup",
"subscribe": "https://perf.do/subscribe",
"repo": "https://github.com/drivly/perf.do"
},
"perf": {
"target": "https://ctx.do",
"first": 22,
"min": 11,
"p25": 13,
"med": 14,
"avg": 15.05,
"p75": 16,
"max": 22
}
}
```