Use HTTP for result uploads

This commit is contained in:
2026-07-19 17:59:35 -05:00
parent 298ad2a0f6
commit fead8446b2
5 changed files with 29 additions and 169 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ fails.
## Build
GNU Make, a C compiler, pthreads, and the system math library are required.
Linux and macOS also require OpenSSL. Windows uses WinHTTP.
Uploads use plain HTTP and require no TLS library.
Build for the current machine:
@@ -93,7 +93,7 @@ code and link that can be used to attach the result to a fossbench.net account:
Set another server at compile time:
```sh
make CFLAGS='-O2 -Wall -Wextra -DFB_API_BASE_URL=\"https://bench.example.com\"'
make CFLAGS='-O2 -Wall -Wextra -DFB_API_BASE_URL=\"http://bench.example.com\"'
```
## Workloads