Skip to content

Latency — v0.7.1

DataFlowBench’s latency-characterization tier stands beside the correctness scorecards, on its own page, and never as a column inside one. This release retains 2,725 cold timings across the unchanged population. The 755 unsupported outcomes have no invented timing.

The contract governing every number here — docs/latency-tier.md — keeps latency descriptive and independent from correctness. No outcome was derived from, conditioned on, or tie-broken by a timing value.

The warm series retain Joern batches 1, 2, 4, 8, 16, with two repeats, and Semgrep batches 1, 2, 4, 8, 12, with two repeats. Semgrep’s original batch size-16 attempt failed during pre-analysis because its eligible identical-rule population contained twelve cases; that attempt is retained, and no size-16 comparison is claimed. Nine overhead groups were measured three times each.

OpenTaint’s functional product-probe timings are diagnostic and excluded from cold, warm, and overhead qualification. The measurement audit and warm-series audit retain the execution boundaries and limitations.

What these numbers are, and what they are not

Section titled “What these numbers are, and what they are not”

This is a descriptive characterization of per-case analyzer wall-clock, published under the contract preregistered in docs/latency-tier.md, which was merged before a single timestamp was captured. It is not a score, not a ranking, and not a benchmark result in the sense the rest of this site uses that phrase.

  • Latency is never pooled with correctness. There is no combined number anywhere on this site, no efficiency-adjusted rate, and no leaderboard that blends the two. "Correct but slow" and "fast but wrong" stay independently visible. No correctness outcome in this freeze was derived from, conditioned on, or tie-broken by a timing value.
  • A latency number is a property of a run, not of a case. No case carries a timing assertion, threshold, or budget.
  • Characterization, not micro-benchmark. There are no repeated trials, no warm-up iterations, and no steady-state harness in the cold figures below. The case population is the sample and its spread is the statistics. The distribution columns below are that spread — not error bars on a measurement that was repeated, because it was not. (The warm-marginal section is the one place a series is measured more than once. It says so, retains every repeat, and publishes the range they span rather than averaging them into a statistic.)
  • These are the conditions the numbers were produced under: a single developer machine, under light concurrent load, running the benchmark's standing sequential-run discipline — one analyzer at a time, never two at once. That discipline is what makes the numbers usable at all; the light concurrent load is what stops them being a controlled measurement. Read them as characterization of what this benchmark actually costs to run, at the order-of-magnitude and shape level, and not as a precise figure for any engine.

Recorded once per run beside the tool identity the run witnessed, and shown here verbatim. Latency numbers are comparable within one environment and are not comparable across machines. Every published run to date executes on one maintainer machine, and that caveat travels with every number on this page.

Hardware modelOSOS releaseLogical CPUsCPU architectureTimed runs stamped

The granularity is unequal, and that is the point

Section titled “The granularity is unequal, and that is the point”

A phase is timed if and only if the adapter already invokes it as a separate subprocess. The benchmark never instruments analyzer internals, never patches an upstream tool, and never infers a boundary a subprocess boundary does not expose. The adapters do not expose the same boundaries, so the rows below are not equally decomposed — and the two ways of papering over that would both misdescribe the evidence: summing a decomposed adapter's phases and presenting every row as one number of the same kind, or guessing phase splits for the adapters that expose only one.

So the table states each adapter's declared granularity as data. Phases compare within an adapter; analyzer-invocation totals compare across adapters. A CodeQL database-create number and a Joern total are not the same kind of quantity, and nothing on this page sets them side by side as though they were.

AdapterVersionObserved subprocesses per casePhases timedTimed invocations
Bifrost0.11.00 or 1total 883
FlowDroid2.15.10 or 1 or 3total compile dex analyze 130
Inferv1.3.00 or 2capture analyze 172
Semgrep CE1.176.00 or 1total 196
Pysa0.10.01total 90
OpenTaintv0.4.60 or 1total 128
Joern4.0.6210 or 1total 392
CodeQL2.26.42database-create database-analyze 734

3 of 8 adapters expose more than one subprocess and are decomposed here (FlowDroid and Infer and CodeQL); the other 5 expose a single invocation and take one honestly labelled number, with interpreter or JVM start-up inside it. That is a fact about invocation shapes, not about engine architecture: an adapter with one number is not an adapter that does one thing.

The phase names above are the ones the retained evidence carries, so any name here can be found in the artifact it came from. For CodeQL those are database-create and database-analyze, after the subcommands that produce them, where the preregistration's table spells the same two boundaries extract and analyze. Two spellings, one pair of subprocess boundaries: nothing moved and nothing is attributed differently. The contract is immutable, so the difference is recorded in its Amendment A12 rather than edited out of its table.

Analyzer-invocation wall-clock, per adapter

Section titled “Analyzer-invocation wall-clock, per adapter”

The only cross-adapter reading this tier supports: each adapter's cold per-case analyzer-invocation wall-clock, over every case in this snapshot's explicitly bound latency population that it actually invoked. Adapter-observable setup phases remain visible below, but only phases the contract classifies as analyzer work enter this total. Per-case timing at this granularity includes per-invocation fixed costs — JVM start-up, extractor initialization, interpreter start — that a long-lived deployment of the same engine would amortize. This tier does not correct for that; it characterizes what the benchmark actually runs.

Fastest to slowest, and the same ranking per kernel

Ordered by median, on a logarithmic axis, with the spread drawn beside every median rather than left to the table. The toggle scopes the same ranking to one language kernel at a time: a whole-corpus median mixes the languages an adapter runs on, and holding the language fixed is the difference between "this engine is slow" and "this front end is expensive". Only the analyzers that actually invoked on a kernel appear in its view. The chart draws the median, the quartiles and the p10–p90 spread; the disclosure beneath it opens the same distributions as a table, with the minima and maxima the whiskers deliberately leave out.

Cold per-case analyzer-invocation wall-clock over the bound latency population One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 176 ms, IQR 160 ms to 270 ms, p10–p90 152 ms to 13.4 s, over 883 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow python fixture: 135 ms to 236 ms across repeats Bifrost 883 timed 176 ms FlowDroid — median 802 ms, IQR 726 ms to 968 ms, p10–p90 614 ms to 1.03 s, over 130 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow java fixture: 594 ms to 616 ms across repeats FlowDroid 130 timed 802 ms FlowDroid phase total — median 836 ms, IQR 759 ms to 992 ms, p10–p90 698 ms to 1.03 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. total 836 ms FlowDroid phase compile — median 501 ms, IQR 485 ms to 515 ms, p10–p90 463 ms to 524 ms. Materialization phase excluded from the analyzer total by contract. compile materialization; excluded 501 ms FlowDroid phase dex — median 330 ms, IQR 322 ms to 336 ms, p10–p90 312 ms to 352 ms. Materialization phase excluded from the analyzer total by contract. dex materialization; excluded 330 ms FlowDroid phase analyze — median 576 ms, IQR 567 ms to 588 ms, p10–p90 548 ms to 600 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. analyze 576 ms Infer — median 1.22 s, IQR 275 ms to 3.88 s, p10–p90 271 ms to 3.97 s, over 172 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow c fixture: 253 ms to 463 ms across repeats Infer 172 timed 1.22 s Infer phase capture — median 1.02 s, IQR 78 ms to 3.68 s, p10–p90 74 ms to 3.78 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. capture 1.02 s Infer phase analyze — median 199 ms, IQR 196 ms to 202 ms, p10–p90 188 ms to 207 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. analyze 199 ms Semgrep CE — median 1.30 s, IQR 1.20 s to 1.46 s, p10–p90 1.14 s to 1.59 s, over 196 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow kotlin fixture: 936 ms to 944 ms across repeats Semgrep CE 196 timed 1.30 s Pysa — median 2.92 s, IQR 2.88 s to 2.97 s, p10–p90 2.72 s to 3.02 s, over 90 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow python fixture: 2.42 s to 2.51 s across repeats Pysa 90 timed 2.92 s OpenTaint — median 4.33 s, IQR 4.22 s to 4.46 s, p10–p90 4.12 s to 4.65 s, over 128 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow kotlin fixture: 3.64 s to 3.71 s across repeats OpenTaint 128 timed 4.33 s Joern — median 5.56 s, IQR 4.70 s to 6.71 s, p10–p90 4.39 s to 8.78 s, over 392 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow php fixture: 3.65 s to 4.39 s across repeats Joern 392 timed 5.56 s CodeQL — median 8.29 s, IQR 5.76 s to 16.2 s, p10–p90 5.43 s to 20.7 s, over 734 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow ruby fixture: 3.50 s to 3.79 s across repeats CodeQL 734 timed 8.29 s CodeQL phase database-create — median 3.44 s, IQR 1.99 s to 10.4 s, p10–p90 1.30 s to 11.4 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 3.44 s CodeQL phase database-analyze — median 4.87 s, IQR 3.73 s to 5.45 s, p10–p90 3.26 s to 9.85 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 4.87 s

