{% extends "base.html" %} {% block title %}Benchmark sources ยท FreeWeight{% endblock %} {% block content %}
FreeWeight can drive these established external benchmarks alongside its native suites. Each is other people's work, run under its own licence with its datasets installed by you rather than redistributed here. Every result records the pinned version and commit below.
{% if benchmarks | selectattr("has_placeholder_pins") | list | length %}Dataset pins are placeholders. The shipped manifests do not yet carry recorded hashes for these datasets โ they are not redistributable, and were not downloaded where this build was made. Installation will refuse at verification until the true sha256 is recorded in the manifest, and no result from an external benchmark is publishable before that.
{% endif %}| Benchmark | Category | Capabilities | Source | Version | Licence | Sandbox | Installed |
|---|---|---|---|---|---|---|---|
| {{ benchmark.name }} {{ benchmark.key }} |
{{ benchmark.category }} | {{ benchmark.capabilities | join(", ") if benchmark.capabilities else "โ" }} | {{ benchmark.source_repository }} | {{ benchmark.release_tag }} {{ benchmark.commit }} |
{{ benchmark.license }} | {% if benchmark.requires_sandbox %} required {% else %} โ {% endif %} | {% if benchmark.installed %} installed {% else %} not installed {% endif %} |
Install one with freeweight external install <key>; verify its datasets with
freeweight external verify <key>.