performance comparisons of edge compute platforms
edge performance benchmark cloud-provider compute function edge-function compute-at-edge comparison
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bun?

+3 -5
+3 -5
.tangled/workflows/default.yaml
··· 37 37 NODE_ENV: "production" 38 38 39 39 dependencies: 40 - nixpkgs/nixpkgs-unstable: 40 + nixpkgs: 41 41 - bun 42 42 43 43 steps: ··· 47 47 command: "ls -lah" 48 48 - name: "uname -a" 49 49 command: "uname -a" 50 - - name: "lspci" 51 - command: "lspci" 52 - - name: "lsblk" 53 - command: "lsblk" 50 + - name: "bun --version" 51 + command: "bun --version"