-
-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Result in API response is not calculated in Mbps or Gbps in version 0.16.x but showing in bps
To Reproduce
Steps to reproduce the behaviour:
- Install version 0.16.x
- Schedule a speedtest
- GET /api/speedtest/latest
- Download and Upload speed are in bps
Expected behavior
It should show rounded results in Mbps or Gbps with 2 decimal values
Environment (please complete the following information):
- OS: Docker
- Architecture: arm64
- Browser: Chrome
- Version 0.16.3
API response
v0.16.3 shows
{"message":"ok","data":{"id":1,"ping":264.839,"download":126109704,"upload":62118624}
v0.15.5 shows (Expected)
{"message":"ok","data":{"id":1,"ping":264.839,"download":126.1096,"upload":62.1184}
Logs
N/A
Additional context
Systems like Organizr etc do not calculate results but relies on what is provided within API
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
