Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 52c8d2b206d0
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a3f77716d626
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2019

  1. applet.internal.benchmark: fix throughput for loopback mode.

    Loopback mode transfers everything twice, so it's double the value
    currently shown.
    
    Also, show values in Mbps as well.
    whitequark committed Apr 3, 2019
    Copy the full SHA
    3a04230 View commit details
  2. applet.internal.benchmark: make sequence generation much faster.

    Also, make the -c argument take a byte count, not an element count;
    element count doesn't make any sense in this context.
    whitequark committed Apr 3, 2019
    Copy the full SHA
    6ccdd3a View commit details
  3. device.hardware: only cancel submitted transfers.

    Before this commit, cancelling the future after the transfer has
    already finished would result in a LIBUSB_ERROR_NOT_FOUND exception
    raised in the done callback.
    whitequark committed Apr 3, 2019
    Copy the full SHA
    a3f7771 View commit details
Loading