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
-
Updated
Jul 16, 2020 - Java
-
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.
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 11, 2020 - Shell
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 16, 2020 - C++
-
Updated
Jul 16, 2020 - HTML
loadimpact / k6
-
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.
-
Updated
Sep 25, 2019 - Java
-
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.
-
Updated
Jul 16, 2020 - Java
Documentation error
-
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