-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "benchbuddy",
"version": "1.3.0",
"description": "A benchmark tool for container systems",
"homepage": "https://benchbuddy.xyz",
"type": "module",
"dependencies": {
"chalk": "^5.2.0",
"node-fetch": "^3.3.0",
"yargs": "^17.6.2"
},
"scripts": {
"pod-mach-init": "podman machine init --rootful --cpus 8 --memory 12288 --now",
"print-image-size": "podman inspect -f \"{{ .Size }}\" benchbuddy-local",
"build-local": "podman build -t benchbuddy-local .",
"run-local": "podman run benchbuddy-local",
"work": "podman run -it -v $(pwd):/workdir benchbuddy-local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiceNode/benchbuddy.git"
},
"keywords": [
"container",
"performance",
"docker",
"speed",
"internet",
"fileio",
"hardware",
"test"
],
"author": "jgresham",
"license": "MIT",
"bugs": {
"url": "https://github.com/NiceNode/benchbuddy/issues"
}
}