Replies: 4 comments 12 replies
-
|
This is great! More info = better 👌 |
Beta Was this translation helpful? Give feedback.
-
|
@SuspiciousLookingOwl I think something like will be accurate {
"metrics": [
{
"level": 512,
"label": "duration_ms",
"value": 15098809.333333334,
"framework_id": 2
}
],
"frameworks": [
{
"id": 2,
"version": 1.23,
"language": "go",
"website": "pkg.go.dev/github.com/valyala/fasthttp"
}
],
"languages": [
{
"label": "go",
"version": 1.16
}
]
}could be available on next run ❤️ |
Beta Was this translation helpful? Give feedback.
-
|
Btw is it possible to include star count and last commit / update date of each framework's repository, or is it our of your / this repo's scope? 😁 I feel like being able to filter out less popular / less maintained framework is a great feature to add. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @waghanza! I've added the home page as you requested. I also added metric selector for the data table, and changed the layout slightly. Let me know what you think. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can easily output a json like that @SuspiciousLookingOwl (missing language and framework version but I can add them)
[ {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"average_latency","value":672} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"duration_ms","value":15046734} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"http_errors","value":0} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"maximum_latency","value":47634.333333333336} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"minimim_latency","value":26.333333333333332} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"percentile_50","value":262} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"percentile_75","value":625} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"percentile_90","value":1293} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"percentile_99","value":7738} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"percentile_99.999","value":42092} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"request_timeouts","value":0} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"socket_connection_errors","value":0} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"socket_read_errors","value":0} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"socket_write_errors","value":0} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"standard_deviation","value":1564.3333333333333} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"total_bytes_received","value":279808805} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"total_requests","value":2616385.6666666665} {"id":2,"language":"go","framework":"fasthttp","level":64,"label":"total_requests_per_s","value":173883.66666666666} ]Beta Was this translation helpful? Give feedback.
All reactions