Every timed analyzer invocation the freeze binds — 2725 of them, across every score tier and both model profiles. This is the widest denominator on the site and the only one here that is not a single population: an adapter's median mixes the languages it runs on, whose fixtures differ in size and whose front ends differ in cost. The per-kernel views hold the language fixed.

Cold per-case analyzer-invocation wall-clock on the c kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 203 ms, IQR 175 ms to 215 ms, p10–p90 169 ms to 227 ms, over 48 timed analyzer invocations Bifrost 48 of 48 timed 203 ms Infer — median 275 ms, IQR 271 ms to 279 ms, p10–p90 261 ms to 288 ms, over 48 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow c fixture: 253 ms to 463 ms across repeats Infer 48 of 48 timed 275 ms Infer phase capture — median 78 ms, IQR 74 ms to 79 ms, p10–p90 72 ms to 86 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. capture 78 ms Infer phase analyze — median 198 ms, IQR 194 ms to 200 ms, p10–p90 188 ms to 202 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. analyze 198 ms Semgrep CE — median 1.14 s, IQR 1.12 s to 1.15 s, p10–p90 1.12 s to 1.17 s, over 14 timed analyzer invocations Semgrep CE 14 of 48 timed 1.14 s CodeQL — median 5.80 s, IQR 5.67 s to 6.10 s, p10–p90 5.59 s to 6.54 s, over 48 timed analyzer invocations CodeQL 48 of 48 timed 5.80 s CodeQL phase database-create — median 1.34 s, IQR 1.31 s to 1.40 s, p10–p90 1.28 s to 1.52 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 1.34 s CodeQL phase database-analyze — median 4.45 s, IQR 4.34 s to 4.73 s, p10–p90 4.26 s to 5.05 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 4.45 s

The c kernel's 48 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 4 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 48, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the cpp kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 198 ms, IQR 177 ms to 210 ms, p10–p90 162 ms to 220 ms, over 56 timed analyzer invocations Bifrost 56 of 56 timed 198 ms Infer — median 292 ms, IQR 274 ms to 1.49 s, p10–p90 269 ms to 1.62 s, over 56 timed analyzer invocations Infer 56 of 56 timed 292 ms Infer phase capture — median 79 ms, IQR 77 ms to 1.29 s, p10–p90 74 ms to 1.41 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. capture 79 ms Infer phase analyze — median 200 ms, IQR 197 ms to 203 ms, p10–p90 192 ms to 211 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. analyze 200 ms Semgrep CE — median 1.21 s, IQR 1.16 s to 1.32 s, p10–p90 1.13 s to 1.39 s, over 14 timed analyzer invocations Semgrep CE 14 of 56 timed 1.21 s CodeQL — median 5.74 s, IQR 5.62 s to 17.9 s, p10–p90 5.51 s to 18.4 s, over 56 timed analyzer invocations CodeQL 56 of 56 timed 5.74 s CodeQL phase database-create — median 1.37 s, IQR 1.32 s to 9.89 s, p10–p90 1.27 s to 10.7 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 1.37 s CodeQL phase database-analyze — median 4.41 s, IQR 4.30 s to 7.45 s, p10–p90 4.24 s to 7.74 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 4.41 s

The cpp kernel's 56 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 4 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 56, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the csharp kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 190 ms, IQR 174 ms to 199 ms, p10–p90 159 ms to 209 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 190 ms CodeQL — median 20.0 s, IQR 19.7 s to 20.5 s, p10–p90 19.4 s to 20.8 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 20.0 s CodeQL phase database-create — median 11.2 s, IQR 10.9 s to 11.4 s, p10–p90 10.6 s to 11.7 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 11.2 s CodeQL phase database-analyze — median 8.92 s, IQR 8.72 s to 9.08 s, p10–p90 8.59 s to 9.21 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 8.92 s

The csharp kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 2 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the go kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 228 ms, IQR 215 ms to 239 ms, p10–p90 199 ms to 255 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 228 ms Semgrep CE — median 1.44 s, IQR 1.41 s to 1.49 s, p10–p90 1.28 s to 1.52 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.44 s CodeQL — median 6.36 s, IQR 6.20 s to 6.59 s, p10–p90 6.08 s to 7.52 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 6.36 s CodeQL phase database-create — median 3.36 s, IQR 3.28 s to 3.47 s, p10–p90 3.26 s to 3.75 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 3.36 s CodeQL phase database-analyze — median 2.99 s, IQR 2.86 s to 3.15 s, p10–p90 2.79 s to 3.72 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 2.99 s

The go kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 3 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the java kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale FlowDroid — median 759 ms, IQR 714 ms to 786 ms, p10–p90 680 ms to 805 ms, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow java fixture: 594 ms to 616 ms across repeats FlowDroid 58 of 58 timed 759 ms Semgrep CE — median 1.28 s, IQR 1.22 s to 1.37 s, p10–p90 1.18 s to 1.44 s, over 14 timed analyzer invocations. Warm marginal, measured separately: 74 ms to 76 ms per case in one process, over 2 retained repeats Semgrep CE 14 of 58 timed 1.28 s Infer — median 3.90 s, IQR 3.85 s to 3.96 s, p10–p90 3.83 s to 4.03 s, over 58 timed analyzer invocations Infer 58 of 58 timed 3.90 s Infer phase capture — median 3.69 s, IQR 3.65 s to 3.76 s, p10–p90 3.63 s to 3.83 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. capture 3.69 s Infer phase analyze — median 200 ms, IQR 195 ms to 204 ms, p10–p90 188 ms to 210 ms. Included in this adapter's analyzer total; phase detail compares only within the adapter. analyze 200 ms OpenTaint — median 4.25 s, IQR 4.18 s to 4.37 s, p10–p90 4.08 s to 4.44 s, over 58 timed analyzer invocations OpenTaint 58 of 58 timed 4.25 s Joern — median 8.77 s, IQR 8.71 s to 8.84 s, p10–p90 8.64 s to 9.06 s, over 58 timed analyzer invocations. Warm marginal, measured separately: 5.06 s to 5.24 s per case in one process, over 2 retained repeats. Estimated per-invocation overhead, an upper bound from a trivial no-flow java fixture: 7.80 s to 8.50 s across repeats Joern 58 of 58 timed 8.77 s CodeQL — median 11.2 s, IQR 11.1 s to 11.4 s, p10–p90 11.0 s to 11.6 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 11.2 s CodeQL phase database-create — median 6.01 s, IQR 5.96 s to 6.12 s, p10–p90 5.87 s to 6.22 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 6.01 s CodeQL phase database-analyze — median 5.17 s, IQR 5.08 s to 5.30 s, p10–p90 5.04 s to 5.46 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 5.17 s Bifrost — median 19.0 s, IQR 18.8 s to 19.3 s, p10–p90 18.7 s to 19.6 s, over 58 timed analyzer invocations Bifrost 58 of 58 timed 19.0 s

