Skip to content
#

performance

Here are 2,972 public repositories matching this topic...

fastify
jefjos
jefjos commented Oct 14, 2020

The REST API I have written takes a payload optionally. Each field in the payload is optional. So I have a schema configured that validates the fields if they are sent in payload.

  const server = require("fastify")({
    logger: logger.pino,
  });

server.route({
        method: "POST",
        url: "/api/resources", 
        schema: {
            body: {
              type: 'ob
addyosmani
addyosmani commented Dec 10, 2018

Feedback from @surma:

I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.

So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b

k6
alexandr-lobyntsev
alexandr-lobyntsev commented Aug 31, 2020

The summary report in stdout has fields provided by summaryTrendStats, but in JSON format report ignores that definition

Environment

K6 version: k6 v0.27.1 (2020-07-30T10:20:27+0000/v0.27.1-0-g4ee1ca96, go1.14.6, linux/amd64)
OS version: 18.04.2 LTS (Bionic Beaver)

Expected Behavior

The fields defined in summaryTrendStats are represented in the JSON summary report

Actual

guess
antony
antony commented Jul 18, 2019

Expected Behavior

Lozad's browser field in package.json should point to the ES build, as this field is used for bundlers which will then do their own transpilation, tree-shaking, and minification. Pointing at the minified/transpiled build causes this not to happen and results in larger bundle sizes and inability to debug.

Current Behavior

Currently browser points at the minified bui

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

Improve this page

Add a description, image, and links to the performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.