Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
stress-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Urban
stress-test
Commits
e5d3a2e5
Commit
e5d3a2e5
authored
Aug 23, 2019
by
Thomas Urban
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding tool as binary
parent
20237826
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
package.json
package.json
+4
-1
stress-http.js
stress-http.js
+1
-0
No files found.
package.json
View file @
e5d3a2e5
...
...
@@ -13,5 +13,8 @@
"
cross-env
"
:
"
^5.2.0
"
,
"
debug
"
:
"
^4.1.1
"
},
"private"
:
false
"private"
:
false
,
"bin"
:
{
"stress-test"
:
"./stress-http.js"
}
}
stress-http.js
View file @
e5d3a2e5
#!/usr/bin/env node
/**
* (c) 2019 cepharum GmbH, Berlin, http://cepharum.de
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment