Thomas Hunter II

Results 216 comments of Thomas Hunter II

Aah, my bad, I was actually referring to the little bootloader snippet when I said `mixpanel.js`. The latest version you've linked to doesn't appear to have that issue (I can...

@bengl, if you spend the entire night debugging syscalls, which I suspect you will, you should take notes and turn it into a talk ;)

I found this did work to whitelist runner IPs.

Here are the currently failing tests: ### appsec ``` Error: 'run' must be provided ``` ### plugin-http ``` Error: 'run' must be provided ``` ### plugin-net ``` Error: 'run' must...

At this point `profiler` still fails in the same way, and cachegrind never works (which is probably due to me running on macOS).

After looking up CI results for other jobs I can see that they all have the same profiler errors: Seems like more of a warning since the jobs are passing.

We're now having an error with the `graphql` tests, one which doesn't happen while building docker containers locally: ``` benchmarking plugin-graphql... internal/modules/cjs/loader.js:905 throw err; ^ Error: Cannot find module '../../../versions/graphql/node_modules/graphql'...

## Parameters | |Baseline|Candidate| |-------------|--------|---------| |config|baseline|candidate| See matching parameters | |Baseline|Candidate| |------------------|--------|---------| |name |startup |startup | |nodeVersion|14.20.1 |14.20.1 | |variant |control |control | ## Summary See unchanged results |Group |Metric...

With this latest few commits I modified the appsec test, however I'm seeing that the scope, spans, and startup tests are also failing. Those are hard coded to have the...

`dd-gitlab/benchmarks` currently fails because the baseline branch (master in this case) has no runall.sh script. Which makes sense as it's introduced in this PR. ``` + cd /app/baseline//benchmark/sirun + ./runall.sh...