The java kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 7 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the javascript kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 165 ms, IQR 162 ms to 173 ms, p10–p90 158 ms to 179 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 165 ms Semgrep CE — median 1.32 s, IQR 1.21 s to 1.40 s, p10–p90 1.16 s to 1.45 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.32 s Joern — median 5.15 s, IQR 5.03 s to 5.35 s, p10–p90 4.95 s to 5.75 s, over 58 timed analyzer invocations Joern 58 of 58 timed 5.15 s CodeQL — median 8.23 s, IQR 8.14 s to 8.30 s, p10–p90 8.10 s to 8.36 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 8.23 s CodeQL phase database-create — median 3.34 s, IQR 3.29 s to 3.38 s, p10–p90 3.26 s to 3.42 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 3.34 s CodeQL phase database-analyze — median 4.89 s, IQR 4.82 s to 4.95 s, p10–p90 4.78 s to 5.00 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 4.89 s

The javascript kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 4 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the kotlin kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale FlowDroid — median 996 ms, IQR 923 ms to 1.03 s, p10–p90 892 ms to 1.05 s, over 58 timed analyzer invocations FlowDroid 58 of 58 timed 996 ms Semgrep CE — median 1.22 s, IQR 1.18 s to 1.28 s, p10–p90 1.17 s to 1.31 s, over 14 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow kotlin fixture: 936 ms to 944 ms across repeats Semgrep CE 14 of 58 timed 1.22 s OpenTaint — median 4.43 s, IQR 4.32 s to 4.59 s, p10–p90 4.23 s to 4.75 s, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow kotlin fixture: 3.64 s to 3.71 s across repeats OpenTaint 58 of 58 timed 4.43 s Bifrost — median 13.3 s, IQR 13.2 s to 13.4 s, p10–p90 13.2 s to 13.5 s, over 58 timed analyzer invocations Bifrost 58 of 58 timed 13.3 s CodeQL — median 16.3 s, IQR 16.2 s to 16.5 s, p10–p90 16.1 s to 16.7 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 16.3 s CodeQL phase database-create — median 11.0 s, IQR 11.0 s to 11.2 s, p10–p90 10.9 s to 11.3 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 11.0 s CodeQL phase database-analyze — median 5.27 s, IQR 5.19 s to 5.34 s, p10–p90 5.14 s to 5.42 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 5.27 s

The kotlin kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 5 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the php kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 158 ms, IQR 152 ms to 165 ms, p10–p90 150 ms to 172 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 158 ms Semgrep CE — median 1.20 s, IQR 1.17 s to 1.22 s, p10–p90 1.13 s to 1.26 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.20 s Joern — median 4.71 s, IQR 4.66 s to 4.84 s, p10–p90 4.62 s to 4.95 s, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow php fixture: 3.65 s to 4.39 s across repeats Joern 58 of 58 timed 4.71 s

The php kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 3 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the python kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 154 ms, IQR 150 ms to 159 ms, p10–p90 147 ms to 166 ms, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow python fixture: 135 ms to 236 ms across repeats Bifrost 58 of 58 timed 154 ms Semgrep CE — median 1.29 s, IQR 1.21 s to 1.38 s, p10–p90 1.18 s to 1.40 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.29 s Pysa — median 2.93 s, IQR 2.89 s to 2.98 s, p10–p90 2.85 s to 3.03 s, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow python fixture: 2.42 s to 2.51 s across repeats Pysa 58 of 58 timed 2.93 s Joern — median 4.39 s, IQR 4.31 s to 4.46 s, p10–p90 4.25 s to 4.55 s, over 58 timed analyzer invocations Joern 58 of 58 timed 4.39 s CodeQL — median 5.55 s, IQR 5.53 s to 5.65 s, p10–p90 5.48 s to 5.75 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 5.55 s CodeQL phase database-create — median 1.99 s, IQR 1.96 s to 2.02 s, p10–p90 1.94 s to 2.04 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 1.99 s CodeQL phase database-analyze — median 3.57 s, IQR 3.53 s to 3.67 s, p10–p90 3.49 s to 3.73 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 3.57 s

The python kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 5 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the ruby kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 163 ms, IQR 156 ms to 176 ms, p10–p90 149 ms to 189 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 163 ms Semgrep CE — median 1.43 s, IQR 1.31 s to 1.54 s, p10–p90 1.17 s to 1.69 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.43 s CodeQL — median 4.51 s, IQR 4.45 s to 4.57 s, p10–p90 4.41 s to 4.71 s, over 58 timed analyzer invocations. Estimated per-invocation overhead, an upper bound from a trivial no-flow ruby fixture: 3.50 s to 3.79 s across repeats CodeQL 58 of 58 timed 4.51 s CodeQL phase database-create — median 1.22 s, IQR 1.20 s to 1.24 s, p10–p90 1.18 s to 1.26 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 1.22 s CodeQL phase database-analyze — median 3.28 s, IQR 3.23 s to 3.36 s, p10–p90 3.18 s to 3.52 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 3.28 s Joern — median 6.66 s, IQR 6.52 s to 6.75 s, p10–p90 6.47 s to 6.94 s, over 58 timed analyzer invocations Joern 58 of 58 timed 6.66 s

The ruby kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 4 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the rust kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 161 ms, IQR 157 ms to 169 ms, p10–p90 153 ms to 172 ms, over 54 timed analyzer invocations Bifrost 54 of 54 timed 161 ms Semgrep CE — median 1.43 s, IQR 1.24 s to 1.55 s, p10–p90 1.17 s to 1.64 s, over 14 timed analyzer invocations Semgrep CE 14 of 54 timed 1.43 s Joern — median 6.29 s, IQR 6.12 s to 6.39 s, p10–p90 6.06 s to 6.59 s, over 54 timed analyzer invocations Joern 54 of 54 timed 6.29 s CodeQL — median 46.8 s, IQR 46.5 s to 47.3 s, p10–p90 46.4 s to 47.7 s, over 54 timed analyzer invocations CodeQL 54 of 54 timed 46.8 s CodeQL phase database-create — median 20.5 s, IQR 20.4 s to 20.8 s, p10–p90 20.3 s to 20.9 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 20.5 s CodeQL phase database-analyze — median 26.2 s, IQR 26.0 s to 26.7 s, p10–p90 25.8 s to 27.2 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 26.2 s

The rust kernel's 54 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 4 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 54, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the scala kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 13.1 s, IQR 13.0 s to 13.2 s, p10–p90 12.9 s to 13.3 s, over 58 timed analyzer invocations Bifrost 58 of 58 timed 13.1 s

The scala kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 1 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

Cold per-case analyzer-invocation wall-clock on the typescript kernel One row per analyzer, ordered fastest median first, on a logarithmic time axis. Each row draws the tenth to ninetieth percentile as a thin line, the interquartile range as a bar, and the median as a thick tick, with the median also printed as a number. Indented rows are the declared phases of adapters whose invocation exposes more than one subprocess, and belong to the adapter above them only. Materialization phases are explicitly labelled and excluded from the analyzer total. The latency page carries every value, including the minima and maxima this chart does not draw, in the data tables behind its "Show the data table" disclosures. A solid caret below a row is that adapter's separately measured warm marginal per case; a dashed span above a row is its estimated per-invocation overhead, an upper bound measured on a trivial no-flow fixture, drawn across the range its repeats spanned rather than at a point. Neither is a cold median, neither affects the ordering, and neither is subtracted from anything. 30 ms 100 ms 300 ms 1 s 3 s 10 s 30 s 100 s wall-clock per invocation — logarithmic scale Bifrost — median 161 ms, IQR 155 ms to 166 ms, p10–p90 149 ms to 175 ms, over 58 timed analyzer invocations Bifrost 58 of 58 timed 161 ms Semgrep CE — median 1.49 s, IQR 1.48 s to 1.55 s, p10–p90 1.46 s to 1.59 s, over 14 timed analyzer invocations Semgrep CE 14 of 58 timed 1.49 s CodeQL — median 8.33 s, IQR 8.28 s to 8.44 s, p10–p90 8.22 s to 8.55 s, over 58 timed analyzer invocations CodeQL 58 of 58 timed 8.33 s CodeQL phase database-create — median 3.48 s, IQR 3.45 s to 3.51 s, p10–p90 3.40 s to 3.54 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-create 3.48 s CodeQL phase database-analyze — median 4.87 s, IQR 4.80 s to 4.95 s, p10–p90 4.76 s to 5.06 s. Included in this adapter's analyzer total; phase detail compares only within the adapter. database-analyze 4.87 s

The typescript kernel's 58 benchmark-controlled core assertions, the same no-pooling population the correctness sections read. 3 of the 8 analyzers invoked here at all; the rest do not cover this kernel and are absent from this view rather than drawn at zero. Where a row's count is below 58, the remaining assertions were declined before any subprocess was spawned and so have nothing to time.

  • median, printed beside every row
  • interquartile range (Q1–Q3)
  • p10–p90; the minimum and maximum are in the tables, not the whiskers
  • indented rows: an adapter's own declared phases
  • measured warm marginal per case — the range its retained repeats span
  • estimated per-invocation overhead (trivial fixture, upper bound), drawn across the range its repeats spanned, where that range starts at or above 25% of the row's median

How to read this figure

Every bar above is cold per-invocation wall-clock, and the warm marginal is a different quantity measured separately. Cold is what this benchmark actually runs — one process per case, start-up inside the number, because start-up is not observable from inside a single invocation. Read across runtimes, though, those bars overstate the steady-state gap: a JVM engine's row carries a JVM start a long-lived deployment pays once. So the other quantity is measured directly rather than estimated and subtracted — k cases through one tool process, for increasing k, reporting the slope of batch wall-clock against k. The carets mark it on the rows that have one, and they mark a range: the whole series is measured more than once and the figure published is the span its repeats cover, so the mark's width is its own precision rather than a number stated more exactly than it was measured. It is never subtracted from a median, never substituted for one, and never used to order the rows. Only adapters whose released CLI exposes a real multi-case batch have a figure at all; the rest are not observable with the released CLI, and the warm-marginal section records every verdict, measured and declined, with the evidence behind it.

The dashed spans are estimates, not measurements of the same kind as the bars. Each is the wall-clock of one complete adapter invocation — same pipeline, same policy, rule or query, same subprocess shape — over a trivial no-flow fixture: both benchmark endpoints declared, nothing connecting them, nothing to find. That is fixed per-invocation overhead plus the trivial fixture's own near-zero analysis, so it is an upper bound on what an adapter pays before it starts work, and it is a cold single-shot execution — the same posture the bars are measured in, and not a steady-state one. It is never subtracted from a median, never substituted for one, and never used to order the rows. The width of a span is the figure's precision, not a decoration: each measurement is repeated a fixed number of times and what is published is the range those repeats spanned — never a mean, never one chosen repeat, and never withheld for repeats that disagree, because a disagreement widens the range and that is the honest consequence of it. A span is drawn only where the range starts at or above 25% of that row's own cold median — a threshold fixed in the amendment before any estimate was measured, read at the low end so that no mark can appear on the strength of one slow repeat. Each estimate is measured in one named language, stated on the row it annotates, because boot cost is not language-free. The estimates table carries every value — every repeat behind every range, every unmarked row, and every adapter for which no estimate could be taken at all.

The axis is logarithmic. Each labelled tick is three times the one before it, so equal distances are equal ratios, not equal durations — the gap from 100 ms to 300 ms is drawn the same width as the gap from 10 s to 30 s. That is the only way this bound corpus's medians fit in one picture: they span 176 ms to 8.29 s, and on a linear axis every analyzer except the slowest would be a sliver against the origin. Because a log axis is easy to misread, every median is also printed as a number at the right of its own row.

The indented rows are phases, and they are not comparable across adapters. Only the 3 adapters whose preregistered row declares more than one subprocess have them. A phase mark sits on the same axis as the totals because it is the same kind of measurement — wall-clock of a subprocess — but reading one adapter's phase against another adapter's total is precisely the comparison the granularity rule forbids. Read a phase against the adapter it is indented under, and nothing else.

Ordering is not scoring, and this is never pooled with correctness. Rows are sorted by median because an unsorted ranking is unreadable, not because latency is a result. No correctness figure appears in this chart and no number here is blended with one: there is no combined score anywhere on this site, and a fast analyzer that answers wrongly is neither rewarded nor penalised by anything drawn above. Cases an analyzer declined before invocation are absent, not entered as zero — entering them as zero would make the analyzers that decline the most look the fastest, which is exactly backwards.

Show the data table — analyzer-invocation wall-clock per adapter, with minima and maxima
AdapterTimed invocationsMedianQ1Q3MinMax
Bifrost883176 ms160 ms270 ms141 ms21.2 s
FlowDroid130802 ms726 ms968 ms504 ms1.19 s
Infer1721.22 s275 ms3.88 s256 ms4.37 s
Semgrep CE1961.30 s1.20 s1.46 s1.09 s2.96 s
Pysa902.92 s2.88 s2.97 s2.60 s3.24 s
OpenTaint1284.33 s4.22 s4.46 s3.93 s5.31 s
Joern3925.56 s4.70 s6.71 s4.04 s11.4 s
CodeQL7348.29 s5.76 s16.2 s4.35 s84.1 s

No mean is headlined anywhere on this page. The distributions are skewed by per-invocation fixed costs and by a small number of very long tails — the slowest single invocation in this bound latency corpus is 84.1 s, against a page-wide fastest median of 176 ms — and a mean over that shape would describe neither the typical case nor the tail. The adapters span roughly 47× between the fastest and slowest medians, which is the order-of-magnitude claim this tier is entitled to make, and the strongest one it makes.

Phase decomposition, within each adapter that has one

Section titled “Phase decomposition, within each adapter that has one”

Only the 3 adapters whose declared row has phases appear here, and each is read down its own column. These numbers exist to decompose one adapter's own cost. Racing one adapter's phase against another's total is exactly the reading the granularity rule forbids. Each adapter's numbers open from its own disclosure, one per adapter, which is also the boundary the comparison rule draws.

FlowDroid2.15.1

Show the data table — FlowDroid's 4 observable phases against its analyzer total
PhaseMedianQ1Q3MinMaxShare of the median analyzer total
total836 ms759 ms992 ms645 ms1.19 s104%
compile — materialization501 ms485 ms515 ms446 ms527 msexcluded by contract
dex — materialization330 ms322 ms336 ms302 ms358 msexcluded by contract
analyze576 ms567 ms588 ms504 ms615 ms72%
analyzer total802 ms726 ms968 ms504 ms1.19 s

Inferv1.3.0

