Skip to content

Commit

Permalink
Clean up the repo (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- authored Oct 23, 2020
1 parent c086d00 commit 0c0ea77
Show file tree
Hide file tree
Showing 60 changed files with 4 additions and 1,174 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
k6
dist
js/node_modules
.vagrant
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
/k6
/k6.exe
/dist
/js/node_modules
/docs
/pkg-build

/debug
test.debug

.vscode
*.sublime-workspace
*.log
.idea
.vagrant

*.DS_Store

Expand Down
Empty file removed .gitmodules
Empty file.
88 changes: 0 additions & 88 deletions API.md

This file was deleted.

8 changes: 0 additions & 8 deletions Caddyfile

This file was deleted.

12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VERSION := 0.2.2

all: build

.PHONY: build
Expand All @@ -15,14 +13,6 @@ check:
golangci-lint run --out-format=tab --new-from-rev master ./...
go test -race -timeout 210s ./...

.PHONY: docs
docs:
jsdoc -c jsdoc.json

.PHONY: container
container:
docker build --rm --pull --no-cache -t loadimpact/k6:$(VERSION) .

.PHONY: push
push:
docker push loadimpact/k6:$(VERSION)
docker build --rm --pull --no-cache -t loadimpact/k6 .
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://k6.io/"><img src="logo.svg" alt="k6" width="220" height="213" /></a></p>
<p align="center"><a href="https://k6.io/"><img src="assets/logo.svg" alt="k6" width="220" height="213" /></a></p>

<h3 align="center">Like unit testing, for performance</h3>
<p align="center">A modern load testing tool for developers and testers in the DevOps era.</p>
Expand All @@ -20,15 +20,15 @@
</p>

<br/>
<img src="github-hr.png" alt="---" />
<img src="assets/github-hr.png" alt="---" />
<br/>

**k6** is a modern load testing tool, building on [Load Impact](https://loadimpact.com/)'s years of experience in the load and performance testing industry. It provides a clean, approachable scripting API, [local](https://k6.io/docs/getting-started/running-k6) and [cloud execution](https://k6.io/docs/cloud), and flexible configuration.

This is how load testing should look in the 21st century.

<p align="center">
<img width="600" src="./assets/k6-demo.gif">
<img width="600" src="assets/k6-demo.gif">
</p>

Menu
Expand Down
72 changes: 0 additions & 72 deletions Vagrantfile

This file was deleted.

File renamed without changes
File renamed without changes
4 changes: 0 additions & 4 deletions external/aws/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions external/aws/README.md

This file was deleted.

1 change: 0 additions & 1 deletion external/aws/salt/grains_influx.yml

This file was deleted.

1 change: 0 additions & 1 deletion external/aws/salt/grains_loadgen.yml

This file was deleted.

1 change: 0 additions & 1 deletion external/aws/salt/grains_web.yml

This file was deleted.

9 changes: 0 additions & 9 deletions external/aws/salt/master.yml

This file was deleted.

Loading

0 comments on commit 0c0ea77

Please sign in to comment.