0.2.0 • Published 6 months ago

el-chupacabra v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

El Chupacabra :goat:

Library for performance evaluation of client side applications.

NPM Version NPM Install Size NPM Downloads

    import { EasyElc, ExecutionProfiles, Persisters, Metrics } from "el-chupacabra";

    const easyElc = new EasyElc(
        new ExecutionProfiles.NodeExecutionProfile(),
        new Persisters.JsonFilePersister("./result.json")
    );

    const profiling = easyElc.startProfiling("uniqueName", [new Metrics.DeltaTimeMetric()]);

    // Do something

    profiling.finish();

Instalation

This package can be installed through the npm registry.

$ npm install el-chupacabra

Features

  • Plug & Play with EasyElc interface.
  • Effortless data collection from remote executions.
  • Builtin integration with Google Sheets.
  • Builtin black box metrics.
  • Highly extensible.
  • Compatible with both Node.js and Browser environments.

Documentation

Check it out on the project Github repository.

Examples

  • First n Primes Calculator: Website which calculates the prime numbers sequence in your browser and collects the time spent on each task.
0.1.0

6 months ago

0.2.0

6 months ago

0.1.1

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago