← Run 2026-09-05T193245

Implementation / mojo

Mojo1.0.0

An inspectable measurement, with the exact build and environment evidence retained from this run.

compiledcompiler-default
Median wall time1.167 s
Fastest sample1.166 s
Slowest sample1.168 s
Samples retained3

01 / Measurements

Every sample matters.

Individual wall times in seconds. Three samples show observed spread; they do not establish a statistically reliable winner between close results.

Sample 11.168323353 s
Sample 21.165957392 s
Sample 31.166949828 s

02 / Build & protocol

How this was run.

Commands and settings are evidence from the measured revision. They can differ from today’s implementation.

Browse measured source ↗

Compile

uv venv /app/.mojo && uv pip install --python /app/.mojo/bin/python --require-hashes -r mojo-requirements.txt && /app/.mojo/bin/mojo build -O3 leibniz.mojo -o leibniz && patchelf --force-rpath --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath "$(patchelf --print-rpath leibniz):$(dirname $(g++ -print-file-name=libstdc++.so.6))" leibniz

Execute

./leibniz

Historical protocol recovered from the measured driver. These fields were not embedded in the original result. The raw JSON remains unchanged.

03 / The implementation

Read what ran.

The implementation and supporting files at the measured revision. Highlighting is added for readability; the source text is unchanged.

Recovered from the measured Git revision; not embedded in the original raw results

Browse this revision ↗
src/leibniz.mojo16 lines
from std.io.file import open
from std.ffi import external_call

def main() raises:
    var file = open("rounds.txt", "r")
    var rounds = Int(file.read().strip())
    var result = Float64(0)
    var sign = Float64(1)
    for i in range(rounds):
        result += sign / Float64(2 * i + 1)
        sign = -sign
    var fmt = String("%.16f\n")
    _ = external_call["printf", Int32, num_fixed_args=1](
        fmt.as_c_string_slice().unsafe_ptr(), result * 4
    )

SHA-256 · bcb9ba7d6f6c49bfce7de4fae2b57b8094b519a3ff66ddb3802d1765fe6856e5

src/mojo-requirements.txt3 lines
mojo-compiler==1.0.0 --hash=sha256:e9e60f9638e69ca0f4be7292468523fc98a143f58dbf9024f60ed68b874a867e
mojo-compiler-mojo-libs==1.0.0 --hash=sha256:20a92e37ecbd19e2dbb1a525612a8de4c9f266f5536def55c5e2b0786320e8b3

SHA-256 · 6284efc53cc54ec667973eda3e837265c63cbe7fc9d52dda75e72794e3b19d3a

04 / Package provenance

Beyond a version number.

Resolved Nix revisions and store paths identify the packages in the recorded Devbox lock. Other platforms listed by the resolver are alternatives, not machines used in this run.

gcc@15.2.015.2.0

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/rd7b05akhyscn3g6wpvsb9dkkach23l9-gcc-wrapper-15.2.0",
      "default": true
    },
    {
      "name": "man",
      "path": "/nix/store/3n21z69f4gyjlxzckp7ahwh5xm7ja2iq-gcc-wrapper-15.2.0-man",
      "default": true
    },
    {
      "name": "info",
      "path": "/nix/store/r9v30l61j6ysi014s5l2i9p8k0gmhym8-gcc-wrapper-15.2.0-info"
    }
  ],
  "store_path": "/nix/store/rd7b05akhyscn3g6wpvsb9dkkach23l9-gcc-wrapper-15.2.0"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/d6gsw7k6sba2m5zjd3xm79kaah97x62w-gcc-wrapper-15.2.0",
      "default": true
    },
    {
      "name": "man",
      "path": "/nix/store/j3b3p3l6p756kkgd4kaxzhrs50yplf2z-gcc-wrapper-15.2.0-man",
      "default": true
    },
    {
      "name": "info",
      "path": "/nix/store/b22nq0v9l958nhkf91292nq1dmh4irzr-gcc-wrapper-15.2.0-info"
    }
  ],
  "store_path": "/nix/store/d6gsw7k6sba2m5zjd3xm79kaah97x62w-gcc-wrapper-15.2.0"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/a9dhskc2ladjh7aph2z1b7x0lsdl506l-gcc-wrapper-15.2.0",
      "default": true
    },
    {
      "name": "man",
      "path": "/nix/store/zhrv9vafnz3agiwznkij8p36fpa17py7-gcc-wrapper-15.2.0-man",
      "default": true
    },
    {
      "name": "info",
      "path": "/nix/store/y0vblnaz09f5hws1pnx59fzvlpcrd1zn-gcc-wrapper-15.2.0-info"
    }
  ],
  "store_path": "/nix/store/a9dhskc2ladjh7aph2z1b7x0lsdl506l-gcc-wrapper-15.2.0"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0",
      "default": true
    },
    {
      "name": "man",
      "path": "/nix/store/l4ybxax0plgjmcmna8lzyv2gal11k7m3-gcc-wrapper-15.2.0-man",
      "default": true
    },
    {
      "name": "info",
      "path": "/nix/store/9x640dyjh4kxiw70ifpp5s2bcnk7l2ai-gcc-wrapper-15.2.0-info"
    }
  ],
  "store_path": "/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0"
}
Complete package record
{
  "last_modified": "2026-07-08T21:13:06Z",
  "resolved": "github:NixOS/nixpkgs/389ed85304b281ca7f306cf8a1eb4378651ca44e#gcc",
  "source": "devbox-search",
  "version": "15.2.0",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/rd7b05akhyscn3g6wpvsb9dkkach23l9-gcc-wrapper-15.2.0",
          "default": true
        },
        {
          "name": "man",
          "path": "/nix/store/3n21z69f4gyjlxzckp7ahwh5xm7ja2iq-gcc-wrapper-15.2.0-man",
          "default": true
        },
        {
          "name": "info",
          "path": "/nix/store/r9v30l61j6ysi014s5l2i9p8k0gmhym8-gcc-wrapper-15.2.0-info"
        }
      ],
      "store_path": "/nix/store/rd7b05akhyscn3g6wpvsb9dkkach23l9-gcc-wrapper-15.2.0"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/d6gsw7k6sba2m5zjd3xm79kaah97x62w-gcc-wrapper-15.2.0",
          "default": true
        },
        {
          "name": "man",
          "path": "/nix/store/j3b3p3l6p756kkgd4kaxzhrs50yplf2z-gcc-wrapper-15.2.0-man",
          "default": true
        },
        {
          "name": "info",
          "path": "/nix/store/b22nq0v9l958nhkf91292nq1dmh4irzr-gcc-wrapper-15.2.0-info"
        }
      ],
      "store_path": "/nix/store/d6gsw7k6sba2m5zjd3xm79kaah97x62w-gcc-wrapper-15.2.0"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/a9dhskc2ladjh7aph2z1b7x0lsdl506l-gcc-wrapper-15.2.0",
          "default": true
        },
        {
          "name": "man",
          "path": "/nix/store/zhrv9vafnz3agiwznkij8p36fpa17py7-gcc-wrapper-15.2.0-man",
          "default": true
        },
        {
          "name": "info",
          "path": "/nix/store/y0vblnaz09f5hws1pnx59fzvlpcrd1zn-gcc-wrapper-15.2.0-info"
        }
      ],
      "store_path": "/nix/store/a9dhskc2ladjh7aph2z1b7x0lsdl506l-gcc-wrapper-15.2.0"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0",
          "default": true
        },
        {
          "name": "man",
          "path": "/nix/store/l4ybxax0plgjmcmna8lzyv2gal11k7m3-gcc-wrapper-15.2.0-man",
          "default": true
        },
        {
          "name": "info",
          "path": "/nix/store/9x640dyjh4kxiw70ifpp5s2bcnk7l2ai-gcc-wrapper-15.2.0-info"
        }
      ],
      "store_path": "/nix/store/vdaz6sk455r8sbpi7wzaf9vlz5i9yyvx-gcc-wrapper-15.2.0"
    }
  }
}
github:NixOS/nixpkgs/nixpkgs-unstableflake reference
Complete package record
{
  "last_modified": "2026-09-03T10:26:31Z",
  "resolved": "github:NixOS/nixpkgs/9b9402b959a2276982ddd5ad3652a38b97f7c40b?lastModified=1788431191&narHash=sha256-MFClkboDeW56feBCAeAV3Z3J2quGSZFlAOXQ4JjIlIA%3D"
}
hyperfine@1.18.01.18.0

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/9xndv63zi1n8i42l4fy4kdjw8rs8gnhf-hyperfine-1.18.0",
      "default": true
    }
  ],
  "store_path": "/nix/store/9xndv63zi1n8i42l4fy4kdjw8rs8gnhf-hyperfine-1.18.0"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/klirs2wv0wm9p7rkp6v70v5770x73bgf-hyperfine-1.18.0",
      "default": true
    }
  ],
  "store_path": "/nix/store/klirs2wv0wm9p7rkp6v70v5770x73bgf-hyperfine-1.18.0"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/zvpjdyck0vj7w4piicfxbskv8fw7ik4i-hyperfine-1.18.0",
      "default": true
    }
  ],
  "store_path": "/nix/store/zvpjdyck0vj7w4piicfxbskv8fw7ik4i-hyperfine-1.18.0"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/7hj45kx7ln0ncn0i984zbh0gmbliya5j-hyperfine-1.18.0",
      "default": true
    }
  ],
  "store_path": "/nix/store/7hj45kx7ln0ncn0i984zbh0gmbliya5j-hyperfine-1.18.0"
}
Complete package record
{
  "last_modified": "2024-11-03T14:18:04Z",
  "resolved": "github:NixOS/nixpkgs/4ae2e647537bcdbb82265469442713d066675275#hyperfine",
  "source": "devbox-search",
  "version": "1.18.0",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/9xndv63zi1n8i42l4fy4kdjw8rs8gnhf-hyperfine-1.18.0",
          "default": true
        }
      ],
      "store_path": "/nix/store/9xndv63zi1n8i42l4fy4kdjw8rs8gnhf-hyperfine-1.18.0"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/klirs2wv0wm9p7rkp6v70v5770x73bgf-hyperfine-1.18.0",
          "default": true
        }
      ],
      "store_path": "/nix/store/klirs2wv0wm9p7rkp6v70v5770x73bgf-hyperfine-1.18.0"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/zvpjdyck0vj7w4piicfxbskv8fw7ik4i-hyperfine-1.18.0",
          "default": true
        }
      ],
      "store_path": "/nix/store/zvpjdyck0vj7w4piicfxbskv8fw7ik4i-hyperfine-1.18.0"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/7hj45kx7ln0ncn0i984zbh0gmbliya5j-hyperfine-1.18.0",
          "default": true
        }
      ],
      "store_path": "/nix/store/7hj45kx7ln0ncn0i984zbh0gmbliya5j-hyperfine-1.18.0"
    }
  }
}
micropython@1.24.11.24.1

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/g4dz2lvzzhggnxkavi1jiiiy1dpa8c4p-micropython-1.24.1",
      "default": true
    }
  ],
  "store_path": "/nix/store/g4dz2lvzzhggnxkavi1jiiiy1dpa8c4p-micropython-1.24.1"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/3yggs5nl5pavnxh8k4adiq09s1f0ppry-micropython-1.24.1",
      "default": true
    }
  ],
  "store_path": "/nix/store/3yggs5nl5pavnxh8k4adiq09s1f0ppry-micropython-1.24.1"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/gav96yf4pxhj59idrs67z59cw3zfimfd-micropython-1.24.1",
      "default": true
    }
  ],
  "store_path": "/nix/store/gav96yf4pxhj59idrs67z59cw3zfimfd-micropython-1.24.1"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/vhfgy8vnd904mlzw35z61rh177cvcb40-micropython-1.24.1",
      "default": true
    }
  ],
  "store_path": "/nix/store/vhfgy8vnd904mlzw35z61rh177cvcb40-micropython-1.24.1"
}
Complete package record
{
  "last_modified": "2025-04-10T20:20:34Z",
  "resolved": "github:NixOS/nixpkgs/d19cf9dfc633816a437204555afeb9e722386b76#micropython",
  "source": "devbox-search",
  "version": "1.24.1",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/g4dz2lvzzhggnxkavi1jiiiy1dpa8c4p-micropython-1.24.1",
          "default": true
        }
      ],
      "store_path": "/nix/store/g4dz2lvzzhggnxkavi1jiiiy1dpa8c4p-micropython-1.24.1"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/3yggs5nl5pavnxh8k4adiq09s1f0ppry-micropython-1.24.1",
          "default": true
        }
      ],
      "store_path": "/nix/store/3yggs5nl5pavnxh8k4adiq09s1f0ppry-micropython-1.24.1"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/gav96yf4pxhj59idrs67z59cw3zfimfd-micropython-1.24.1",
          "default": true
        }
      ],
      "store_path": "/nix/store/gav96yf4pxhj59idrs67z59cw3zfimfd-micropython-1.24.1"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/vhfgy8vnd904mlzw35z61rh177cvcb40-micropython-1.24.1",
          "default": true
        }
      ],
      "store_path": "/nix/store/vhfgy8vnd904mlzw35z61rh177cvcb40-micropython-1.24.1"
    }
  }
}
patchelf@0.15.20.15.2

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/7vn62k5h1icga04q1cl279dca2478b9r-patchelf-0.15.2",
      "default": true
    }
  ],
  "store_path": "/nix/store/7vn62k5h1icga04q1cl279dca2478b9r-patchelf-0.15.2"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/0ilfyzqa907lj2bjg42qc30qr45nhwcn-patchelf-0.15.2",
      "default": true
    }
  ],
  "store_path": "/nix/store/0ilfyzqa907lj2bjg42qc30qr45nhwcn-patchelf-0.15.2"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/76na5qznmaxm568j5b3ahxqxy43g6pz1-patchelf-0.15.2",
      "default": true
    }
  ],
  "store_path": "/nix/store/76na5qznmaxm568j5b3ahxqxy43g6pz1-patchelf-0.15.2"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/fpig164lz7fcipbndn61sfd2y2yq363n-patchelf-0.15.2",
      "default": true
    }
  ],
  "store_path": "/nix/store/fpig164lz7fcipbndn61sfd2y2yq363n-patchelf-0.15.2"
}
Complete package record
{
  "last_modified": "2026-08-27T07:16:00Z",
  "resolved": "github:NixOS/nixpkgs/c27cdad491a991b11ed731760aa2ef8db0cb0410#patchelf",
  "source": "devbox-search",
  "version": "0.15.2",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/7vn62k5h1icga04q1cl279dca2478b9r-patchelf-0.15.2",
          "default": true
        }
      ],
      "store_path": "/nix/store/7vn62k5h1icga04q1cl279dca2478b9r-patchelf-0.15.2"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/0ilfyzqa907lj2bjg42qc30qr45nhwcn-patchelf-0.15.2",
          "default": true
        }
      ],
      "store_path": "/nix/store/0ilfyzqa907lj2bjg42qc30qr45nhwcn-patchelf-0.15.2"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/76na5qznmaxm568j5b3ahxqxy43g6pz1-patchelf-0.15.2",
          "default": true
        }
      ],
      "store_path": "/nix/store/76na5qznmaxm568j5b3ahxqxy43g6pz1-patchelf-0.15.2"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/fpig164lz7fcipbndn61sfd2y2yq363n-patchelf-0.15.2",
          "default": true
        }
      ],
      "store_path": "/nix/store/fpig164lz7fcipbndn61sfd2y2yq363n-patchelf-0.15.2"
    }
  }
}
python3@3.12.83.12.8

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/8zc3wcplydp8gsxms24scpzdca438dk5-python3-3.12.8",
      "default": true
    }
  ],
  "store_path": "/nix/store/8zc3wcplydp8gsxms24scpzdca438dk5-python3-3.12.8"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/66pn6ysmvx675061xaq2vz93s9vdc5p4-python3-3.12.8",
      "default": true
    },
    {
      "name": "debug",
      "path": "/nix/store/brcg3a34fi45ffky63g5pqd22sksvq13-python3-3.12.8-debug"
    }
  ],
  "store_path": "/nix/store/66pn6ysmvx675061xaq2vz93s9vdc5p4-python3-3.12.8"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/fpmkmdzgd1q7kqadc7czcjdhjj7bsc0i-python3-3.12.8",
      "default": true
    }
  ],
  "store_path": "/nix/store/fpmkmdzgd1q7kqadc7czcjdhjj7bsc0i-python3-3.12.8"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8",
      "default": true
    },
    {
      "name": "debug",
      "path": "/nix/store/cicfrcjr8pky8qd0gxw0x84ynyviy6b5-python3-3.12.8-debug"
    }
  ],
  "store_path": "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8"
}
Complete package record
{
  "last_modified": "2025-01-06T03:40:18Z",
  "plugin_version": "0.0.4",
  "resolved": "github:NixOS/nixpkgs/3df3c47c19dc90fec35359e89ffb52b34d2b0e94#python3",
  "source": "devbox-search",
  "version": "3.12.8",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/8zc3wcplydp8gsxms24scpzdca438dk5-python3-3.12.8",
          "default": true
        }
      ],
      "store_path": "/nix/store/8zc3wcplydp8gsxms24scpzdca438dk5-python3-3.12.8"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/66pn6ysmvx675061xaq2vz93s9vdc5p4-python3-3.12.8",
          "default": true
        },
        {
          "name": "debug",
          "path": "/nix/store/brcg3a34fi45ffky63g5pqd22sksvq13-python3-3.12.8-debug"
        }
      ],
      "store_path": "/nix/store/66pn6ysmvx675061xaq2vz93s9vdc5p4-python3-3.12.8"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/fpmkmdzgd1q7kqadc7czcjdhjj7bsc0i-python3-3.12.8",
          "default": true
        }
      ],
      "store_path": "/nix/store/fpmkmdzgd1q7kqadc7czcjdhjj7bsc0i-python3-3.12.8"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8",
          "default": true
        },
        {
          "name": "debug",
          "path": "/nix/store/cicfrcjr8pky8qd0gxw0x84ynyviy6b5-python3-3.12.8-debug"
        }
      ],
      "store_path": "/nix/store/c9m6yd8fg1flz2j5r4bif1ib5j20a0cy-python3-3.12.8"
    }
  }
}
uv@0.5.110.5.11

