Skip to content
/ qq Public

Dynamic graph-based, time-based queueing simulator

License

Notifications You must be signed in to change notification settings

z0u/qq

Repository files navigation

KyuuQueue

This is a dynamic queueing simulator. The model is DAG of servers connected by queues, with a number of sources and sinks. The sources generate new agents; these progress through queues to servers, who pass them on to subsequent queues, and finally to sinks.

Running

  1. Install yarn
  2. Install dependencies
yarn install
  1. Start the web server:
yarn start

Then follow the instructions on the console to open the page in your browser - e.g. open http://localhost:8080

Testing

Tests are defined in the features directory using Cucumber.js. Run them with:

yarn test

About

Dynamic graph-based, time-based queueing simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published