-
**Describe the bug**
While benchmarking our app against a similar Heroku and AWS stack during an AWS migration we encountered > 20X latencies on AWS compared to what we were getting on Heroku. Our AW…
-
```sh
# create project from zend-expressive-skeleton
composer create-project zendframework/zend-expressive-skeleton .
# run container
docker run --rm -p 8080:80 -v "$PWD:/app" -w "/app" php:apac…
-
Running a simple HTTP graphql server and following the guide https://nodejs.org/en/docs/guides/simple-profiling
- What factors or changes could be taken into consideration to account for this perfoma…
-
I'm experiencing a huge memory leak issue in Rails 3.0.4 and 3.0.5. Both on WEBrick and Apache Passenger 3.0.3, both on OS X and Linux (Debian Lenny), using Ruby 1.8.7.
I had a Rails 2.3.10 applicat…
jensb updated
13 years ago
-
Hello!
Since your project is still young, wolud you consider renaiming it so as to not conflict with apache httpd's ab (apache benchmark)?
```
$ ab -V
This is ApacheBench, Version 2.3
Copyri…
-
```
Running betterthread bench for 1000 elements with 100000 requested, 1000 concurrency
This is ApacheBench, Version 2.3
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
…
-
Do you know why I can't benchmark fohn-ui ?
```
curl http://localhost/forn-ui/app-test/
```
works immidiately, but
```
ab -c1 -n1 http://localhost/forn-ui/app-test/
```
stucks for exactly 5 se…
-
Running the Hyper example using a basic ApacheBench test reveals the following error when run with 100 concurrent requests for 1000 total requests:
```
thread 'unnamed-1' panicked at 'called `Resu…
-
Hi! This looks like a pretty interesting project and I could see it being great for automated tests.
I just ran it locally using a CSV definition (which I really like) but it seems like this tool i…
-
Hello maintainer, I try http-server example in https://github.com/revoltphp/event-loop/blob/main/examples/http-server.php,
But when using `ab` tool to benchmark, it result in
```
This is Apache…