Show the data table — Infer's 2 observable phases against its analyzer total
PhaseMedianQ1Q3MinMaxShare of the median analyzer total
capture1.02 s78 ms3.68 s72 ms4.13 s84%
analyze199 ms196 ms202 ms184 ms336 ms16%
analyzer total1.22 s275 ms3.88 s256 ms4.37 s

CodeQL2.26.4

Show the data table — CodeQL's 2 observable phases against its analyzer total
PhaseMedianQ1Q3MinMaxShare of the median analyzer total
database-create3.44 s1.99 s10.4 s1.16 s21.3 s41%
database-analyze4.87 s3.73 s5.45 s2.69 s80.3 s59%
analyzer total8.29 s5.76 s16.2 s4.35 s84.1 s

For analyzer phases, the share column is the phase median against the analyzer-total median, and the shares need not sum to 100%: a median is not additive, and the phase whose median is largest is not necessarily the phase that dominated any particular case. Materialization phases are labelled and excluded rather than made to look comparable. The analyzer-total row is the distribution of per-case contract-selected phase sums, computed per case and then summarized — not the sum of the phase medians.

Everything above is cold per-invocation wall-clock, and it stays the headline of this tier. It is also what this benchmark actually runs: one analyzer process per case, start-up inside the number, because start-up is not observable from inside a single invocation. Nothing in this section adjusts, corrects, or replaces one number above it.

But the ranked chart sets a native binary, a Python CLI, and five JVM or JVM-fronted engines on one axis, and read across runtimes those bars overstate the steady-state gap: a JVM row carries a JVM start that a long-lived deployment of the same engine pays once. The honest response is not to estimate that start-up and subtract it — that would be exactly the after-the-fact adjustment this tier's contract refuses. It is to measure the other quantity directly, which is what this section reports, under Amendment A15, preregistered before the first warm number existed.

The method, in one sentence: run k cases through one tool process for increasing k, and report the slope of batch wall-clock against k — the cost of one more case in a process that has already paid its start-up. A slope, never an average: an average per case at k still carries a 1/k share of the fixed cost, which is the very quantity the figure exists to remove. The batch reuses the cold runner's own case selection, endpoint resolution, workspace materialization, and query logic, so what is timed is the same work; only the number of cases sharing one process differs.

AdapterKernelCold median, same casesWarm marginal (least squares)Warm marginal (endpoint)BatchesRepeatsFitted fixed cost
Joernjava8.78 s5.06 s – 5.24 s5.06 s – 5.24 s k = 1, 2, 4, 8, 1622.90 s – 4.29 s
Semgrep CEjava1.28 s74 ms – 76 ms74 ms – 77 ms k = 1, 2, 4, 8, 122896 ms – 899 ms

The cold column is the median over exactly the cases the warm batch analyzed, not over the whole kernel: two figures compared across different populations would mix a population effect into a start-up effect. The two columns are never subtracted. The "fitted fixed cost" is the same fit's intercept, published as the descriptive estimate it is — it is not measured, it is not a decomposition of any cold number, and nothing on this site subtracts it from one.

What makes these figures checkable. Each batch retains the per-case evidence it produced, beside the series above. Every document the largest Joern batch produced matches that case's retained cold evidence field for field — same analyzed state, same method count, same source and sink node counts, same flow count — differing only in the scratch path each run recorded for its own workspace. A batch that had quietly analyzed less would be visible there rather than merely fast. Every figure above is a range, and that is deliberate. The whole batch series is measured more than once, every repeat is retained, and what is published is the span the repeats cover. A single slope over a handful of batches on a developer machine has a precision, and there were only two other ways to give it one — publish one run and hide the spread, which understates it, or gate publication on an agreement tolerance, which means choosing that tolerance after the numbers exist, precisely the after-the-fact decision this tier's contract refuses. The range needs neither: its width is the precision, the reader sees it directly, and nothing between the measurement and this table is discretionary. The repeats are never averaged — that would turn repeated trials into the statistic the tier's non-goals rule out — and never picked between.

These are fresh v0.7.1 series. Historical A15/A21 measurements remain on their original snapshot pages. Semgrep's original batch-16 attempt failed before analysis; its prospectively corrected largest batch is 12. No batch-16 comparison, idle-machine explanation, or causal cross-release speedup is inferred from these desktop observations.

Show the batch series — Joern on the java kernel, all 2 retained repeats
Cases in the batch (k)Run 1 — wall-clock of the one processRun 2 — wall-clock of the one processAverage per case at run 2 (not the reported figure)
19.29 s8.38 s8.38 s
214.7 s13.5 s6.76 s
424.2 s23.8 s5.95 s
844.8 s44.2 s5.52 s
1685.2 s86.9 s5.43 s
slope (least squares)5.06 s5.24 s

The average-per-case column is shown precisely so it can be discarded: it falls with k because it is still paying a shrinking share of the fixed cost, and it would keep falling with a larger k without ever being the marginal cost. The reported figure is the slope of a wall-clock column against the first, and the published figure is the range those slopes span. Measured on Mac16,1, macos25.6.0, 10 logical CPUs — the same stamp rule as every other number here, and not comparable across machines. Machine conditions: the one-minute load average sampled immediately before each batch ranged 3.3 to 14.0 across every batch of every repeat, on a 10-core machine. The tier's hygiene rule is that no other analyzer competes for the machine while one is timed, and background load is reported rather than asserted away — so the reader can weigh the conditions instead of taking "quiet machine" on trust.

Show the batch series — Semgrep CE on the java kernel, all 2 retained repeats
Cases in the batch (k)Run 1 — wall-clock of the one processRun 2 — wall-clock of the one processAverage per case at run 2 (not the reported figure)
1977 ms973 ms973 ms
21.05 s1.06 s528 ms
41.19 s1.20 s300 ms
81.50 s1.49 s187 ms
121.79 s1.82 s152 ms
slope (least squares)74 ms76 ms

The average-per-case column is shown precisely so it can be discarded: it falls with k because it is still paying a shrinking share of the fixed cost, and it would keep falling with a larger k without ever being the marginal cost. The reported figure is the slope of a wall-clock column against the first, and the published figure is the range those slopes span. Population:one `semgrep scan` carries one --config, so a batch is restricted to cases resolving to identical rule text: 12 of the 14 invocable Java kernel assertions. Measured on Mac16,1, macos25.6.0, 10 logical CPUs — the same stamp rule as every other number here, and not comparable across machines. Machine conditions: the one-minute load average sampled immediately before each batch ranged 2.3 to 2.4 across every batch of every repeat, on a 10-core machine. The tier's hygiene rule is that no other analyzer competes for the machine while one is timed, and background load is reported rather than asserted away — so the reader can weigh the conditions instead of taking "quiet machine" on trust.

Which adapters this could be measured on, and why not the rest

Each verdict below was reached by interrogating the pinned distribution — its help output, and where that was ambiguous its own bytecode — never from a README or an assumption about the runtime. No adapter is patched, forked, or invoked outside its released interface to make a batch possible. An adapter that ships no way to analyze several cases in one process has no warm figure here, and none is estimated for it from its runtime or from another adapter's slope.

