-
```
[gaper] error on watching files: couldn't walk to path "loadtest/report/bzt.log": lstat loadtest/report/bzt.log: no such file or directory
make: *** [Makefile:18: start] Error 1
```
-
Write the C# code to perform load testing on the application.
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_sanity.system_aarch64_linux_Nightly_testList_0/19
LambdaLoadTest_J9_5m_0 `-Xjit -Xgcpolicy:gencon -Xnocompressedrefs`
```
LT testFailure: …
-
Something like this in a Dockerfile:
```sh
CMD URL_SERVER=$URL_SERVER molotov -c $VERBOSE -p $TEST_PROCESSES -d $TEST_DURATION -w $TEST_CONNECTIONS ${TEST_MODULE:-loadtest.py}
```
Re: https://…
-
This discussion issue is a bit of a catch-all for improving our load/benchmark testing.
### End Goal / Desired Outcome:
As a pachyderm developer I want to be able to specify a version/commit …
-
Observed in the JITAAS pipeline tests:
`MathLoadTest_autosimd_CS_5m_0`
- `job/Test_openjdk8_j9_sanity.system_x86-64_linux_jit_Personal/292/`
`MathLoadTest_autosimd_special_5m_29`
- `job/Test_o…
-
When using typescript with following config and setting `"type": "module"` in package.json I can't build:
```json
{
"compilerOptions": {
"esModuleInterop": true,
"module": "NodeNext",…
-
> Default: half the available CPUs on the machine.
My command
```
npx loadtest -H ... -t 5 -c 20 http://localhost:8080/xxx
```
My output
```
Max time (s): 5
Concurrent clients: 120…
fetis updated
6 months ago
-
Hello,
FIrstly, thank you very much for your work.
When i run my loadtest with the prometheus listener only on Jmeter master, the plugin work well but when i use distributed loadtest JMeter by s…
-
It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.0.2. You're in good company, about 5% of other
projects updated in the last year are also miss…