A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

use 2 decimal digits of % precision

+1 -1
+1 -1
views/index.erb
··· 20 20 <td><%= report.source_type %></td> 21 21 <td><%= report.users %></td> 22 22 <td><%= report.events %></td> 23 - <td><%= format('%.1f%%', percent) %></td> 23 + <td><%= format('%.2f%%', percent) %></td> 24 24 </tr> 25 25 <% end %> 26 26 </table>