concept-collection / fastandaccurate-results
Tighten README wording
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 2e344a75659c parent dc3d05f Browse files
1 changed file+4−5
README.mdmodified+4−5View file
@@ -4,11 +4,10 @@ Benchmark results for
44 [fastandaccurate](https://github.com/concept-collection/fastandaccurate),
55 viewed at https://concept-collection.github.io/fastandaccurate/.
66
7-This repository is the database: each file under `results/` is one
8-work-precision sweep (one problem instance, one solver, one environment)
9-in the JSON format defined by the main repository's
10-`src/harness/resultSchema.ts`. The site fetches `index.json` and the
11-files it lists, statically; there is no server. Provenance travels
7+Each file under `results/` is one work-precision sweep (one problem
8+instance, one solver, one environment) in the JSON format defined by the
9+main repository's `src/harness/resultSchema.ts`. The site fetches
10+`index.json` and the files it lists, statically. Provenance travels
1211 inside each file: instance spec and hash, solver id and version,
1312 protocol, runtime, numbl version, and machine. The submitter is recorded
1413 by the pull request itself.