mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-31 11:49:58 -04:00
Format numbers as millions or billions
This matches the existing performance platform page, and I think is a bit easier to read for high-level numbers where you don’t need to see that they’re changing second-by-second.
This commit is contained in:
@@ -117,10 +117,10 @@ def test_should_render_performance_page(
|
||||
''
|
||||
'Messages sent since May 2016 '
|
||||
'Total messages '
|
||||
'1789000000 total '
|
||||
'1,123,000,000 emails '
|
||||
'987,654,321 text messages '
|
||||
'1,234,567 letters '
|
||||
'1.8 billion total '
|
||||
'1.1 billion emails '
|
||||
'987.7 million text messages '
|
||||
'1.2 million letters '
|
||||
''
|
||||
'Date Emails Text messages Letters '
|
||||
'21 February 2021 1,234,567 123,456 123 '
|
||||
|
||||
Reference in New Issue
Block a user