aarch64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/nff6zzhwi327prqw0mg42njg9fphkv95-uv-0.5.11",
      "default": true
    }
  ],
  "store_path": "/nix/store/nff6zzhwi327prqw0mg42njg9fphkv95-uv-0.5.11"
}

aarch64-linux

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/9m2lrn8q5df5vl6lkm9x67vd0mwm2332-uv-0.5.11",
      "default": true
    }
  ],
  "store_path": "/nix/store/9m2lrn8q5df5vl6lkm9x67vd0mwm2332-uv-0.5.11"
}

x86_64-darwin

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/xcj1p00axx8zjnw322iykr2c0mz56zsx-uv-0.5.11",
      "default": true
    }
  ],
  "store_path": "/nix/store/xcj1p00axx8zjnw322iykr2c0mz56zsx-uv-0.5.11"
}

x86_64-linux Matching architecture / OS

{
  "outputs": [
    {
      "name": "out",
      "path": "/nix/store/mgpimwi8g771mdgg4qx0gc7kkhn972k6-uv-0.5.11",
      "default": true
    }
  ],
  "store_path": "/nix/store/mgpimwi8g771mdgg4qx0gc7kkhn972k6-uv-0.5.11"
}
Complete package record
{
  "last_modified": "2024-12-26T01:25:00Z",
  "resolved": "github:NixOS/nixpkgs/16e046229f3b4f53257973a5532bcbb72457d2f2#uv",
  "source": "devbox-search",
  "version": "0.5.11",
  "systems": {
    "aarch64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/nff6zzhwi327prqw0mg42njg9fphkv95-uv-0.5.11",
          "default": true
        }
      ],
      "store_path": "/nix/store/nff6zzhwi327prqw0mg42njg9fphkv95-uv-0.5.11"
    },
    "aarch64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/9m2lrn8q5df5vl6lkm9x67vd0mwm2332-uv-0.5.11",
          "default": true
        }
      ],
      "store_path": "/nix/store/9m2lrn8q5df5vl6lkm9x67vd0mwm2332-uv-0.5.11"
    },
    "x86_64-darwin": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/xcj1p00axx8zjnw322iykr2c0mz56zsx-uv-0.5.11",
          "default": true
        }
      ],
      "store_path": "/nix/store/xcj1p00axx8zjnw322iykr2c0mz56zsx-uv-0.5.11"
    },
    "x86_64-linux": {
      "outputs": [
        {
          "name": "out",
          "path": "/nix/store/mgpimwi8g771mdgg4qx0gc7kkhn972k6-uv-0.5.11",
          "default": true
        }
      ],
      "store_path": "/nix/store/mgpimwi8g771mdgg4qx0gc7kkhn972k6-uv-0.5.11"
    }
  }
}
Complete Devbox configuration
{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
  "packages": [
    "python3@3.12.8",
    "uv@0.5.11",
    "gcc@15.2.0",
    "patchelf@0.15.2",
    "hyperfine@1.18.0",
    "micropython@1.24.1"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}

05 / Environment & limits

The machine behind
the measurement.

Container-visible resources are not necessarily dedicated resources. Hypervisor CPU flags indicate virtualization; CPU counts do not prove exclusive CPU allocation.

All recorded environment fields
{
  "arch": "x86_64",
  "kernel": "6.18.38-talos",
  "cpu_model": "AMD EPYC-Genoa Processor",
  "cpu_flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl xtopology cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core pti ssbd ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx512_bf16 clzero xsaveerptr wbnoinvd arat avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid fsrm",
  "cpu_threads": "4",
  "runner": "homelab-argo"
}

“Not recorded” means unknown, not unlimited. Historical data cannot establish CPU isolation, host contention, thermal state or frequency stability.

Declared scheduler settings

Retained Argo stored workflow template; declared settings, not an observation of effective cgroup limits. A CPU request does not reserve exclusive hardware.

06 / Evidence

Take the data with you.

Original bytes are preserved. The checksum below identifies this exact raw JSON file.

Download raw JSON ↓
All other recorded result fields
                    {
  "Mean": "1.167076857726667s",
  "Max": "1.16832335306s",
  "Target": "mojo",
  "Stddev": "0.001188084704699353s",
  "Version": "1.0.0",
  "Language": "Mojo",
  "UserTime": "1.159097473333333s",
  "SystemTime": "0.004654773333333334s",
  "Median": "1.16694982806s",
  "Command": "./leibniz",
  "TimesPerRun": [
    1.16832335306,
    1.16595739206,
    1.16694982806
  ],
  "Accuracy": 9.496393691087722,
  "Min": "1.16595739206s",
  "ExitCodesPerRun": [
    0,
    0,
    0
  ],
  "CalculatedPi": "3.1415926525880504",
  "BuildSource": "native-devbox",
  "DevboxImage": "jetpackio/devbox:0.16.0@sha256:0475601f3ddbc1d06be7f7d4d51143dcc005400593407d5e3627fdf7edf6c7dd",
  "AllowNativeFlags": true,
  "MathMode": "compiler-default",
  "ExplicitSIMD": false,
  "Algorithm": "leibniz-series",
  "Rounds": 1000000000,
  "Compile": "uv venv /app/.mojo && uv pip install --python /app/.mojo/bin/python --require-hashes -r mojo-requirements.txt && /app/.mojo/bin/mojo build -O3 leibniz.mojo -o leibniz && patchelf --force-rpath --set-interpreter \"$(cat $NIX_CC/nix-support/dynamic-linker)\" --set-rpath \"$(patchelf --print-rpath leibniz):$(dirname $(g++ -print-file-name=libstdc++.so.6))\" leibniz",
  "Run": "./leibniz",
  "Nixpkgs": [
    "python3@3.12.8",
    "uv@0.5.11",
    "gcc@15.2.0",
    "patchelf@0.15.2"
  ],
  "NixFlakes": [],
  "Category": "compiled"
}