Giter Site home page Giter Site logo

Automated load testing about ritualengine HOT 2 CLOSED

taymonbeal avatar taymonbeal commented on August 21, 2024
Automated load testing

from ritualengine.

Comments (2)

dspeyer avatar dspeyer commented on August 21, 2024

While it doesn't do everything, or even several important things, tester.py can supply static client avatars in bulk. It also does user avatars and tests a whole bunch of widgets.

For video client avatars, I now use:

for i in ls *.mjpeg | shuf | head -n 7; do nohup /opt/google/chrome/chrome https://cpe-74-64-104-129.nyc.res.rr.com:8043/b/partake --window-size=600x200 --use-fake-device-for-media-stream --use-file-for-fake-video-capture=${i} --disable-gpu --user-data-dir=$(mktemp -d) --no-default-browser-check --use-fake-ui-for-media-stream --no-first-run & done

The --no-first-run tag makes it not show that annoying "make me default" dialog. OTOH, --window-size doesn't actually seem to work. Note that --use-fake-ui-for-media-stream is needed, despite the warning the browser will show of how it is an unsupported flag.

from ritualengine.

taymonbeal avatar taymonbeal commented on August 21, 2024

We're using TestRTC for this. It seems to work well enough.

from ritualengine.

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.