-
Add support for using Wikipedia for benchmarking.
---
Migrated from [LUCENE-848](https://issues.apache.org/jira/browse/LUCENE-848) by Steven Parkes, 1 vote, resolved Jul 08 2007
Attachments: [LUCEN…
-
I already asked the question on [Stack Overflow](https://stackoverflow.com/questions/64163418/v-lang-how-to-send-2500-http-requests-per-second) but I haven't got any answer.
### Use case
I am …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Run a Diagnostic and Paste Link Here
https://gist.github.com/dmitryd/fbac1fcd890fbdcb166f4e09cc10a30a
### Cur…
-
Hi, I want just to report, maybe it will be helpful to someone, all versions after 5.2.0 may be super slow working in Docker.
In my case, upgrade from 5.2.0 (Numba 0.54.0) to 6.0.2 (Numba 0.56.0) c…
rez0n updated
2 years ago
-
### Old Behavior
Currently, IDOM relies on synchronous code to properly queue renders. This code blocks the asyncio event loop, causing massive concurrency issues.
See section "Two Worlds of Pyt…
-
hey @kartikk221
i cannot quite confirm your benchmarks on Node v16.13.1 / Arch Linux / 44GB RAM / Ryzen 7 Pro (16 core):
![image](https://user-images.githubusercontent.com/43234/146853546-1c65d…
-
The HTTP server does not seem to respect `Connection` settings in header. Try the below for example code with apachebench
```
import {
listenAndServe,
ServerRequest,
} from "https://deno.la…
-
I've reduced my code to the absolute minimum:
```
void setupWebServer() {
// Initialize SPIFFS
if(!SPIFFS.begin(true)) {
// ... logging and stuff...
return;
}
// Start …
-
Hi, is there any specific documentation I can check to run gunicorn with pypy3?
I am doing the following and the perf is terrible:
- virtualenv -p /opt/pypy3.7-v7.3.3-linux64/bin/pypy falcon3_pypy3
…
-
Hi all, I hope that you feel this is an appropriate place. I feel like the multiple queries benchmark that TechEmpower does is one of the more useful benchmarks, and I surprisingly see dismal results …