Skip to content

Commit

Permalink
Disk Speed Test Extension (#24)
Browse files Browse the repository at this point in the history
* feat: implemented basic disk sequential speed test

* feat: finished disk speed ext

* fix: @kksh/api upgraded to fix build error

* update pnpm lock

* fix: disk speed
  • Loading branch information
HuakunShen authored Oct 30, 2024
1 parent 825a867 commit 892379d
Show file tree
Hide file tree
Showing 25 changed files with 1,810 additions and 760 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This repository contains the full list of Kunkun extensions.

Please always use `pnpm` to develop an extension.

## Contributing

Read documentation https://docs.kunkun.sh/guides/extensions/write-extension/ to learn how to write an extension.

Add your extension to the `extensions` folder and send a PR.

## Develop

```bash
Expand All @@ -16,5 +22,5 @@ To develop a new extension, create it under `extensions`, make sure `pnpm instal
Run the following command to verify the extension:

```bash
npx @kksh/cli@latest verify
npx kksh@latest verify
```
1 change: 1 addition & 0 deletions extensions/disk-speed/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
3 changes: 0 additions & 3 deletions extensions/disk-speed/deno-scripts/model.ts

This file was deleted.

55 changes: 0 additions & 55 deletions extensions/disk-speed/deno-scripts/sequential.ts

This file was deleted.

8 changes: 8 additions & 0 deletions extensions/disk-speed/deno-src/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@kunkun/api": "jsr:@kunkun/api@^0.0.18"
}
}
Loading

0 comments on commit 892379d

Please sign in to comment.