Giter Site home page Giter Site logo

Comments (9)

marten-seemann avatar marten-seemann commented on July 19, 2024 2

I hacked a few lines of JavaScript (without any library) to get this:
image
No coloring yet, and no standard deviations.

from quic-interop-runner.

marten-seemann avatar marten-seemann commented on July 19, 2024 1

Was thinking of something along those lines:
image

from quic-interop-runner.

LPardue avatar LPardue commented on July 19, 2024 1

maybe @rmarx can transfer his qvis skills to this

from quic-interop-runner.

marten-seemann avatar marten-seemann commented on July 19, 2024 1

We probably need to adjust the scale a bit. Showing 0 - 10000 doesn't really make sense. There's a big difference between an implementation that achieves 8500 and one that achieves 9500.
Maybe we could zoom in to the 8000 - 10000 range, and fail all tests that fall outside that range.

from quic-interop-runner.

marten-seemann avatar marten-seemann commented on July 19, 2024

I was wondering if we could even go a step further. This many numbers are really hard to interpret.
What do you think of using something like a progress bar (left side: 0, right side: 10000) to display the transfer speed? Maybe we can even find a JavaScript library that allows us to display the standard deviation somehow.
We could also set the color of the progress bar based on the value, as you suggest.

from quic-interop-runner.

nibanks avatar nibanks commented on July 19, 2024

So, right side would be green and left side would be red (failure would be treated as zero), and we color scale between them? I'd be fine with that too, I think. I'd probably need to see what it looks like though before final sign off.

from quic-interop-runner.

nibanks avatar nibanks commented on July 19, 2024

I'd probably have to see it fully to be able to decide if I like it or not. But I'm open to the solution definitely.

from quic-interop-runner.

rmarx avatar rmarx commented on July 19, 2024

Something like @marten-seemann's mockup is not too difficult to do with an SVG template. With a minor amount of JavaScript (or potentially just CSS) I can add onhover to show the raw values. But please agree first on the approach :P

from quic-interop-runner.

janaiyengar avatar janaiyengar commented on July 19, 2024

This looks great, except for the C runs. Those should be "distance from ideal" -- basically, (x-5000) -- not simply throughput. The sign matters since the QUIC connection can be too aggressive or too conservative.

But yeah, I love the visualizations! Maybe they could be colored based on their closeness to the ideal value? Basically map 0 -> 10M to Red -> Green? One idea is to set:

R = 255 - int(BW/10000 * 255)
G = 255 - R
B = 0

from quic-interop-runner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.