Giter VIP home page Giter VIP logo

style-processing's Introduction

Fluent style processing benchmark

This repo is a small benchmark to compare the status quo of Fluent v9 preprocessing Griffel styles with a proposal to stop shipping pre-processed styles.

Methodology

Tests are run with Tensile, a stress test benchmarking tool.

There are two test categories:

  1. "with style processing": the way Fluent is currently shipped with Griffel AOT. This is the baseline case.
  2. "no processing": a patched version of Fluent that disables Griffel AOT.
    1. Artifacts are produced by disabling this line and this line.

Components are imported directly from their packages rather than from the Fluent suite package. E.g.:

// import this way
import { Button } from '@fluentui/react-button';
// rather than
import { Button } from '@fluentui/react-components';

Packages are aliased for the "with style processing" case with @fluentui/react-button being aliased to react-button and so forth.

Pacakges are patched for the "no processing" case to eliminate the AOT step in the build.

Setup

  1. Clone this repo
  2. Install deps: yarn (this will handle aliasing and apply patches for you)

Usage

View the scripts block in package.json for the test cases.

  1. Test cases prefixed with bench: are "with style processing"
  2. Test cases prefixed with bench-no-process: are "no processing"

Results are written to the .tensile/results folder in the JSON file named for the test. The processedMeasurments node rolls up the various measurements.

style-processing's People

Contributors

spmonahan avatar

Watchers

 avatar

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.