Skip to content

Commit 0c0ea77

Browse files
authored
Clean up the repo (#1684)
1 parent c086d00 commit 0c0ea77

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4
-1174
lines changed

.dockerignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
k6
22
dist
3-
js/node_modules
4-
.vagrant

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/k6
22
/k6.exe
33
/dist
4-
/js/node_modules
5-
/docs
64
/pkg-build
75

8-
/debug
9-
test.debug
10-
116
.vscode
127
*.sublime-workspace
138
*.log
149
.idea
15-
.vagrant
1610

1711
*.DS_Store
1812

.gitmodules

Whitespace-only changes.

API.md

-88
This file was deleted.

Caddyfile

-8
This file was deleted.

Makefile

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
VERSION := 0.2.2
2-
31
all: build
42

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

18-
.PHONY: docs
19-
docs:
20-
jsdoc -c jsdoc.json
21-
2216
.PHONY: container
2317
container:
24-
docker build --rm --pull --no-cache -t loadimpact/k6:$(VERSION) .
25-
26-
.PHONY: push
27-
push:
28-
docker push loadimpact/k6:$(VERSION)
18+
docker build --rm --pull --no-cache -t loadimpact/k6 .

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://k6.io/"><img src="logo.svg" alt="k6" width="220" height="213" /></a></p>
1+
<p align="center"><a href="https://k6.io/"><img src="assets/logo.svg" alt="k6" width="220" height="213" /></a></p>
22

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

2222
<br/>
23-
<img src="github-hr.png" alt="---" />
23+
<img src="assets/github-hr.png" alt="---" />
2424
<br/>
2525

2626
**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.
2727

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

3030
<p align="center">
31-
<img width="600" src="./assets/k6-demo.gif">
31+
<img width="600" src="assets/k6-demo.gif">
3232
</p>
3333

3434
Menu

Vagrantfile

-72
This file was deleted.
File renamed without changes.
File renamed without changes.

external/aws/.gitignore

-4
This file was deleted.

external/aws/README.md

-45
This file was deleted.

external/aws/salt/grains_influx.yml

-1
This file was deleted.

external/aws/salt/grains_loadgen.yml

-1
This file was deleted.

external/aws/salt/grains_web.yml

-1
This file was deleted.

external/aws/salt/master.yml

-9
This file was deleted.

0 commit comments

Comments
 (0)