AdapterObservable with the released CLI?Evidence
JoernYes — measured A released multi-case batch that does the same per-case work, timed above.
Semgrep CEYes — measured A released multi-case batch that does the same per-case work, timed above. one `semgrep scan` carries one --config, so a batch is restricted to cases resolving to identical rule text: 12 of the 14 invocable Java kernel assertions.
FlowDroidYes in the CLI — not measured hereThe shipped CLI accepts a directory batch, but a batch shares one sources-and-sinks configuration. Whole-population equivalence to independent case configurations remains unresolved (A15). No warm marginal is qualified. Fresh CLI observations: reports/raw/warm-observability-v071/.
OpenTaintNot observable with the released CLIUnder the retained adapter contract, one project and entrypoint set forms one analysis. Multiple project inputs do not establish repeated independent case analysis in a persistent process. The fresh v0.4.6 wrapper and jar observations are retained under reports/raw/warm-observability-v071/; help absence alone is not the basis of this decline.
PysaNot observable with the released CLIThe retained contract uses one-shot pyre analyze; type-checker daemon commands do not establish a reusable taint-analysis process. Fresh CLI observations are retained under reports/raw/warm-observability-v071/.
CodeQLNot observable with the released CLIThe pinned database create/analyze interfaces operate on one database per invocation. No same-work multi-database warm series was qualified; fresh interface observations are retained under reports/raw/warm-observability-v071/.
InferNot observable with the released CLIThe retained invocation operates on one capture database and exits. Java capture includes javac work; it is not an independently measured JVM startup term. Fresh CLI observations are retained under reports/raw/warm-observability-v071/.
BifrostNot observable with the released CLIThe retained policy CLI operates on one root per invocation; the workspace/MCP surface does not establish an equivalent reusable policy process. No warm marginal was measured for this pin. Cold timings do not establish a comparative warm ranking. Fresh CLI observations are retained under reports/raw/warm-observability-v071/.

The decline that matters most is Bifrost's, and it is stated in the direction that costs this benchmark's publisher something. Bifrost has no warm figure here, and its cold median already includes its own process start — so whatever its warm marginal is, it lies between zero and a number already published. Adding warm figures can therefore only move the other rows down toward Bifrost's, never Bifrost's row down further. The conflation this section corrects is one the vendor's own engine benefits from, which is the reason to correct it in public rather than leave the cold chart to be read as a steady-state ranking.

These artifacts are auxiliary evidence, outside the freeze. They are retained under reports/raw/warm-latency/ — the batch series, the environment stamp, and the per-case evidence each batch produced, so that a reader can check the batch did the real work rather than less of it — but freeze/v1 does not digest them, and this amendment does not extend it to. A warm number carries the pinned amendment commit 2007f15d687e…'s immutability for its bytes and no stronger guarantee, exactly as the cold timing sidecars do. No warm run wrote a normalized report, produced an outcome, or touched a scored population; validate-reports and the freeze manifest never read this directory.

The warm marginal above answers what one more case costs a process already running, and only one adapter's released CLI let it be measured. This section answers a different question that every adapter can be asked: what does one invocation cost before it has anything to find? It is published under Amendment A24, preregistered — estimator, bias, tolerance, fixtures and presentation — before the first estimate existed.

The method, in one sentence: run one complete adapter invocation — same pipeline, same committed policy, rule or query, same flags, same subprocess shape, both subprocesses where the adapter has two — over a trivial no-flow fixture that declares the benchmark's own source and sink endpoints and never connects them, and take the runner's wall-clock around it. The fixture is generated into a scratch workspace before the process is spawned, exactly as every other fixture is, and is retained beside the measurement. Nothing is added to cases/: no population, denominator or freeze sees these files, and they are not cases.

What the number is biased by, in both directions. A trivial file is still parsed, still extracted, still queried, so the measurement is fixed overhead plus that near-zero analysis: it is an upper bound on start-up and warm-up, and the true fixed cost is at or below it. And it is a cold, single-shot execution — no warm JIT, no primed cache — which is exactly the posture the cold rows above are measured in, and exactly not the posture of a resident deployment, where both this figure and those rows would fall. It is an estimate, labelled one everywhere it appears, and it is never subtracted from a cold number, never substituted for one, and never used to order a row.

AdapterFixture languageEstimated overhead (range over every repeat)WidthEvery repeatCold median, same kernelLow end as a share of coldLoad observedMarked on the chart?
Bifrostpython135 ms – 236 ms101 ms236 ms, 135 ms, 138 ms154 ms88%4.2yes
CodeQLruby3.50 s – 3.79 s290 ms3.79 s, 3.50 s, 3.55 s4.51 s78%2.8 to 2.9yes
FlowDroidjava594 ms – 616 ms22 ms616 ms, 594 ms, 608 ms759 ms78%1.9yes
Inferc253 ms – 463 ms210 ms463 ms, 253 ms, 253 ms275 ms92%2.2 to 2.2yes
Joernjava7.80 s – 8.50 s707 ms8.48 s, 8.50 s, 7.80 s8.77 s89%4.8 to 5.3yes
Joernphp3.65 s – 4.39 s744 ms4.39 s, 3.76 s, 3.65 s4.71 s77%2.1 to 2.2yes
OpenTaintkotlin3.64 s – 3.71 s65 ms3.70 s, 3.64 s, 3.71 s4.43 s82%2.7 to 3.9yes
Pysapython2.42 s – 2.51 s95 ms2.42 s, 2.48 s, 2.51 s2.93 s83%2.4 to 2.6yes
Semgrep CEkotlin936 ms – 944 ms8 ms940 ms, 944 ms, 936 ms1.22 s77%1.6 to 1.7yes

The published figure is a range, and its width is the measurement's precision. Each estimate is repeated a fixed number of times — the count is a constant in the runner's source, not a per-run choice — every repeat is retained and printed above, and what is published is the range those repeats span. Never a mean, never a chosen repeat, and never withheld because the repeats disagreed: a disagreement widens the range, which is the honest consequence of it, and there is no agreement threshold anywhere in this machinery to be justified or tuned — a unit test asserts that no such constant exists. This is the same convention the warm-marginal figures publish under, shared rather than re-derived. The build re-derives each range from the retained repeats and fails if it disagrees with what the runner wrote.

The last column is what decides a chart mark, and the threshold is preregistered. A row carries a dashed span only where its range starts at or above 25% of that adapter's cold median on the same kernel. The cut is relative because the chart's axis is logarithmic and its rows span two orders of magnitude, so a share of each row's own median is the same visual claim everywhere, where a fixed millisecond cut would mark every slow adapter and no fast one whatever its overhead actually was; and it reads the range's low end so that a mark can never appear on the strength of one slow repeat. An unmarked row is not an unmeasured one — every value is in the table above.

The load column is the machine's own condition, published rather than summarized as the word "quiet". Each repeat samples the one-minute load average immediately before its subprocess is spawned, and the column is the range those samples span, so a figure taken on a busy machine can be discounted instead of taken on trust. Two disciplines stand behind those numbers: no other analyzer under measurement competes for the machine, and — because nine heavy analyzers run back to back drive the load up by themselves — each adapter's measurement waits for the load to settle before it begins, so what a row records is the machine's state and not its own position in the sequence.

Joern is the one adapter where three figures can be set side by side, and they are three different things. Its estimated per-invocation overhead on the Java kernel is 7.80 s – 8.50 s — a measured upper bound, published across the range its repeats spanned. The fitted fixed cost, the intercept of the warm batch series on the same kernel, is 2.90 s – 4.29 s — not measured at all, but inferred from a line through five batches. And its measured warm marginal, the cost of one more case in a process already running, is 5.06 s – 5.24 s. The first two are two routes to the same quantity and the third is a different quantity entirely.

Those first two routes disagree, by roughly a factor of three, and the disagreement is the informative part. Neither corrects the other and their difference is not published as a measurement, but the direction is exactly what the two constructions predict. The estimate is an upper bound that contains work the intercept excludes by construction: a whole trivial invocation — a fresh JVM, the Java front end loaded, a CPG built for the fixture, and the kernel script run over it — where the fitted intercept is what is left when a line through five batch sizes is extended back to zero cases, and every per-case cost the batch pays has been taken out of it. So the true once-per-process cost is bounded above by the estimate and approached from below by the intercept, and the gap between them is the part of "fixed cost" that neither construction can see on its own: not observable from inside one invocation, and not separable from per-case work inside a batch. That is the honest reading, and it is why this page publishes both figures rather than reconciling them into one.

