@perfscale/linux-x64 0.0.4 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @perfscale/linux-x64
2
+
3
+ The [perfscale](https://github.com/Perfscale/perfscale) binary for linux-x64.
4
+ Installed automatically as an optional dependency of [`@perfscale/exe`](https://www.npmjs.com/package/@perfscale/exe) — install that instead.
package/bin/perfscale ADDED
Binary file
package/package.json CHANGED
@@ -1,29 +1,27 @@
1
1
  {
2
2
  "name": "@perfscale/linux-x64",
3
- "version": "0.0.4",
4
- "scripts": {
5
- "prepublishOnly": "test -f perfscale || (echo 'Error: perfscale is missing' && exit 1)",
6
- "npm:pack": "bun pm pack",
7
- "npm:publish": "bun publish --access=public"
3
+ "description": "The perfscale binary for linux-x64. Install @perfscale/exe instead of this package directly.",
4
+ "version": "0.5.0",
5
+ "license": "MIT OR Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Perfscale/perfscale.git"
9
+ },
10
+ "homepage": "https://github.com/Perfscale/perfscale#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/Perfscale/perfscale/issues"
8
13
  },
9
14
  "keywords": [
10
- "performance",
11
15
  "perfscale",
12
- "load",
13
- "loadtesting"
16
+ "load-testing",
17
+ "performance",
18
+ "k6",
19
+ "locust"
14
20
  ],
15
- "author": "Vitali Haradkou <vitalicset@yandex.ru>",
16
- "license": "MIT",
17
- "devDependencies": {
18
- "@perfscale/linux-x64": "0.0.2"
19
- },
20
- "bin": {
21
- "perfscale": "perfscale"
22
- },
23
21
  "os": [
24
22
  "linux"
25
23
  ],
26
24
  "cpu": [
27
25
  "x64"
28
26
  ]
29
- }
27
+ }
package/perfscale DELETED
Binary file