The Wayback Machine - https://web.archive.org/web/20200920074516/https://github.com/topics/performance
Skip to content
#

performance

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

fastify
sergiz
sergiz commented Sep 17, 2020

You have already researched for similiar issues?

Yes, I have.

What are you trying to achieve or the steps to reproduce?

fastify.addHook('preHandler', async () => {
  throw new Error();
});

What was the result you received?

The response with status code 500 was sent out.

What did you expect?

I would expect the client to get response code 400.

I re

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
guess
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.