I hereby claim:
- I am ableuler on github.
- I am ableuler (https://keybase.io/ableuler) on keybase.
- I have a public key ASCyDtWUs1SQVcweoBBY3xKb-T5fCrmHTlzud9Iorr5NyAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from locust import HttpLocust, TaskSet, task | |
| class UserBehavior(TaskSet): | |
| @task(1) | |
| def page_projects(self): | |
| self.client.get('/api/projects', | |
| headers={'x-requested-with': 'XMLHttpRequest'} | |
| ) |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .links line { | |
| stroke: #aaa; | |
| } | |
| .nodes circle { | |
| stroke: #fff; |
| [ | |
| { | |
| "operation": "add", | |
| "nodes": [ | |
| { | |
| "id": "1" | |
| }, | |
| { | |
| "id": "2" | |
| }, |