Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Show Mbit/s instead of MB/s
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 24, 2023
1 parent 675d8b2 commit 2bd7c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
{{ val.Latency / 1000 / 1000 | number:'1.0-2' }} ms
</td>
<td>
{{ val.Capacity / 8 / 1024 / 1024 | number:'1.0-2' }} MB/s
{{ val.Capacity / 1000 / 1000 | number:'1.0-2' }} Mbit/s
</td>
</ng-container>

Expand Down

0 comments on commit 2bd7c53

Please sign in to comment.