Platform to run and keep the history of benchmark runs.

To upload a benchmark to supabench, you need to create a zip archive of your benchmark folder.
Navigate to your benchmark folder (e.g., examples/realtime/broadcast-from-client)
Create a zip file containing all the files in the folder:
# From inside the benchmark folder
zip -r benchmark.zip .
Upload the zip file through the supabench UI when creating or updating a benchmark secret.
Your zip file should contain a structure like this:
benchmark.zip
├── main.tf
├── variables.tf
├── k6/
│ ├── common.js
│ ├── subs.js
│ ├── Makefile
│ └── summary.js
└── modules/
└── script/
├── main.tf
├── variables.tf
└── entrypoint.sh.tpl
More information about the project can be found on the Github Wiki
SCSS
44.0%
Svelte
36.8%
JavaScript
9.8%
Go
8.7%
Platform to run and keep the history of benchmark runs.

To upload a benchmark to supabench, you need to create a zip archive of your benchmark folder.
Navigate to your benchmark folder (e.g., examples/realtime/broadcast-from-client)
Create a zip file containing all the files in the folder:
# From inside the benchmark folder
zip -r benchmark.zip .
Upload the zip file through the supabench UI when creating or updating a benchmark secret.
Your zip file should contain a structure like this:
benchmark.zip
├── main.tf
├── variables.tf
├── k6/
│ ├── common.js
│ ├── subs.js
│ ├── Makefile
│ └── summary.js
└── modules/
└── script/
├── main.tf
├── variables.tf
└── entrypoint.sh.tpl
More information about the project can be found on the Github Wiki
SCSS
44.0%
Svelte
36.8%
JavaScript
9.8%
Go
8.7%