Which adapters an estimate could be taken for

Each adapter is estimated in the language of its cheapest kernel arm — the core kernel whose cold median is that adapter's lowest — because that is the arm where fixed cost is the largest share of the number, and the arm whose trivial-fixture invocation is least dominated by analysis. Joern is additionally estimated on Java, so that A21's Java warm figures have a same-language estimate to be compared against; that second figure is labelled by its own language and is not the one the cheapest-arm rule selects.

AdapterFixture languageVerdictEvidence
Bifrostpython
its cheapest kernel arm
Measured3 repeats — 236 ms, 135 ms, 138 ms — published as the 135 ms to 236 ms range they span.
CodeQLruby
its cheapest kernel arm
Measured3 repeats — 3.79 s, 3.50 s, 3.55 s — published as the 3.50 s to 3.79 s range they span.
FlowDroidjava
its cheapest kernel arm
Measured3 repeats — 616 ms, 594 ms, 608 ms — published as the 594 ms to 616 ms range they span.
Inferc
its cheapest kernel arm
Measured3 repeats — 463 ms, 253 ms, 253 ms — published as the 253 ms to 463 ms range they span.
Joernphp
its cheapest kernel arm
Measured3 repeats — 4.39 s, 3.76 s, 3.65 s — published as the 3.65 s to 4.39 s range they span.
OpenTaintkotlin
its cheapest kernel arm
Measured3 repeats — 3.70 s, 3.64 s, 3.71 s — published as the 3.64 s to 3.71 s range they span.
Pysapython
its only kernel arm
Measured3 repeats — 2.42 s, 2.48 s, 2.51 s — published as the 2.42 s to 2.51 s range they span.
Semgrep CEkotlin
its cheapest kernel arm
Measured3 repeats — 940 ms, 944 ms, 936 ms — published as the 936 ms to 944 ms range they span.
Joernjava
not its cheapest arm — measured so that A21's Java warm figures have a same-language estimate to be compared against
Measured3 repeats — 8.48 s, 8.50 s, 7.80 s — published as the 7.80 s to 8.50 s range they span.

There is exactly one kind of missing figure here, and it is a fact about a machine.Environment means the pinned distribution is not installed where the estimator ran, so the invocation was never attempted — explicitly not a statement about the adapter's released CLI, unlike A15's capability declines above, and resolved by running the same committed command where the distribution is installed. There is no second kind: because the figure is a range over every repeat, noisy repeats produce a wide range rather than a withheld number, so nothing is ever missing for having been measured badly. Nothing is filled in by inference either — no estimate here is derived from an adapter's runtime, its architecture, another adapter's estimate, or the same adapter's estimate in another language.

These artifacts are auxiliary evidence, outside the freeze, retained under reports/raw/invocation-overhead/: every repeat with its phase split and the one-minute load average it was taken under, the trivial fixture itself with its digest, the resolved configuration where the adapter's is per-case, the published range, and the environment stamp. freeze/v1 does not digest them, exactly as it does not digest the warm artifacts or the cold timing sidecars, so an estimate carries the pinned amendment commit 2007f15d687e…'s immutability for its bytes and no stronger guarantee. No estimator run wrote a normalized report, produced an outcome, or touched a scored population.

The tier's declared unit of aggregation: one row per slice — adapter × language × population — because a median over a whole adapter mixes languages whose fixtures differ in size and whose front ends differ in cost. Each row is one bound report. Rows are not ranked and columns are not compared across adapters with different granularity. One disclosure per adapter, for the same reason: the rows inside one of them are the rows that share a granularity.

Bifrost — 20 slices

Show the data table — 20 slices for Bifrost
SliceLanguageProfileTimed / boundMedianQ1Q3
bifrost-smoke13 languagesbenchmark-controlled117 / 118164 ms157 ms13.1 s
bifrost-c-kernelcbenchmark-controlled50 / 50204 ms177 ms216 ms
bifrost-cpp-kernelcppbenchmark-controlled56 / 56198 ms177 ms210 ms
bifrost-csharp-kernelcsharpbenchmark-controlled58 / 58190 ms174 ms199 ms
bifrost-go-kernelgobenchmark-controlled58 / 58228 ms215 ms239 ms
bifrost-java-kerneljavabenchmark-controlled58 / 5819.0 s18.8 s19.3 s
bifrost-java-modelingjavabenchmark-controlled8 / 2413.4 s13.4 s13.4 s
bifrost-java-nativejavatool-native0 / 12n/an/an/a
bifrost-javascript-kerneljavascriptbenchmark-controlled58 / 58165 ms162 ms173 ms
bifrost-javascript-modelingjavascriptbenchmark-controlled8 / 24165 ms159 ms166 ms
bifrost-javascript-nativejavascripttool-native0 / 12n/an/an/a
bifrost-kotlin-kernelkotlinbenchmark-controlled58 / 5813.3 s13.2 s13.4 s
bifrost-php-kernelphpbenchmark-controlled58 / 58158 ms152 ms165 ms
bifrost-python-kernelpythonbenchmark-controlled58 / 58154 ms150 ms159 ms
bifrost-python-modelingpythonbenchmark-controlled8 / 24151 ms148 ms153 ms
bifrost-python-nativepythontool-native0 / 12n/an/an/a
bifrost-ruby-kernelrubybenchmark-controlled58 / 58163 ms156 ms176 ms
bifrost-rust-kernelrustbenchmark-controlled56 / 56161 ms157 ms169 ms
bifrost-scala-kernelscalabenchmark-controlled58 / 5813.1 s13.0 s13.2 s
bifrost-typescript-kerneltypescriptbenchmark-controlled58 / 58161 ms155 ms166 ms

FlowDroid — 4 slices

Show the data table — 4 slices for FlowDroid
SliceLanguageProfileTimed / boundMedianQ1Q3total median compile median dex median analyze median
flowdroid-java-kerneljavabenchmark-controlled58 / 58759 ms714 ms786 msn/an/an/an/a
flowdroid-java-modelingjavabenchmark-controlled14 / 24576 ms567 ms588 msn/a501 ms330 ms576 ms
flowdroid-java-nativejavatool-native0 / 12n/an/an/an/an/an/an/a
flowdroid-kotlin-kernelkotlinbenchmark-controlled58 / 58996 ms923 ms1.03 sn/an/an/an/a

Infer — 5 slices

Show the data table — 5 slices for Infer
SliceLanguageProfileTimed / boundMedianQ1Q3capture median analyze median
infer-c-kernelcbenchmark-controlled48 / 48275 ms271 ms279 ms78 ms198 ms
infer-cpp-kernelcppbenchmark-controlled56 / 56292 ms274 ms1.49 s79 ms200 ms
infer-java-kerneljavabenchmark-controlled58 / 583.90 s3.85 s3.96 s3.69 s200 ms
infer-java-modelingjavabenchmark-controlled10 / 243.98 s3.92 s4.04 s3.78 s201 ms
infer-java-nativejavatool-native0 / 12n/an/an/an/an/a

Semgrep CE — 17 slices

