Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluid-experimental/bubblebench-ot

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/bubblebench-ot

Bubblemark inspired DDS benchmark

  • 0.59.2004
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 15 Sep 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc