We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run this for the first time on Ubuntu 20.04 and it just outputs:
./drill --benchmark drillBenchmark.yml Concurrency 55 Iterations 55 Rampup 0 Base URL [reacted] Segmentation fault
Using the release: drill_0.8.1_x86_64-unknown-linux-musl
drill_0.8.1_x86_64-unknown-linux-musl
From this config:
--- threads: 5 base: '[redacted]' iterations: 55 plan: - name: Send Analytics Data request: url: /api/v1/analytics/event method: POST headers: Cookie: "...." Content-Type: "application/json" body: > { "eventData": { "type": "action", "name": "ButtonClick_SendVerificationButton", "buttonName": "back" }, "context": { "scope": "EnterMDNDialog_SendVerificationButton", "scopes": ["EnterMDNDialog", "SendVerificationButton"], "app": { "appName": "my-app", "appPath": "/my-app", "version": 2 }, "device": { "os": "Windows", "browser": "Firefox" }, "identities": { "deviceId": "abcd-1234", "customerId": "abcd-1234" }, "extra": { "isSubscriber": true, "verificationType": "MDN", "componentType": "BUTTON" }, "meta": { "isTest": true, "artificial": false } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run this for the first time on Ubuntu 20.04 and it just outputs:
Using the release:
drill_0.8.1_x86_64-unknown-linux-musl
From this config:
The text was updated successfully, but these errors were encountered: