Socket
Socket
Sign inDemoInstall

@fluid-experimental/bubblebench-ot

Package Overview
Dependencies
66
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fluid-experimental/bubblebench-ot

Bubblemark inspired DDS benchmark


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@fluid-experimental/bubblebench-ot

Getting Started

You can run this example using the following steps:

  1. Run npm install and npm run build:fast -- --nolint from the FluidFramework root directory. a. For an even faster build, you can add the package name to the build command, like this: npm run build:fast -- --nolint @fluid-experimental/bubblebench-ot
  2. Run npm run start from this directory (experimental/examples/bubblebench/ot) and open http://localhost:8080 in a web browser to see the app running.

Benchmarking

Remember to produce a production bundle when taking measurements:

npm run start -- --env.production

Testing

npm run test:jest

For in browser testing update ./jest-puppeteer.config.js to:

launch: {
  dumpio: true, // output browser console to cmd line
  slowMo: 500,
  headless: false,
},

FAQs

Last updated on 15 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc