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.

how da hell

+9 -1
+9 -1
.tangled/workflows/default.yaml
··· 42 42 43 43 steps: 44 44 - name: "printenv" 45 - command: "printenv" 45 + command: "printenv" 46 + - name: "ls -lah" 47 + command: "ls -lah" 48 + - name: "uname -a" 49 + command: "uname -a" 50 + - name: "lspci" 51 + command: "lspci" 52 + - name: "lsblk" 53 + command: "lsblk"