Show the data table — 17 slices for Semgrep CE
SliceLanguageProfileTimed / boundMedianQ1Q3
semgrep-c-kernelcbenchmark-controlled14 / 481.14 s1.12 s1.15 s
semgrep-cpp-kernelcppbenchmark-controlled14 / 561.21 s1.16 s1.32 s
semgrep-go-kernelgobenchmark-controlled14 / 581.44 s1.41 s1.49 s
semgrep-java-kerneljavabenchmark-controlled14 / 581.28 s1.22 s1.37 s
semgrep-java-modelingjavabenchmark-controlled10 / 241.26 s1.20 s1.32 s
semgrep-java-nativejavatool-native0 / 12n/an/an/a
semgrep-javascript-kerneljavascriptbenchmark-controlled14 / 581.32 s1.21 s1.40 s
semgrep-javascript-modelingjavascriptbenchmark-controlled10 / 241.27 s1.23 s1.41 s
semgrep-javascript-nativejavascripttool-native0 / 12n/an/an/a
semgrep-kotlin-kernelkotlinbenchmark-controlled14 / 581.22 s1.18 s1.28 s
semgrep-php-kernelphpbenchmark-controlled14 / 581.20 s1.17 s1.22 s
semgrep-python-kernelpythonbenchmark-controlled14 / 581.29 s1.21 s1.38 s
semgrep-python-modelingpythonbenchmark-controlled10 / 241.33 s1.24 s1.38 s
semgrep-python-nativepythontool-native12 / 122.86 s2.84 s2.88 s
semgrep-ruby-kernelrubybenchmark-controlled14 / 581.43 s1.31 s1.54 s
semgrep-rust-kernelrustbenchmark-controlled14 / 541.43 s1.24 s1.55 s
semgrep-typescript-kerneltypescriptbenchmark-controlled14 / 581.49 s1.48 s1.55 s

Pysa — 3 slices

Show the data table — 3 slices for Pysa
SliceLanguageProfileTimed / boundMedianQ1Q3
pysa-python-kernelpythonbenchmark-controlled58 / 582.93 s2.89 s2.98 s
pysa-python-modelingpythonbenchmark-controlled20 / 242.93 s2.89 s2.96 s
pysa-python-nativepythontool-native12 / 122.69 s2.66 s2.72 s

OpenTaint — 4 slices

Show the data table — 4 slices for OpenTaint
SliceLanguageProfileTimed / boundMedianQ1Q3
opentaint-java-kerneljavabenchmark-controlled58 / 584.25 s4.18 s4.37 s
opentaint-java-modelingjavabenchmark-controlled12 / 244.28 s4.15 s4.34 s
opentaint-java-nativejavatool-native0 / 12n/an/an/a
opentaint-kotlin-kernelkotlinbenchmark-controlled58 / 584.43 s4.32 s4.59 s

Joern — 12 slices

Show the data table — 12 slices for Joern
SliceLanguageProfileTimed / boundMedianQ1Q3
joern-java-kerneljavabenchmark-controlled58 / 588.77 s8.71 s8.84 s
joern-java-modelingjavabenchmark-controlled16 / 248.89 s8.81 s9.52 s
joern-java-nativejavatool-native0 / 12n/an/an/a
joern-javascript-kerneljavascriptbenchmark-controlled58 / 585.15 s5.03 s5.35 s
joern-javascript-modelingjavascriptbenchmark-controlled16 / 244.94 s4.85 s4.97 s
joern-javascript-nativejavascripttool-native0 / 12n/an/an/a
joern-php-kernelphpbenchmark-controlled58 / 584.71 s4.66 s4.84 s
joern-python-kernelpythonbenchmark-controlled58 / 584.39 s4.31 s4.46 s
joern-python-modelingpythonbenchmark-controlled16 / 244.23 s4.14 s4.36 s
joern-python-nativepythontool-native0 / 12n/an/an/a
joern-ruby-kernelrubybenchmark-controlled58 / 586.66 s6.52 s6.75 s
joern-rust-kernelrustbenchmark-controlled54 / 546.29 s6.12 s6.39 s

CodeQL — 17 slices

Show the data table — 17 slices for CodeQL
SliceLanguageProfileTimed / boundMedianQ1Q3database-create median database-analyze median
codeql-c-kernelcbenchmark-controlled50 / 505.82 s5.68 s6.14 s1.35 s4.46 s
codeql-cpp-kernelcppbenchmark-controlled56 / 565.74 s5.62 s17.9 s1.37 s4.41 s
codeql-csharp-kernelcsharpbenchmark-controlled58 / 5820.0 s19.7 s20.5 s11.2 s8.92 s
codeql-go-kernelgobenchmark-controlled58 / 586.36 s6.20 s6.59 s3.36 s2.99 s
codeql-java-kerneljavabenchmark-controlled58 / 5811.2 s11.1 s11.4 s6.01 s5.17 s
codeql-java-modelingjavabenchmark-controlled24 / 2410.9 s10.7 s11.0 s6.05 s4.81 s
codeql-java-nativejavatool-native12 / 1215.0 s14.8 s15.9 s5.69 s9.32 s
codeql-javascript-kerneljavascriptbenchmark-controlled58 / 588.23 s8.14 s8.30 s3.34 s4.89 s
codeql-javascript-modelingjavascriptbenchmark-controlled24 / 248.10 s8.01 s8.18 s3.39 s4.71 s
codeql-javascript-nativejavascripttool-native12 / 1212.6 s12.3 s13.1 s3.20 s9.36 s
codeql-kotlin-kernelkotlinbenchmark-controlled58 / 5816.3 s16.2 s16.5 s11.0 s5.27 s
codeql-python-kernelpythonbenchmark-controlled58 / 585.55 s5.53 s5.65 s1.99 s3.57 s
codeql-python-modelingpythonbenchmark-controlled24 / 245.38 s5.34 s5.45 s2.00 s3.40 s
codeql-python-nativepythontool-native12 / 126.78 s6.75 s6.87 s1.96 s4.82 s
codeql-ruby-kernelrubybenchmark-controlled58 / 584.51 s4.45 s4.57 s1.22 s3.28 s
codeql-rust-kernelrustbenchmark-controlled56 / 5646.8 s46.5 s47.4 s20.5 s26.2 s
codeql-typescript-kerneltypescriptbenchmark-controlled58 / 588.33 s8.28 s8.44 s3.48 s4.87 s

Of the case results in this bound latency corpus, 2725 invoked an analyzer and carry a timing sidecar. 755 do not, and every one of them is accounted for:

Outcome of the untimed caseCases
unsupported755

An unsupported case is decided from case metadata before the analyzer is invoked, so there is no subprocess and there is nothing to time. Those cases are absent from every distribution on this page, not entered as zero — entering them as zero would make the adapters that decline the most look the fastest, which is exactly backwards. Every case that did invoke an analyzer is timed; the timed and untimed columns account for the whole bound population with no remainder.

Provenance and what the freeze does and does not guarantee

Section titled “Provenance and what the freeze does and does not guarantee”

Every cold number above was derived at build time from v0.7.1's archived latency-evidence bundle. The bundle was generated from that release commit's retained timing sidecars, and its population comes from the results model generated by freeze manifest f5416cded589…. Snapshot pages select this bundle explicitly: advancing the current correctness freeze cannot add a case, replace a timing, or relabel an analyzer on a historical page. The warm and invocation-overhead amendments are likewise read from a checked-in auxiliary bundle pinned to commit 2007f15d687e0081c948e55bba39c952d248ee0f; they never read the mutable working-tree artifact directories.

One limit, stated rather than left to be assumed. The freeze/v1 manifest binds one raw-evidence digest per result; the timing sidecar and the environment stamp are additive files beside that evidence and are not themselves digested by the manifest. So a number on this page carries the freeze's guarantee that the run it belongs to is bound and byte-verified, and the release commit plus the checked-in archive's own Git history preserve the timing bytes selected for rendering. It does not carry a freeze-manifest digest over those timing bytes. Extending the manifest to bind them is a freeze/v2 question, and it is named here rather than smuggled in under a schema version that does not describe it.