Skip to content

Commit

Permalink
add mbits to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Mar 23, 2024
1 parent 7a28dc1 commit bc52249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spf/sdrpluto/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def benchmark(uri, rx_buffer_size, total_samples=2**24):
"total_time": elapsed_time,
"samples_per_second": total_samples / elapsed_time,
"bits_per_second": total_bits / elapsed_time,
"Mbits_per_second": total_bits / (elapsed_time * 1024 * 1024),
}


Expand Down

0 comments on commit bc52249

Please sign in to comment.