performance
Here are 2,627 public repositories matching this topic...
Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:
The badge links to tickgit.com which is a free service that indexes and displays TODO comme
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans. true when they pass, false when they fail. This does not apply to the throws() and throwsAsync() assertions.
Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua
A full-featured App (iOS & Android) development assistant. You deserve it. 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android、微信小程序 )研发助手,你值得拥有。https://www.dokit.cn/
-
Updated
Jul 16, 2020 - Java
Fast and low overhead web framework, for Node.js
-
Updated
Jul 16, 2020 - JavaScript
I need to scroll to a certain part of the page, using hash routing. Something like:
/#/post/32#comment-id
This project seems to solve it for the react router, but it doesn't work with inferno:
https://github.com/rafrex/react-router-hash-link.
Here's the main source, seems like it could be easily adapted to the
For the example page http://afarkas.github.io/lazysizes/#examples, the "Desert Road" image https://farm6.staticflickr.com/5531/9638435181_7e3e44c2b8_b.jpg is not loaded since it returns a 410 from staticflickr.com. At least, Chrome and Firefox on Win7 get a 410 on the URL directly. Not a big deal, but I was evaluating lazysizes and it made me question whether it was working or buggy.
Handsontable is a JavaScript/HTML5 data grid with spreadsheet look & feel. Available for React, Vue and Angular.
-
Updated
Jul 16, 2020 - JavaScript
How to improve NGINX performance, security, and other important things.
-
Updated
Jul 11, 2020 - Shell
APM, (Application Performance Management) tool for large-scale distributed systems.
-
Updated
Jul 17, 2020 - Java
A modern formatting library
-
Updated
Jul 16, 2020 - C++
-
Updated
Jul 16, 2020 - HTML
loadimpact / k6
A modern load testing tool, using Go and JavaScript - https://k6.io
-
Updated
Jul 16, 2020 - Go
I'm guessing, since I see no reference to filtering and sorting in the docs, that the underlying data model is expected to deal with those aspects.
My question is simply if anyone could point out some nice fast example code for that functionality.
Thanks.
There's a lot of place for improvement of the documentation.
- Update the Angular guide to use
ngx-build-plus - Improve the API documentation explaining the configuration properties
- Include a guide showing how to use Guess.js with JWT instead of OAuth
- Include Gatsby guide
The content of the documentation is in the GitHub page [repo](https://github.com/guess-js/guess-
-
Updated
Jul 2, 2020 - JavaScript
Pre-check
- I'm aware that I can edit the docs and submit a pull request
Describe the improvement
I'd like to report
- Unclear documentation
- A typo
- Missing documentation
- Other
Description of the improvement / report
Add documentation for running tests using Github Actions.
A transparent ui-block detection library for Android. (known as BlockCanary)
-
Updated
Sep 25, 2019 - Java
Powerful .NET library for benchmarking
-
Updated
Jul 17, 2020 - C#
As documented in #5392 using the packages for tflite and tensorflow 2.1.0 the test as in the subject line segfaults. It has now been skipped in the testsuite but this needs to be fixed.
Source for the TechEmpower Framework Benchmarks project
-
Updated
Jul 16, 2020 - Java
Documentation error
Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
-
Updated
May 27, 2020 - JavaScript
Hi,
I think I may have stumbled upon a bug.
With the value to set 'Cart' it shows 'Gear' in the drawer, this happens consistently throughout all other values
<img width="411" alt="image" src="https://user-images.githubusercontent.com/20213078/4796
Hi,
The results computed here could be difficult to read and their is no documentation about how they are computed.
The idea is to display :
- CPU / RAM of sieger
- CPU / RAM of targets
- Runtime / flag compilation
- Steps (warm-up ...)
- Sieger tool
- Sieger options
Results,
Supersed #68
Document methodology
-
Updated
Jun 14, 2020 - Java
Improve this page
Add a description, image, and links to the performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."



Description
Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex:
image/jpeg) with aboundaryparameter. Setting Content-Type explicitly tomultipart/form-datashould result in an error (and it does).How to reproduce
Follow an existing image upload example from