remove API token requirement from uploads

This commit is contained in:
2026-07-17 17:30:21 -05:00
parent aaae64e97c
commit 7e2360c104
4 changed files with 10 additions and 16 deletions
+2 -6
View File
@@ -80,12 +80,8 @@ The exact filename depends on the host platform and architecture.
At startup, fossmark reports the detected CPU model, physical cores, logical
threads, installed memory, operating system, architecture, and compiler. At the
end it prints the composite scores and total benchmark duration, then asks
whether to upload the result. Uploading is opt-in and requires an API token in
the environment:
```sh
FOSSMARK_API_TOKEN=your_token ./dist/fossmark-linux-amd64
```
whether to upload the result. Uploading is anonymous and opt-in; no account or
API token is required.
The API base URL is defined by `FM_API_BASE_URL` in `src/main.c` and defaults to
`https://fossbench.net`. A release build can override it without editing the