Skip to content

Commit

Permalink
Improve benchmark results display
Browse files Browse the repository at this point in the history
  • Loading branch information
mike76-dev committed May 16, 2024
1 parent db16a74 commit 27c4a87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web/src/components/Benchmark/Benchmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ export const Benchmark = (props: BenchmarkProps) => {
<div className="benchmark-info">{props.error}</div>
:
<div className="benchmark-info">
<span>&#8613;</span>
<span>&#8613;&nbsp;</span>
<span>{convertSize(props.upload) + '/s'}</span>
<span>&nbsp;&nbsp;</span>
<span>&#8615;</span>
<span>&nbsp;&nbsp;&nbsp;</span>
<span>&#8615;&nbsp;</span>
<span>{convertSize(props.download) + '/s'}</span>
<span>&nbsp;</span>
</div>
}
</div>
Expand Down

0 comments on commit 27c4a87

Please sign in to comment.