Skip to content

Improve substitution to avoid eager composition and preserve sharing#20

Open
mtzguido wants to merge 3 commits into
masterfrom
perf-0004
Open

Improve substitution to avoid eager composition and preserve sharing#20
mtzguido wants to merge 3 commits into
masterfrom
perf-0004

Conversation

@mtzguido

Copy link
Copy Markdown
Owner

Port key ideas from PR FStarLang#3970 (subst improvements):

  1. delay: Don't coalesce nested Tm_delayed nodes. Previously, delay
    would compose substitutions when encountering an existing Tm_delayed,
    which breaks structural sharing and causes quadratic memory blowup
    on deeply nested let-expressions (issue Performance blow up FStarLang/FStar#3800).

  2. push_subst: Handle Tm_delayed by recursing through compress_subst
    instead of failing. This allows nested delayed substitutions to be
    resolved incrementally.

  3. Tm_uvar: Use simple compose_subst instead of compose_uvar_subst
    in push_subst.

  4. compress: Simplified to a single recursive function that resolves
    uvars and pushes substitutions in one pass.

Benchmarks (1116 matched tests, heavy tests > 100 MiB):
Memory: median +0.0%, mean -0.1%, range [-20.4%, +4.3%]
(Main impact is on pathological cases like issue FStarLang#3800.)

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

@mtzguido

Copy link
Copy Markdown
Owner Author

!bench

@github-actions

Copy link
Copy Markdown

🔬 F* Performance Comparison

Baseline: Base (master @ cae0b5df3eb926e8dc42383f85f574ea9101d842) | Patched: PR #20 (perf-0004 @ 5bf434f6ba0e61698d0dde3ba3792013a96c271d) | Matched: 2036 tests

Summary

Metric Median Mean Geo Mean Std Dev P5 → P95 Min → Max
Memory +0.0% +0.1% 1.001× 0.9% -0.9% → +1.2% -4.8% → +20.7%
Time +3.6% +3.8% 1.037× 4.3% -1.1% → +9.0% -28.6% → +101.0%

Totals: Memory: 685.7 MiB | Time: +116.7s

Change Distribution

Metric 🟢 Improved (>5%) ⚪ Unchanged (±5%) 🔴 Regressed (>5%)
Memory 0 (0%) 2033 (100%) 3 (0%)
Time 7 (0%) 1405 (71%) 575 (29%)

Heavy Tests (baseline > 100 MiB, n=1515)

Metric Median Mean Geo Mean Std Dev P5 → P95
Memory +0.0% +0.1% 1.001× 0.8% -0.9% → +1.2%
Time +3.7% +4.0% 1.039× 4.7% -1.0% → +9.1%
📉 Top 20 Memory Improvements
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/calc/_cache/Long.fst.checked 1.1 GiB 1.1 GiB -2.1% 20.41s 21.32s +4.4%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 649.0 MiB 641.0 MiB -1.2% 27.66s 29.09s +5.2%
…s/data_structures/_cache/BinaryTreesEnumeration.fst.checked 273.0 MiB 270.0 MiB -1.1% 3.02s 3.29s +9.1%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.7 GiB 1.7 GiB -0.2% 22.07s 23.10s +4.6%
examples/oplss2021/_cache/OPLSS2021.ParDiv.fst.checked 214.0 MiB 211.0 MiB -1.4% 3.09s 3.44s +11.2%
tests/bug-reports/closed/_output/Bug541.ml 112.0 MiB 109.0 MiB -2.7% 0.50s 0.53s +5.8%
tests/error-messages/_output/Bug1997.fst.json_output 127.0 MiB 124.0 MiB -2.4% 1.08s 1.11s +2.7%
tests/semiring/_cache/CanonCommSemiring.fst.checked 615.0 MiB 612.0 MiB -0.5% 14.96s 15.94s +6.6%
examples/layeredeffects/.depend 68.2 MiB 65.8 MiB -3.5% 0.61s 0.61s +0.3%
examples/dsls/dependent_bool_refinement/.depend 56.6 MiB 54.4 MiB -3.9% 0.32s 0.33s +3.1%
…enchmarks/_cache/InlineForExtractionNormRequest.fst.checked 91.4 MiB 89.2 MiB -2.4% 0.27s 0.27s +1.1%
tests/bug-reports/closed/_cache/Bug195.fst.checked 90.9 MiB 88.8 MiB -2.3% 0.25s 0.26s +5.2%
tests/micro-benchmarks/_cache/Qualifiers.fst.checked 90.7 MiB 88.6 MiB -2.3% 0.25s 0.26s +2.8%
tests/restricted_includes/.depend 54.0 MiB 51.9 MiB -3.9% 0.27s 0.29s +9.4%
tests/error-messages/_output/Bug2980.fst.json_output 90.5 MiB 88.4 MiB -2.3% 0.24s 0.25s +3.8%
tests/bug-reports/closed/_cache/Bug3232a.fst.checked 90.7 MiB 88.6 MiB -2.3% 0.24s 0.25s +4.5%
tests/bug-reports/closed/_cache/Bug1106b.fst.checked 90.8 MiB 88.7 MiB -2.3% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug2125a.fst.checked 91.2 MiB 89.2 MiB -2.3% 0.25s 0.26s +6.5%
tests/micro-benchmarks/_cache/QuantifierOps.fst.checked 91.9 MiB 89.8 MiB -2.2% 0.27s 0.28s +3.7%
doc/old/tutorial/code/exercises/.depend 55.6 MiB 53.6 MiB -3.6% 0.30s 0.31s +2.3%
📈 Top 20 Memory Regressions
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 1.2 GiB 1.4 GiB +20.7% 25.60s 51.45s +101.0%
tests/tactics/_cache/Prettify.fst.checked 941.0 MiB 984.0 MiB +4.6% 21.19s 23.95s +13.0%
pulse/test/_output/Defer.ml 395.0 MiB 407.0 MiB +3.0% 2.90s 3.14s +8.4%
…s/micro-benchmarks/_cache/RecordFieldAttributes.fst.checked 245.0 MiB 253.0 MiB +3.3% 1.90s 2.09s +9.9%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 363.0 MiB 371.0 MiB +2.2% 7.67s 8.86s +15.6%
examples/metatheory/_cache/LambdaOmega.fst.checked 501.0 MiB 509.0 MiB +1.6% 13.07s 13.59s +3.9%
tests/tactics/_cache/WeakVsHNF.fst.checked 236.0 MiB 243.0 MiB +3.0% 1.99s 2.12s +6.4%
examples/oplss2021/_cache/OPLSS2021.IFC.fst.checked 247.0 MiB 254.0 MiB +2.8% 5.46s 6.00s +10.0%
bare-tests/_output/NonexistentInclude.fst.output 45.0 MiB 51.2 MiB +13.8% 0.07s 0.37s +404.1%
tests/semiring/_cache/CanonCommSemiring.Test.fst.checked 432.0 MiB 438.0 MiB +1.4% 5.92s 6.59s +11.4%
examples/dsls/stlc/_cache/STLC.Core.fst.checked 450.0 MiB 456.0 MiB +1.3% 7.58s 7.79s +2.8%
tests/tactics/_cache/SyntaxBasics.fst.checked 242.0 MiB 247.0 MiB +2.1% 1.83s 1.96s +6.9%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 641.0 MiB 646.0 MiB +0.8% 30.05s 31.61s +5.2%
tests/hacl/_cache/Lib.Sequence.Lemmas.fsti.checked 375.0 MiB 380.0 MiB +1.3% 5.86s 6.19s +5.6%
tests/hacl/_cache/Lib.Exponentiation.Definition.fst.checked 316.0 MiB 321.0 MiB +1.6% 6.20s 6.75s +8.9%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 665.0 MiB 670.0 MiB +0.8% 40.22s 42.41s +5.4%
tests/tactics/_cache/SyntaxTest.fst.checked 218.0 MiB 222.0 MiB +1.8% 1.73s 1.87s +8.6%
tests/tactics/_cache/Bug1256.fst.checked 188.0 MiB 192.0 MiB +2.1% 1.07s 1.13s +5.8%
…s/micro-benchmarks/_cache/MachineIntegerPrimops.fst.checked 123.0 MiB 127.0 MiB +3.3% 0.47s 0.52s +9.5%
tests/machine_integers/_cache/TestPrint.fst.checked 210.0 MiB 214.0 MiB +1.9% 1.65s 1.68s +2.0%
⬇️ Top 20 Time Improvements
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
examples/rel/_cache/Benton2004.RHL.Examples.fst.checked 220.0 MiB 220.0 MiB +0.0% 42.23s 30.13s -28.6%
examples/data_structures/_cache/RBTreeIntrinsic.fst.checked 343.0 MiB 344.0 MiB +0.3% 97.89s 94.39s -3.6%
examples/data_structures/_cache/RBTree.fst.checked 169.0 MiB 171.0 MiB +1.2% 5.45s 5.26s -3.4%
tests/bug-reports/closed/_cache/Bug162.fst.checked 277.0 MiB 277.0 MiB +0.0% 7.31s 7.19s -1.7%
doc/old/tutorial/code/solutions/_cache/Ex07b.fst.checked 193.0 MiB 194.0 MiB +0.5% 3.01s 2.92s -3.1%
pulse/test/_cache/Goto.fst.checked 343.0 MiB 342.0 MiB -0.3% 2.93s 2.85s -2.8%
tests/bug-reports/closed/_cache/Bug281.fst.checked 133.0 MiB 134.0 MiB +0.8% 2.17s 2.09s -3.8%
pulse/test/_cache/ImpureSpec.fst.checked 331.0 MiB 331.0 MiB +0.0% 2.84s 2.78s -2.3%
examples/rel/_cache/Swap.fst.checked 164.0 MiB 164.0 MiB +0.0% 1.76s 1.70s -3.4%
examples/crypto/_cache/RPC.fst.checked 193.0 MiB 193.0 MiB +0.0% 1.21s 1.15s -4.3%
examples/tactics/_cache/HandleSmtGoal.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.74s -5.0%
doc/book/code/_cache/GradedMonad.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.85s 0.81s -4.2%
examples/rel/_cache/Benton2004.RHL.fsti.checked 194.0 MiB 194.0 MiB +0.0% 1.27s 1.24s -2.7%
tests/error-messages/_cache/Calc.fst.checked 212.0 MiB 212.0 MiB +0.0% 1.50s 1.46s -2.1%
pulse/test/bug-reports/_cache/Bug95b.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.40s 1.37s -2.1%
doc/old/tutorial/code/exercises/_cache/Ex12d.Pad.fst.checked 150.0 MiB 150.0 MiB +0.0% 0.57s 0.54s -4.8%
tests/error-messages/_cache/PatternMatch.fst.checked 113.0 MiB 112.0 MiB -0.9% 0.53s 0.50s -4.9%
examples/preorders/_cache/Ariadne.fst.checked 166.0 MiB 167.0 MiB +0.6% 1.58s 1.55s -1.5%
tests/bug-reports/closed/_cache/Bug3213.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.35s 0.33s -6.8%
…mples/layeredeffects/_cache/BUGSLowParseWriters.fst.checked 151.0 MiB 155.0 MiB +2.6% 1.02s 1.00s -2.4%
⬆️ Top 20 Time Regressions
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 1.2 GiB 1.4 GiB +20.7% 25.60s 51.45s +101.0%
examples/rel/_cache/Benton2004.fst.checked 656.0 MiB 657.0 MiB +0.2% 18.14s 24.80s +36.7%
…ples/dsls/bool_refinement/_cache/BoolRefinement.fst.checked 761.0 MiB 761.0 MiB +0.0% 57.44s 61.69s +7.4%
examples/rel/_cache/Benton2004.DDCC.fst.checked 622.0 MiB 622.0 MiB +0.0% 38.84s 42.39s +9.1%
tests/tactics/_cache/Prettify.fst.checked 941.0 MiB 984.0 MiB +4.6% 21.19s 23.95s +13.0%
examples/data_structures/_cache/BinomialQueue.fst.checked 375.0 MiB 376.0 MiB +0.3% 46.86s 49.05s +4.7%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 665.0 MiB 670.0 MiB +0.8% 40.22s 42.41s +5.4%
examples/rel/_cache/ReifyLong.fst.checked 1.1 GiB 1.1 GiB +0.0% 17.10s 18.82s +10.0%
tests/vale/_cache/X64.Vale.Decls.fst.checked 412.0 MiB 413.0 MiB +0.2% 85.86s 87.55s +2.0%
tests/machine_integers/BigList.memcheck 258.0 MiB 257.0 MiB -0.4% 1.96s 3.56s +81.5%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 641.0 MiB 646.0 MiB +0.8% 30.05s 31.61s +5.2%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 649.0 MiB 641.0 MiB -1.2% 27.66s 29.09s +5.2%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 363.0 MiB 371.0 MiB +2.2% 7.67s 8.86s +15.6%
examples/preorders/_cache/Protocol.fst.checked 334.0 MiB 333.0 MiB -0.3% 18.26s 19.32s +5.8%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.7 GiB 1.7 GiB -0.2% 22.07s 23.10s +4.6%
examples/rel/_cache/Benton2004.RHL.fst.checked 394.0 MiB 396.0 MiB +0.5% 10.91s 11.93s +9.3%
tests/semiring/_cache/CanonCommSemiring.fst.checked 615.0 MiB 612.0 MiB -0.5% 14.96s 15.94s +6.6%
examples/layeredeffects/_cache/AlgForAll.fst.checked 318.0 MiB 318.0 MiB +0.0% 8.56s 9.52s +11.2%
examples/rel/_cache/Benton2004.RHL.Examples2.fst.checked 180.0 MiB 181.0 MiB +0.6% 10.41s 11.37s +9.1%
tests/calc/_cache/Long.fst.checked 1.1 GiB 1.1 GiB -2.1% 20.41s 21.32s +4.4%
📋 Full Comparison (2036 tests)
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
bare-tests/.depend 41.8 MiB 41.8 MiB +0.0% 0.06s 0.07s +8.1%
bare-tests/_cache/A.fst.checked 45.0 MiB 44.9 MiB -0.2% 0.07s 0.07s -1.4%
bare-tests/_cache/Check.fst.checked 45.0 MiB 44.9 MiB -0.3% 0.07s 0.07s +1.4%
bare-tests/_cache/FStar.Attributes.fsti.checked 70.3 MiB 71.1 MiB +1.1% 0.27s 0.29s +8.2%
bare-tests/_cache/Ix1.fst.checked 44.8 MiB 45.0 MiB +0.5% 0.07s 0.07s +2.7%
bare-tests/_cache/Ix1.fsti.checked 45.0 MiB 45.0 MiB +0.1% 0.07s 0.07s +2.8%
bare-tests/_cache/Ix2.fst.checked 44.8 MiB 44.9 MiB +0.1% 0.08s 0.07s -2.6%
bare-tests/_cache/Ix2.fsti.checked 44.9 MiB 44.9 MiB -0.2% 0.07s 0.07s +0.0%
bare-tests/_cache/Ix3.fst.checked 44.8 MiB 45.1 MiB +0.5% 0.08s 0.07s -2.6%
bare-tests/_cache/Ix3.fsti.checked 45.0 MiB 44.8 MiB -0.4% 0.07s 0.07s -1.3%
bare-tests/_cache/Ix4.fst.checked 64.6 MiB 65.2 MiB +0.8% 0.12s 0.12s +1.7%
bare-tests/_cache/Ix4.fsti.checked 64.2 MiB 64.3 MiB +0.2% 0.11s 0.12s +6.1%
bare-tests/_cache/NonexistentInclude.fst.checked 45.0 MiB 44.9 MiB -0.2% 0.07s 0.08s +8.5%
bare-tests/_cache/Prims.fst.checked 89.4 MiB 89.8 MiB +0.5% 0.44s 0.46s +2.7%
bare-tests/_cache/Ticked.fst.checked 70.7 MiB 71.0 MiB +0.4% 0.23s 0.22s -1.3%
bare-tests/_output/Check.fst.output 50.8 MiB 51.3 MiB +1.0% 0.37s 0.36s -2.5%
bare-tests/_output/NonexistentInclude.fst.output 45.0 MiB 51.2 MiB +13.8% 0.07s 0.37s +404.1%
doc/book/code/.depend 61.6 MiB 61.2 MiB -0.5% 0.54s 0.56s +4.1%
doc/book/code/_cache/AdHocEffectPolymorphism.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.46s 0.49s +4.7%
doc/book/code/_cache/Alex.fst.checked 112.0 MiB 113.0 MiB +0.9% 0.40s 0.41s +3.3%
doc/book/code/_cache/AlexOpaque.fst.checked 125.0 MiB 126.0 MiB +0.8% 0.71s 0.73s +2.4%
doc/book/code/_cache/Connectives.fst.checked 140.0 MiB 141.0 MiB +0.7% 0.71s 0.72s +1.4%
doc/book/code/_cache/Divergence.fst.checked 146.0 MiB 146.0 MiB +0.0% 0.99s 1.03s +3.9%
doc/book/code/_cache/FactorialTailRec.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.62s 0.65s +3.4%
doc/book/code/_cache/GradedMonad.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.85s 0.81s -4.2%
doc/book/code/_cache/HintReplay.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +3.7%
doc/book/code/_cache/Imp.fst.checked 160.0 MiB 160.0 MiB +0.0% 1.43s 1.50s +4.3%
doc/book/code/_cache/LList.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.50s 0.54s +8.4%
doc/book/code/_cache/MerkleTree.fst.checked 215.0 MiB 215.0 MiB +0.0% 1.83s 1.94s +5.9%
doc/book/code/_cache/MonadFunctorInference.fst.checked 170.0 MiB 171.0 MiB +0.6% 0.75s 0.78s +2.9%
doc/book/code/_cache/Part1.Assertions.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +3.3%
doc/book/code/_cache/Part1.GettingOffTheGround.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.53s 0.57s +6.0%
doc/book/code/_cache/Part1.Inductives.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.67s 0.71s +6.2%
doc/book/code/_cache/Part1.Lemmas.fst.checked 153.0 MiB 155.0 MiB +1.3% 1.59s 1.68s +5.7%
doc/book/code/_cache/Part1.Poly.fst.checked 89.9 MiB 89.7 MiB -0.2% 0.29s 0.29s +0.7%
doc/book/code/_cache/Part1.Poly2.fst.checked 88.7 MiB 88.7 MiB +0.0% 0.25s 0.27s +4.7%
doc/book/code/_cache/Part1.Quicksort.Generic.fst.checked 140.0 MiB 141.0 MiB +0.7% 1.20s 1.25s +4.5%
doc/book/code/_cache/Part1.Quicksort.Main.fst.checked 186.0 MiB 186.0 MiB +0.0% 0.80s 0.85s +5.7%
doc/book/code/_cache/Part1.Quicksort.Permutation.fst.checked 147.0 MiB 147.0 MiB +0.0% 1.48s 1.58s +6.8%
doc/book/code/_cache/Part1.Quicksort.fst.checked 156.0 MiB 157.0 MiB +0.6% 1.92s 1.99s +3.5%
doc/book/code/_cache/Part1.Termination.fst.checked 116.0 MiB 115.0 MiB -0.9% 0.50s 0.52s +3.6%
doc/book/code/_cache/Part2.Free.fst.checked 166.0 MiB 167.0 MiB +0.6% 1.33s 1.37s +2.9%
doc/book/code/_cache/Part2.FreeFunExt.fst.checked 170.0 MiB 170.0 MiB +0.0% 1.44s 1.51s +4.7%
doc/book/code/_cache/Part2.HOAS.fst.checked 116.0 MiB 118.0 MiB +1.7% 0.55s 0.56s +2.5%
doc/book/code/_cache/Part2.PHOAS.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.60s 0.61s +1.0%
doc/book/code/_cache/Part2.Par.fst.checked 152.0 MiB 152.0 MiB +0.0% 0.98s 1.02s +4.5%
doc/book/code/_cache/Part2.Positivity.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.44s 0.45s +3.2%
doc/book/code/_cache/Part2.ST.fst.checked 112.0 MiB 113.0 MiB +0.9% 0.42s 0.44s +3.8%
doc/book/code/_cache/Part2.STInt.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.51s 0.50s -0.4%
doc/book/code/_cache/Part2.STLC.Strong.fst.checked 186.0 MiB 186.0 MiB +0.0% 2.00s 2.09s +4.3%
doc/book/code/_cache/Part2.STLC.fst.checked 195.0 MiB 194.0 MiB -0.5% 2.49s 2.71s +8.9%
doc/book/code/_cache/Part2.WellFounded.fst.checked 178.0 MiB 178.0 MiB +0.0% 1.42s 1.47s +3.7%
doc/book/code/_cache/Part3.DataTypesALaCarte.fst.checked 316.0 MiB 316.0 MiB +0.0% 12.94s 13.09s +1.2%
doc/book/code/_cache/Part4.UTLCEx1.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.55s 0.58s +4.5%
doc/book/code/_cache/Part4.UTLCEx2.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.51s 0.52s +1.2%
doc/book/code/_cache/Part5.IsConj.fst.checked 178.0 MiB 178.0 MiB +0.0% 0.91s 0.94s +2.7%
doc/book/code/_cache/Part5.Mapply.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.81s 0.84s +3.0%
doc/book/code/_cache/Part5.Pow2.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.91s 0.96s +6.3%
doc/book/code/_cache/ProvableEquality.fst.checked 225.0 MiB 225.0 MiB +0.0% 1.37s 1.38s +1.1%
doc/book/code/_cache/Pure.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.57s 0.58s +2.3%
doc/book/code/_cache/RevealHideCoercions.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.29s 0.30s +2.1%
doc/book/code/_cache/Russell.fst.checked 112.0 MiB 113.0 MiB +0.9% 0.44s 0.45s +2.1%
doc/book/code/_cache/SMTEncoding.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.30s -5.1%
doc/book/code/_cache/SimplifiedFStarSet.fst.checked 114.0 MiB 115.0 MiB +0.9% 0.45s 0.47s +3.6%
doc/book/code/_cache/SimplifiedFStarSet.fsti.checked 90.9 MiB 90.8 MiB -0.0% 0.30s 0.32s +4.6%
doc/book/code/_cache/Typeclasses.fst.checked 256.0 MiB 258.0 MiB +0.8% 2.63s 2.84s +7.9%
doc/book/code/_cache/TypeclassesAlt.fst.checked 244.0 MiB 245.0 MiB +0.4% 3.04s 3.16s +4.0%
doc/book/code/_cache/TypeclassesAlt2.fst.checked 200.0 MiB 200.0 MiB +0.0% 1.63s 1.70s +3.9%
doc/book/code/_cache/TypeclassesAlt3.fst.checked 209.0 MiB 209.0 MiB +0.0% 3.11s 3.25s +4.3%
doc/book/code/_cache/UInt32.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.45s 0.45s -1.8%
doc/book/code/_cache/UInt32.fsti.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +1.5%
doc/book/code/_cache/UInt32BV.fst.checked 220.0 MiB 220.0 MiB +0.0% 1.40s 1.47s +4.8%
doc/book/code/_cache/UInt32BV.fsti.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.33s -1.5%
doc/book/code/_cache/Universes.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.56s 0.58s +2.8%
doc/book/code/_cache/UnsoundUniverseLowering.fst.checked 88.7 MiB 90.7 MiB +2.2% 0.24s 0.26s +4.5%
doc/book/code/_cache/Vec.fst.checked 217.0 MiB 216.0 MiB -0.5% 1.80s 1.91s +6.5%
doc/book/code/_cache/VecErased.fst.checked 115.0 MiB 116.0 MiB +0.9% 0.44s 0.45s +2.7%
doc/book/code/_cache/VecErasedExplicit.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.42s 0.45s +5.9%
doc/old/tutorial/code/exercises/.depend 55.6 MiB 53.6 MiB -3.6% 0.30s 0.31s +2.3%
…c/old/tutorial/code/exercises/_cache/CoreCrypto.fst.checked 190.0 MiB 191.0 MiB +0.5% 1.19s 1.16s -1.9%
doc/old/tutorial/code/exercises/_cache/Ex01a.fst.checked 151.0 MiB 151.0 MiB +0.0% 0.56s 0.57s +0.7%
doc/old/tutorial/code/exercises/_cache/Ex02a.fst.checked 88.5 MiB 88.4 MiB -0.0% 0.25s 0.25s +1.2%
doc/old/tutorial/code/exercises/_cache/Ex03a.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.28s 0.29s +4.3%
doc/old/tutorial/code/exercises/_cache/Ex03b.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s +1.1%
doc/old/tutorial/code/exercises/_cache/Ex03c.fst.checked 108.0 MiB 110.0 MiB +1.9% 0.29s 0.30s +4.2%
doc/old/tutorial/code/exercises/_cache/Ex04a.fst.checked 108.0 MiB 109.0 MiB +0.9% 0.32s 0.32s -0.9%
doc/old/tutorial/code/exercises/_cache/Ex04b.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.34s -0.6%
doc/old/tutorial/code/exercises/_cache/Ex04c.fst.checked 109.0 MiB 110.0 MiB +0.9% 0.33s 0.34s +3.0%
doc/old/tutorial/code/exercises/_cache/Ex04e.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.34s +4.3%
doc/old/tutorial/code/exercises/_cache/Ex04f.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.34s +0.0%
doc/old/tutorial/code/exercises/_cache/Ex04g.fst.checked 88.4 MiB 88.3 MiB -0.1% 0.24s 0.25s +3.3%
doc/old/tutorial/code/exercises/_cache/Ex04h.fst.checked 88.4 MiB 88.4 MiB +0.0% 0.23s 0.24s +1.7%
doc/old/tutorial/code/exercises/_cache/Ex05a.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.37s 0.39s +3.8%
doc/old/tutorial/code/exercises/_cache/Ex05b.fst.checked 109.0 MiB 111.0 MiB +1.8% 0.33s 0.34s +2.4%
doc/old/tutorial/code/exercises/_cache/Ex06a.fst.checked 88.3 MiB 88.4 MiB +0.1% 0.24s 0.26s +7.1%
doc/old/tutorial/code/exercises/_cache/Ex06b.fst.checked 132.0 MiB 130.0 MiB -1.5% 0.95s 1.06s +10.7%
doc/old/tutorial/code/exercises/_cache/Ex06e.fst.checked 108.0 MiB 109.0 MiB +0.9% 0.33s 0.33s +0.3%
doc/old/tutorial/code/exercises/_cache/Ex07a.fst.checked 148.0 MiB 148.0 MiB +0.0% 1.66s 1.68s +1.2%
doc/old/tutorial/code/exercises/_cache/Ex07b.fst.checked 149.0 MiB 149.0 MiB +0.0% 1.73s 1.71s -1.3%
doc/old/tutorial/code/exercises/_cache/Ex07c.fst.checked 148.0 MiB 149.0 MiB +0.7% 1.60s 1.68s +4.7%
doc/old/tutorial/code/exercises/_cache/Ex07d.fst.checked 149.0 MiB 150.0 MiB +0.7% 1.71s 1.73s +1.1%
doc/old/tutorial/code/exercises/_cache/Ex10a.fst.checked 138.0 MiB 138.0 MiB +0.0% 0.60s 0.60s -0.2%
doc/old/tutorial/code/exercises/_cache/Ex10b.fst.checked 122.0 MiB 123.0 MiB +0.8% 0.53s 0.54s +2.6%
doc/old/tutorial/code/exercises/_cache/Ex12.BMAC.fst.checked 148.0 MiB 148.0 MiB +0.0% 0.48s 0.49s +3.2%
doc/old/tutorial/code/exercises/_cache/Ex12.MAC.fst.checked 175.0 MiB 175.0 MiB +0.0% 0.82s 0.85s +3.5%
doc/old/tutorial/code/exercises/_cache/Ex12.Pad.fst.checked 156.0 MiB 156.0 MiB +0.0% 0.72s 0.75s +4.9%
doc/old/tutorial/code/exercises/_cache/Ex12.SHA1.fst.checked 165.0 MiB 163.0 MiB -1.2% 0.60s 0.61s +2.5%
…c/old/tutorial/code/exercises/_cache/Ex12a.ACLs.fst.checked 153.0 MiB 151.0 MiB -1.3% 0.59s 0.59s +0.2%
…c/old/tutorial/code/exercises/_cache/Ex12a1.Cap.fst.checked 167.0 MiB 167.0 MiB +0.0% 0.61s 0.63s +2.8%
…ld/tutorial/code/exercises/_cache/Ex12b1.Format.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.84s 0.87s +3.7%
…ld/tutorial/code/exercises/_cache/Ex12b2.Format.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.90s 0.95s +5.9%
…old/tutorial/code/exercises/_cache/Ex12c.Format.fst.checked 163.0 MiB 163.0 MiB +0.0% 0.62s 0.62s -0.2%
doc/old/tutorial/code/exercises/_cache/Ex12d.Pad.fst.checked 150.0 MiB 150.0 MiB +0.0% 0.57s 0.54s -4.8%
doc/old/tutorial/code/exercises/_cache/Ex12e.Pad.fst.checked 153.0 MiB 154.0 MiB +0.7% 0.63s 0.63s -0.3%
…c/old/tutorial/code/exercises/_cache/Ex12f.TMAC.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.47s 0.50s +5.8%
…/old/tutorial/code/exercises/_cache/Ex12g.TMAC2.fst.checked 152.0 MiB 152.0 MiB +0.0% 0.56s 0.59s +4.8%
…d/tutorial/code/exercises/_cache/Platform.Bytes.fst.checked 163.0 MiB 163.0 MiB +0.0% 1.02s 1.11s +8.4%
doc/old/tutorial/code/solutions/.depend 53.0 MiB 52.7 MiB -0.5% 0.29s 0.30s +4.9%
…c/old/tutorial/code/solutions/_cache/CoreCrypto.fst.checked 190.0 MiB 191.0 MiB +0.5% 1.16s 1.22s +4.8%
…c/old/tutorial/code/solutions/_cache/EtM.Ideal.fsti.checked 88.2 MiB 88.4 MiB +0.2% 0.24s 0.25s +2.9%
doc/old/tutorial/code/solutions/_cache/EtM.Plain.fst.checked 135.0 MiB 135.0 MiB +0.0% 0.48s 0.51s +5.4%
doc/old/tutorial/code/solutions/_cache/Ex01a.fst.checked 151.0 MiB 151.0 MiB +0.0% 0.57s 0.57s +0.9%
doc/old/tutorial/code/solutions/_cache/Ex02a.fst.checked 88.5 MiB 88.5 MiB -0.1% 0.25s 0.25s +2.4%
doc/old/tutorial/code/solutions/_cache/Ex03a.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +2.1%
doc/old/tutorial/code/solutions/_cache/Ex03b.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.30s +5.6%
doc/old/tutorial/code/solutions/_cache/Ex03c.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.31s 0.32s +3.2%
doc/old/tutorial/code/solutions/_cache/Ex04a.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.37s +4.9%
doc/old/tutorial/code/solutions/_cache/Ex04b.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.36s 0.37s +4.2%
doc/old/tutorial/code/solutions/_cache/Ex04c.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.38s +5.6%
doc/old/tutorial/code/solutions/_cache/Ex04e.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.49s 0.50s +2.0%
doc/old/tutorial/code/solutions/_cache/Ex04f.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.43s 0.45s +5.4%
doc/old/tutorial/code/solutions/_cache/Ex04g.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +4.0%
doc/old/tutorial/code/solutions/_cache/Ex04h.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +0.9%
doc/old/tutorial/code/solutions/_cache/Ex05a.fst.checked 113.0 MiB 114.0 MiB +0.9% 0.46s 0.47s +0.9%
doc/old/tutorial/code/solutions/_cache/Ex05b.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.53s 0.57s +7.2%
doc/old/tutorial/code/solutions/_cache/Ex06a.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.31s -3.1%
doc/old/tutorial/code/solutions/_cache/Ex06b.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.93s 0.96s +3.5%
doc/old/tutorial/code/solutions/_cache/Ex06c.fst.checked 139.0 MiB 139.0 MiB +0.0% 1.26s 1.30s +2.9%
doc/old/tutorial/code/solutions/_cache/Ex06d.fst.checked 135.0 MiB 138.0 MiB +2.2% 1.28s 1.40s +9.5%
doc/old/tutorial/code/solutions/_cache/Ex06e.fst.checked 117.0 MiB 118.0 MiB +0.9% 0.56s 0.56s +1.6%
doc/old/tutorial/code/solutions/_cache/Ex07a.fst.checked 148.0 MiB 149.0 MiB +0.7% 1.61s 1.73s +7.1%
doc/old/tutorial/code/solutions/_cache/Ex07b.fst.checked 193.0 MiB 194.0 MiB +0.5% 3.01s 2.92s -3.1%
doc/old/tutorial/code/solutions/_cache/Ex07c.fst.checked 161.0 MiB 161.0 MiB +0.0% 2.04s 2.15s +5.3%
doc/old/tutorial/code/solutions/_cache/Ex07d.fst.checked 158.0 MiB 157.0 MiB -0.6% 1.87s 1.99s +6.6%
doc/old/tutorial/code/solutions/_cache/Ex10a.fst.checked 139.0 MiB 139.0 MiB +0.0% 0.60s 0.63s +4.7%
doc/old/tutorial/code/solutions/_cache/Ex10b.fst.checked 132.0 MiB 131.0 MiB -0.8% 0.82s 0.85s +3.9%
doc/old/tutorial/code/solutions/_cache/Ex12.BMAC.fst.checked 148.0 MiB 148.0 MiB +0.0% 0.48s 0.49s +0.6%
doc/old/tutorial/code/solutions/_cache/Ex12.Pad.fst.checked 156.0 MiB 156.0 MiB +0.0% 0.71s 0.73s +3.0%
…ld/tutorial/code/solutions/_cache/Ex12b1.Format.fst.checked 171.0 MiB 172.0 MiB +0.6% 0.91s 0.94s +3.3%
…ld/tutorial/code/solutions/_cache/Ex12b2.Format.fst.checked 176.0 MiB 177.0 MiB +0.6% 1.08s 1.17s +8.1%
doc/old/tutorial/code/solutions/_cache/Ex12d.Pad.fst.checked 153.0 MiB 153.0 MiB +0.0% 0.65s 0.64s -1.4%
doc/old/tutorial/code/solutions/_cache/Ex12e.Pad.fst.checked 157.0 MiB 157.0 MiB +0.0% 0.73s 0.77s +4.4%
…c/old/tutorial/code/solutions/_cache/Ex12f.TMAC.fst.checked 153.0 MiB 151.0 MiB -1.3% 0.56s 0.57s +3.4%
…/old/tutorial/code/solutions/_cache/Ex12g.TMAC2.fst.checked 154.0 MiB 154.0 MiB +0.0% 0.64s 0.67s +4.9%
…d/tutorial/code/solutions/_cache/Platform.Bytes.fst.checked 163.0 MiB 163.0 MiB +0.0% 1.03s 1.08s +4.4%
examples/algorithms/.depend 57.8 MiB 57.8 MiB -0.1% 0.42s 0.44s +6.0%
examples/algorithms/_cache/BinarySearch.fst.checked 168.0 MiB 169.0 MiB +0.6% 1.40s 1.46s +4.9%
examples/algorithms/_cache/Coincidence.fst.checked 120.0 MiB 118.0 MiB -1.7% 0.54s 0.56s +5.0%
examples/algorithms/_cache/GC.fst.checked 164.0 MiB 165.0 MiB +0.6% 2.21s 2.26s +2.1%
examples/algorithms/_cache/GenericSort.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.58s 0.59s +2.1%
examples/algorithms/_cache/GenericStability.fst.checked 141.0 MiB 141.0 MiB +0.0% 0.96s 0.99s +3.3%
examples/algorithms/_cache/Huffman.fst.checked 213.0 MiB 214.0 MiB +0.5% 2.24s 2.33s +3.7%
examples/algorithms/_cache/InsertionSort.fst.checked 133.0 MiB 132.0 MiB -0.8% 0.62s 0.62s +0.3%
examples/algorithms/_cache/InsertionSort2.fst.checked 138.0 MiB 139.0 MiB +0.7% 0.82s 0.89s +8.4%
examples/algorithms/_cache/IntSort.fst.checked 126.0 MiB 126.0 MiB +0.0% 0.48s 0.48s +0.8%
examples/algorithms/_cache/IntervalIntersect.fst.checked 237.0 MiB 237.0 MiB +0.0% 3.41s 3.48s +2.2%
examples/algorithms/_cache/MergeSort.fst.checked 144.0 MiB 145.0 MiB +0.7% 1.30s 1.39s +7.0%
examples/algorithms/_cache/MergeSort2.fst.checked 165.0 MiB 165.0 MiB +0.0% 1.84s 1.92s +4.3%
examples/algorithms/_cache/QuickSort.Array.fst.checked 205.0 MiB 209.0 MiB +2.0% 4.61s 4.72s +2.5%
examples/algorithms/_cache/QuickSort.List.fst.checked 145.0 MiB 146.0 MiB +0.7% 1.18s 1.23s +4.3%
examples/algorithms/_cache/QuickSort.Seq.fst.checked 164.0 MiB 162.0 MiB -1.2% 1.74s 1.74s -0.2%
examples/algorithms/_cache/StringMatching.fst.checked 367.0 MiB 368.0 MiB +0.3% 10.49s 10.58s +0.9%
examples/algorithms/_cache/Unification.fst.checked 223.0 MiB 227.0 MiB +1.8% 3.91s 3.92s +0.0%
examples/algorithms/_output/Huffman.ml 165.0 MiB 166.0 MiB +0.6% 0.87s 0.90s +3.7%
examples/algorithms/_output/IntervalIntersect.ml 243.0 MiB 243.0 MiB +0.0% 1.43s 1.48s +3.5%
examples/crypto/.depend 52.1 MiB 52.0 MiB -0.3% 0.27s 0.27s +2.6%
examples/crypto/_cache/AES.fst.checked 160.0 MiB 160.0 MiB +0.0% 0.59s 0.60s +0.8%
examples/crypto/_cache/Cap.fst.checked 175.0 MiB 176.0 MiB +0.6% 0.74s 0.77s +4.5%
examples/crypto/_cache/Cert.ACLs.fst.checked 150.0 MiB 150.0 MiB +0.0% 0.53s 0.55s +4.0%
examples/crypto/_cache/CntFormat.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.87s 0.88s +1.5%
examples/crypto/_cache/CntProtocol.fst.checked 220.0 MiB 222.0 MiB +0.9% 3.08s 3.13s +1.7%
examples/crypto/_cache/CoreCrypto.fst.checked 190.0 MiB 191.0 MiB +0.5% 1.21s 1.21s -0.6%
examples/crypto/_cache/Encrypt_Sample.fst.checked 142.0 MiB 142.0 MiB +0.0% 0.55s 0.54s -1.3%
examples/crypto/_cache/Encrypt_SymEnc.fst.checked 174.0 MiB 174.0 MiB +0.0% 0.87s 0.90s +3.1%
examples/crypto/_cache/Formatting.fst.checked 176.0 MiB 177.0 MiB +0.6% 1.11s 1.11s +0.6%
examples/crypto/_cache/MAC.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.87s 0.88s +1.8%
examples/crypto/_cache/OPLSS.fst.checked 148.0 MiB 148.0 MiB +0.0% 0.52s 0.52s +0.2%
examples/crypto/_cache/Platform.Bytes.fst.checked 163.0 MiB 163.0 MiB +0.0% 1.03s 1.09s +5.8%
examples/crypto/_cache/RPC.fst.checked 193.0 MiB 193.0 MiB +0.0% 1.21s 1.15s -4.3%
examples/crypto/_cache/SHA1.fst.checked 162.0 MiB 164.0 MiB +1.2% 0.61s 0.62s +1.0%
examples/crypto/_cache/Sig.fst.checked 165.0 MiB 165.0 MiB +0.0% 0.71s 0.74s +3.7%
examples/data_structures/.depend 56.0 MiB 56.0 MiB -0.1% 0.39s 0.40s +4.9%
examples/data_structures/_cache/ArrayRealized.fst.checked 119.0 MiB 121.0 MiB +1.7% 0.61s 0.61s +0.3%
examples/data_structures/_cache/BinarySearchTree.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.64s 0.65s +1.6%
…amples/data_structures/_cache/BinarySearchTree0.fst.checked 110.0 MiB 112.0 MiB +1.8% 0.37s 0.39s +6.8%
…es/data_structures/_cache/BinarySearchTreeBasic.fst.checked 168.0 MiB 169.0 MiB +0.6% 3.74s 4.05s +8.3%
…es/data_structures/_cache/BinarySearchTreeFirst.fst.checked 138.0 MiB 139.0 MiB +0.7% 0.76s 0.83s +8.7%
examples/data_structures/_cache/BinaryTrees.fst.checked 143.0 MiB 144.0 MiB +0.7% 1.51s 1.63s +8.2%
…s/data_structures/_cache/BinaryTreesEnumeration.fst.checked 273.0 MiB 270.0 MiB -1.1% 3.02s 3.29s +9.1%
…/data_structures/_cache/BinaryTreesEnumeration.fsti.checked 270.0 MiB 272.0 MiB +0.7% 2.46s 2.58s +4.8%
examples/data_structures/_cache/BinomialQueue.fst.checked 375.0 MiB 376.0 MiB +0.3% 46.86s 49.05s +4.7%
examples/data_structures/_cache/BinomialQueue.fsti.checked 111.0 MiB 112.0 MiB +0.9% 0.41s 0.41s +0.2%
examples/data_structures/_cache/LeftistHeap.fst.checked 263.0 MiB 266.0 MiB +1.1% 5.17s 5.24s +1.4%
examples/data_structures/_cache/LeftistHeap.fsti.checked 152.0 MiB 152.0 MiB +0.0% 0.78s 0.81s +3.6%
examples/data_structures/_cache/Lens.fst.checked 155.0 MiB 156.0 MiB +0.6% 0.92s 0.98s +5.7%
examples/data_structures/_cache/MerkleTree.fst.checked 194.0 MiB 194.0 MiB +0.0% 1.64s 1.85s +12.7%
examples/data_structures/_cache/RBTree.fst.checked 169.0 MiB 171.0 MiB +1.2% 5.45s 5.26s -3.4%
examples/data_structures/_cache/RBTreeIntrinsic.fst.checked 343.0 MiB 344.0 MiB +0.3% 97.89s 94.39s -3.6%
examples/data_structures/_cache/StatefulLens.fst.checked 177.0 MiB 178.0 MiB +0.6% 1.62s 1.67s +3.1%
examples/data_structures/_cache/Vector.fst.checked 125.0 MiB 124.0 MiB -0.8% 0.72s 0.75s +4.2%
examples/data_structures/_output/RBTreeIntrinsic.ml 203.0 MiB 203.0 MiB +0.0% 1.18s 1.24s +5.1%
examples/dm4free/.depend 51.9 MiB 51.8 MiB -0.2% 0.25s 0.27s +7.1%
examples/dm4free/_cache/DelimCC.fst.checked 138.0 MiB 138.0 MiB +0.0% 0.59s 0.61s +3.4%
examples/dm4free/_cache/DelimitedRelease.fst.checked 144.0 MiB 145.0 MiB +0.7% 0.58s 0.58s +0.0%
examples/dm4free/_cache/Effects.Def.fst.checked 161.0 MiB 163.0 MiB +1.2% 1.41s 1.45s +3.1%
examples/dm4free/_cache/FStar.DM4F.Continuations.fst.checked 225.0 MiB 225.0 MiB +0.0% 1.49s 1.64s +10.2%
examples/dm4free/_cache/FStar.DM4F.Exceptions.fst.checked 145.0 MiB 146.0 MiB +0.7% 0.76s 0.83s +8.4%
examples/dm4free/_cache/FStar.DM4F.ExnSt.fst.checked 166.0 MiB 166.0 MiB +0.0% 0.92s 0.97s +5.3%
…es/dm4free/_cache/FStar.DM4F.Heap.IntStoreFixed.fst.checked 135.0 MiB 136.0 MiB +0.7% 0.50s 0.55s +8.1%
…s/dm4free/_cache/FStar.DM4F.Heap.IntStoreFixed.fsti.checked 114.0 MiB 114.0 MiB +0.0% 0.39s 0.40s +2.1%
examples/dm4free/_cache/FStar.DM4F.Heap.Random.fst.checked 139.0 MiB 139.0 MiB +0.0% 0.62s 0.62s +0.8%
examples/dm4free/_cache/FStar.DM4F.Heap.Random.fsti.checked 115.0 MiB 115.0 MiB +0.0% 0.41s 0.42s +4.7%
examples/dm4free/_cache/FStar.DM4F.Heap.ST.fst.checked 181.0 MiB 182.0 MiB +0.6% 1.37s 1.42s +3.3%
examples/dm4free/_cache/FStar.DM4F.Heap.ST.fsti.checked 172.0 MiB 173.0 MiB +0.6% 1.27s 1.32s +4.0%
examples/dm4free/_cache/FStar.DM4F.Heap.fst.checked 163.0 MiB 163.0 MiB +0.0% 1.54s 1.54s +0.5%
examples/dm4free/_cache/FStar.DM4F.Heap.fsti.checked 119.0 MiB 119.0 MiB +0.0% 0.56s 0.58s +3.9%
examples/dm4free/_cache/FStar.DM4F.IFC.fst.checked 168.0 MiB 169.0 MiB +0.6% 1.19s 1.34s +12.6%
examples/dm4free/_cache/FStar.DM4F.Id.fst.checked 143.0 MiB 144.0 MiB +0.7% 0.60s 0.64s +5.8%
examples/dm4free/_cache/FStar.DM4F.IntST.fst.checked 172.0 MiB 172.0 MiB +0.0% 1.33s 1.32s -0.3%
examples/dm4free/_cache/FStar.DM4F.IntStore.fst.checked 191.0 MiB 192.0 MiB +0.5% 1.47s 1.53s +4.6%
…ples/dm4free/_cache/FStar.DM4F.IntStoreExcFixed.fst.checked 179.0 MiB 179.0 MiB +0.0% 1.28s 1.34s +4.0%
examples/dm4free/_cache/FStar.DM4F.IntStoreFixed.fst.checked 162.0 MiB 162.0 MiB +0.0% 0.95s 1.04s +9.0%
…s/dm4free/_cache/FStar.DM4F.IntStoreFixedReader.fst.checked 146.0 MiB 147.0 MiB +0.7% 0.67s 0.68s +1.8%
examples/dm4free/_cache/FStar.DM4F.MonadLaws.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.54s 0.55s +3.2%
examples/dm4free/_cache/FStar.DM4F.OTP.Heap.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.61s 0.63s +3.9%
examples/dm4free/_cache/FStar.DM4F.OTP.Heap.fsti.checked 135.0 MiB 135.0 MiB +0.0% 0.43s 0.45s +3.4%
examples/dm4free/_cache/FStar.DM4F.OTP.Random.fst.checked 219.0 MiB 220.0 MiB +0.5% 2.02s 2.15s +6.5%
examples/dm4free/_cache/FStar.DM4F.Random.fst.checked 215.0 MiB 218.0 MiB +1.4% 1.93s 2.03s +5.0%
examples/dm4free/_cache/FStar.DM4F.ST.fst.checked 128.0 MiB 131.0 MiB +2.3% 0.69s 0.73s +5.5%
examples/dm4free/_cache/FStar.DM4F.StExn.fst.checked 154.0 MiB 155.0 MiB +0.6% 0.96s 1.02s +6.5%
examples/dm4free/_cache/FStar.DM4F.StExnC.fst.checked 158.0 MiB 158.0 MiB +0.0% 1.00s 1.11s +10.4%
examples/dm4free/_cache/FStar.DM4F.StMap.fst.checked 139.0 MiB 140.0 MiB +0.7% 0.82s 0.88s +7.2%
examples/dsls/bool_refinement/.depend 57.7 MiB 57.5 MiB -0.4% 0.34s 0.36s +4.7%
…ples/dsls/bool_refinement/_cache/BoolRefinement.fst.checked 761.0 MiB 761.0 MiB +0.0% 57.44s 61.69s +7.4%
examples/dsls/dependent_bool_refinement/.depend 56.6 MiB 54.4 MiB -3.9% 0.32s 0.33s +3.1%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 665.0 MiB 670.0 MiB +0.8% 40.22s 42.41s +5.4%
examples/dsls/stlc/.depend 55.7 MiB 57.6 MiB +3.4% 0.36s 0.37s +3.6%
examples/dsls/stlc/_cache/STLC.Core.fst.checked 450.0 MiB 456.0 MiB +1.3% 7.58s 7.79s +2.8%
examples/dsls/stlc/_cache/STLC.Infer.fst.checked 334.0 MiB 335.0 MiB +0.3% 2.57s 2.78s +8.4%
examples/indexed_effects/.depend 49.3 MiB 49.2 MiB -0.1% 0.18s 0.19s +7.2%
examples/indexed_effects/_cache/GEXN.fst.checked 150.0 MiB 151.0 MiB +0.7% 0.83s 0.89s +7.7%
examples/indexed_effects/_cache/GMST.fst.checked 123.0 MiB 125.0 MiB +1.6% 0.64s 0.67s +5.0%
examples/indexed_effects/_cache/IEXN.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.46s 0.48s +3.0%
examples/indexed_effects/_cache/IMST.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.54s 0.58s +7.4%
examples/indexed_effects/_cache/IMSTsub.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.57s 0.62s +9.1%
examples/indexed_effects/_cache/IST.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.37s 0.39s +6.2%
examples/layeredeffects/.depend 68.2 MiB 65.8 MiB -3.5% 0.61s 0.61s +0.3%
examples/layeredeffects/_cache/Alg.fst.checked 360.0 MiB 363.0 MiB +0.8% 8.90s 8.93s +0.3%
examples/layeredeffects/_cache/AlgForAll.fst.checked 318.0 MiB 318.0 MiB +0.0% 8.56s 9.52s +11.2%
examples/layeredeffects/_cache/AlgHeap.fst.checked 312.0 MiB 313.0 MiB +0.3% 10.11s 10.49s +3.8%
examples/layeredeffects/_cache/AlgWP.fst.checked 381.0 MiB 385.0 MiB +1.0% 9.12s 9.86s +8.1%
…mples/layeredeffects/_cache/BUGSLowParseWriters.fst.checked 151.0 MiB 155.0 MiB +2.6% 1.02s 1.00s -2.4%
examples/layeredeffects/_cache/DM4F.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.74s 0.73s -1.2%
examples/layeredeffects/_cache/DM4F_Utils.fst.checked 89.0 MiB 90.9 MiB +2.2% 0.25s 0.26s +5.6%
examples/layeredeffects/_cache/DM4F_layered.fst.checked 217.0 MiB 217.0 MiB +0.0% 1.47s 1.56s +5.9%
examples/layeredeffects/_cache/DM4F_layered5.fst.checked 266.0 MiB 266.0 MiB +0.0% 1.70s 1.78s +4.3%
examples/layeredeffects/_cache/Degenerate.fst.checked 90.1 MiB 90.3 MiB +0.2% 0.27s 0.29s +6.6%
…amples/layeredeffects/_cache/DijkstraStateMonad.fst.checked 269.0 MiB 270.0 MiB +0.4% 2.30s 2.34s +1.9%
examples/layeredeffects/_cache/DivAction.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.37s 0.40s +8.1%
examples/layeredeffects/_cache/GT.fst.checked 208.0 MiB 209.0 MiB +0.5% 1.20s 1.25s +3.6%
examples/layeredeffects/_cache/GTWP.fst.checked 246.0 MiB 249.0 MiB +1.2% 1.89s 2.08s +9.6%
…amples/layeredeffects/_cache/GenericPartialDM4A.fst.checked 241.0 MiB 241.0 MiB +0.0% 1.38s 1.51s +9.0%
examples/layeredeffects/_cache/GenericTotalDM4A.fst.checked 205.0 MiB 205.0 MiB +0.0% 1.03s 1.06s +3.2%
examples/layeredeffects/_cache/HoareDiv.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.47s 0.51s +8.6%
examples/layeredeffects/_cache/HoareST.fst.checked 192.0 MiB 193.0 MiB +0.5% 1.62s 1.67s +3.2%
examples/layeredeffects/_cache/HoareSTFree.fst.checked 218.0 MiB 218.0 MiB +0.0% 2.99s 3.13s +4.9%
examples/layeredeffects/_cache/HoareSTPolyBind.fst.checked 201.0 MiB 203.0 MiB +1.0% 1.81s 1.93s +6.4%
examples/layeredeffects/_cache/ID1.fst.checked 233.0 MiB 235.0 MiB +0.9% 1.66s 1.78s +7.6%
examples/layeredeffects/_cache/ID2.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.61s 0.67s +8.6%
examples/layeredeffects/_cache/ID3.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.61s 0.61s -0.5%
examples/layeredeffects/_cache/ID4.fst.checked 220.0 MiB 220.0 MiB +0.0% 1.62s 1.72s +6.3%
examples/layeredeffects/_cache/ID5.fst.checked 237.0 MiB 235.0 MiB -0.8% 2.00s 2.00s +0.2%
examples/layeredeffects/_cache/IteSoundness.fst.checked 219.0 MiB 219.0 MiB +0.0% 1.46s 1.53s +4.9%
examples/layeredeffects/_cache/Lattice.fst.checked 221.0 MiB 221.0 MiB +0.0% 1.85s 1.88s +1.6%
examples/layeredeffects/_cache/LatticeEff.fst.checked 228.0 MiB 228.0 MiB +0.0% 1.75s 1.80s +2.9%
examples/layeredeffects/_cache/LatticeSpec.fst.checked 267.0 MiB 268.0 MiB +0.4% 3.14s 3.23s +3.1%
examples/layeredeffects/_cache/Locals.Effect.fst.checked 176.0 MiB 176.0 MiB +0.0% 1.71s 1.77s +3.6%
examples/layeredeffects/_cache/ND.fst.checked 267.0 MiB 269.0 MiB +0.7% 2.31s 2.52s +9.2%
examples/layeredeffects/_cache/Queens.fst.checked 384.0 MiB 386.0 MiB +0.5% 5.50s 5.63s +2.3%
examples/layeredeffects/_cache/RW.fst.checked 327.0 MiB 329.0 MiB +0.6% 3.68s 3.93s +6.9%
examples/layeredeffects/_cache/RunST.fst.checked 304.0 MiB 305.0 MiB +0.3% 3.64s 3.82s +4.8%
examples/layeredeffects/_cache/Sec1.GST.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.47s 0.48s +1.1%
examples/layeredeffects/_cache/Sec2.HIFC.fst.checked 336.0 MiB 336.0 MiB +0.0% 11.72s 12.03s +2.6%
examples/layeredeffects/_cache/Sec2.IFC.fst.checked 250.0 MiB 251.0 MiB +0.4% 5.37s 5.65s +5.2%
examples/layeredeffects/_cache/TestHoareST.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.81s 0.83s +2.3%
examples/layeredeffects/_cache/TestST.fst.checked 137.0 MiB 138.0 MiB +0.7% 0.63s 0.65s +3.8%
examples/metatheory/.depend 56.8 MiB 58.6 MiB +3.2% 0.38s 0.38s +1.9%
…ples/metatheory/_cache/FullReductionInterpreter.fst.checked 142.0 MiB 143.0 MiB +0.7% 0.77s 0.81s +5.4%
examples/metatheory/_cache/IndInd.fst.checked 159.0 MiB 159.0 MiB +0.0% 1.25s 1.33s +6.5%
examples/metatheory/_cache/LambdaOmega.fst.checked 501.0 MiB 509.0 MiB +1.6% 13.07s 13.59s +3.9%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.7 GiB 1.7 GiB -0.2% 22.07s 23.10s +4.6%
examples/metatheory/_cache/ParSubst.fst.checked 205.0 MiB 205.0 MiB +0.0% 1.34s 1.41s +5.2%
examples/metatheory/_cache/StackMachine.fst.checked 189.0 MiB 191.0 MiB +1.1% 2.05s 2.21s +7.9%
examples/metatheory/_cache/StlcCbvDbParSubst.fst.checked 275.0 MiB 277.0 MiB +0.7% 3.12s 3.31s +5.9%
…ples/metatheory/_cache/StlcCbvDbPntSubstNoLists.fst.checked 167.0 MiB 170.0 MiB +1.8% 1.51s 1.57s +4.1%
examples/metatheory/_cache/StlcStrongDbParSubst.fst.checked 246.0 MiB 245.0 MiB -0.4% 2.69s 2.94s +9.5%
examples/misc/.depend 45.4 MiB 45.4 MiB -0.0% 0.10s 0.10s +4.0%
examples/misc/_cache/MonadicLetBindings.fst.checked 160.0 MiB 160.0 MiB +0.0% 0.84s 0.86s +2.5%
examples/misc/_cache/VariantsWithRecords.fst.checked 140.0 MiB 141.0 MiB +0.7% 0.79s 0.78s -0.3%
examples/misc/_cache/WorkingWithSquashedProofs.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.51s 0.51s -0.2%
examples/oplss2021/.depend 57.2 MiB 57.2 MiB -0.1% 0.41s 0.45s +9.2%
examples/oplss2021/_cache/OPLSS2021.Basic.fst.checked 267.0 MiB 267.0 MiB +0.0% 1.98s 2.10s +6.4%
examples/oplss2021/_cache/OPLSS2021.BasicState.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.42s 0.45s +8.9%
examples/oplss2021/_cache/OPLSS2021.Demo1.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.58s 0.63s +8.8%
…mples/oplss2021/_cache/OPLSS2021.DijkstraMonads.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.71s 0.79s +11.0%
examples/oplss2021/_cache/OPLSS2021.Factorial.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.40s 0.42s +6.6%
examples/oplss2021/_cache/OPLSS2021.IFC.fst.checked 247.0 MiB 254.0 MiB +2.8% 5.46s 6.00s +10.0%
examples/oplss2021/_cache/OPLSS2021.NDS.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.38s 0.37s -2.6%
examples/oplss2021/_cache/OPLSS2021.ParDiv.fst.checked 214.0 MiB 211.0 MiB -1.4% 3.09s 3.44s +11.2%
examples/oplss2021/_cache/OPLSS2021.ParNDS.fst.checked 171.0 MiB 171.0 MiB +0.0% 1.51s 1.57s +4.4%
examples/oplss2021/_cache/OPLSS2021.ParNDSDiv.fst.checked 212.0 MiB 213.0 MiB +0.5% 3.16s 3.25s +2.9%
examples/oplss2021/_cache/OPLSS2021.ParTot.fst.checked 157.0 MiB 157.0 MiB +0.0% 1.06s 1.17s +10.0%
examples/oplss2021/_cache/OPLSS2021.STLC.fst.checked 134.0 MiB 134.0 MiB +0.0% 1.15s 1.17s +1.6%
examples/oplss2021/_cache/OPLSS2021.Vale.fst.checked 144.0 MiB 143.0 MiB -0.7% 1.13s 1.21s +7.1%
examples/oplss2021/_cache/OPLSS2021.ValeVC.fst.checked 153.0 MiB 154.0 MiB +0.7% 1.00s 1.04s +4.7%
examples/oplss2021/_cache/OPLSS2021.ValeVCNoProp.fst.checked 228.0 MiB 226.0 MiB -0.9% 1.48s 1.61s +8.7%
examples/oplss2021/_cache/OPLSS2021.Vector.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.57s 0.61s +6.4%
examples/paradoxes/.depend 45.6 MiB 45.6 MiB +0.1% 0.10s 0.11s +6.9%
examples/paradoxes/_cache/CBN.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.33s +6.7%
examples/paradoxes/_cache/IOWPInconsistent.fst.checked 118.0 MiB 116.0 MiB -1.7% 0.51s 0.54s +5.5%
…/paradoxes/_cache/InjectiveTypeFormers.Explicit.fst.checked 112.0 MiB 113.0 MiB +0.9% 0.45s 0.47s +5.4%
…mples/paradoxes/_cache/InjectiveTypeFormers.SMT.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.37s 0.36s -1.9%
examples/paradoxes/_cache/PositiveRelaxed.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.35s +4.5%
examples/paradoxes/_cache/PrecedesRank.fst.checked 114.0 MiB 115.0 MiB +0.9% 0.49s 0.50s +3.1%
…opImpredicativeAndNonStrictlyPositiveInductives.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.49s 0.49s +1.6%
…/_cache/PropositionalExtensionalityInconsistent.fst.checked 110.0 MiB 109.0 MiB -0.9% 0.39s 0.41s +4.9%
examples/param/.depend 53.1 MiB 53.0 MiB -0.2% 0.31s 0.33s +6.5%
examples/param/_cache/Param.fst.checked 312.0 MiB 313.0 MiB +0.3% 3.32s 3.40s +2.3%
examples/preorders/.depend 53.4 MiB 53.1 MiB -0.5% 0.27s 0.27s +1.5%
examples/preorders/_cache/AllocST.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.59s 0.61s +4.6%
examples/preorders/_cache/AllocSTwHeaps.fst.checked 129.0 MiB 128.0 MiB -0.8% 0.67s 0.67s +1.0%
examples/preorders/_cache/Ariadne.fst.checked 166.0 MiB 167.0 MiB +0.6% 1.58s 1.55s -1.5%
examples/preorders/_cache/Array.fsti.checked 145.0 MiB 145.0 MiB +0.0% 0.56s 0.58s +3.2%
examples/preorders/_cache/ArrayUtils.fst.checked 153.0 MiB 153.0 MiB +0.0% 0.97s 1.01s +3.6%
examples/preorders/_cache/ImmutableST.fst.checked 118.0 MiB 119.0 MiB +0.8% 0.58s 0.61s +5.4%
examples/preorders/_cache/ImmutableSTwHeaps.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.53s 0.55s +4.2%
examples/preorders/_cache/MRefHeap.fst.checked 132.0 MiB 133.0 MiB +0.8% 0.88s 0.93s +5.1%
examples/preorders/_cache/MRefHeap.fsti.checked 117.0 MiB 115.0 MiB -1.7% 0.47s 0.48s +2.8%
examples/preorders/_cache/MRefST.fst.checked 166.0 MiB 166.0 MiB +0.0% 1.29s 1.32s +2.6%
examples/preorders/_cache/MonotonicArray.fst.checked 281.0 MiB 284.0 MiB +1.1% 5.68s 6.05s +6.6%
examples/preorders/_cache/MonotonicArray.fsti.checked 183.0 MiB 183.0 MiB +0.0% 1.32s 1.42s +7.3%
examples/preorders/_cache/NatHeap.fst.checked 169.0 MiB 169.0 MiB +0.0% 1.51s 1.56s +3.3%
examples/preorders/_cache/NatHeap.fsti.checked 116.0 MiB 117.0 MiB +0.9% 0.52s 0.53s +1.4%
examples/preorders/_cache/Preorder.fst.checked 89.0 MiB 89.0 MiB +0.0% 0.26s 0.26s +1.5%
examples/preorders/_cache/Protocol.fst.checked 334.0 MiB 333.0 MiB -0.3% 18.26s 19.32s +5.8%
examples/preorders/_cache/ReifyTest.fst.checked 165.0 MiB 168.0 MiB +1.8% 1.26s 1.34s +6.6%
examples/preorders/_cache/ReifyTestTSST.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.62s 0.66s +6.0%
examples/preorders/_cache/ReifyTestTSST.fsti.checked 123.0 MiB 121.0 MiB -1.6% 0.57s 0.58s +1.2%
examples/preorders/_cache/SnapshotST.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.70s 0.72s +2.1%
examples/printf/.depend 49.4 MiB 49.5 MiB +0.2% 0.20s 0.20s -1.5%
examples/printf/_cache/SimplePrintf.fst.checked 160.0 MiB 161.0 MiB +0.6% 0.88s 0.89s +1.1%
examples/printf/_cache/SimplePrintfReify.fst.checked 211.0 MiB 211.0 MiB +0.0% 1.70s 1.75s +2.9%
examples/printf/_output/SimplePrintf.ml 175.0 MiB 173.0 MiB -1.1% 0.97s 1.00s +3.0%
examples/rel/.depend 63.5 MiB 63.2 MiB -0.5% 0.42s 0.47s +10.5%
examples/rel/_cache/Benton2004.Aux.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.6%
examples/rel/_cache/Benton2004.Aux.fsti.checked 88.7 MiB 88.8 MiB +0.1% 0.24s 0.25s +5.9%
examples/rel/_cache/Benton2004.DDCC.Examples.fst.checked 170.0 MiB 171.0 MiB +0.6% 1.08s 1.13s +5.0%
examples/rel/_cache/Benton2004.DDCC.fst.checked 622.0 MiB 622.0 MiB +0.0% 38.84s 42.39s +9.1%
examples/rel/_cache/Benton2004.DDCC.fsti.checked 192.0 MiB 193.0 MiB +0.5% 1.29s 1.37s +5.5%
examples/rel/_cache/Benton2004.RHL.Derived.fst.checked 159.0 MiB 159.0 MiB +0.0% 0.66s 0.70s +6.8%
examples/rel/_cache/Benton2004.RHL.Examples.fst.checked 220.0 MiB 220.0 MiB +0.0% 42.23s 30.13s -28.6%
examples/rel/_cache/Benton2004.RHL.Examples2.fst.checked 180.0 MiB 181.0 MiB +0.6% 10.41s 11.37s +9.1%
examples/rel/_cache/Benton2004.RHL.fst.checked 394.0 MiB 396.0 MiB +0.5% 10.91s 11.93s +9.3%
examples/rel/_cache/Benton2004.RHL.fsti.checked 194.0 MiB 194.0 MiB +0.0% 1.27s 1.24s -2.7%
examples/rel/_cache/Benton2004.SmithVolpano.fst.checked 180.0 MiB 181.0 MiB +0.6% 1.49s 1.52s +2.0%
examples/rel/_cache/Benton2004.SmithVolpano.fsti.checked 164.0 MiB 164.0 MiB +0.0% 0.83s 0.90s +7.8%
examples/rel/_cache/Benton2004.fst.checked 656.0 MiB 657.0 MiB +0.2% 18.14s 24.80s +36.7%
examples/rel/_cache/Bijection.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +5.1%
examples/rel/_cache/ElGamal.Group.fst.checked 142.0 MiB 142.0 MiB +0.0% 0.49s 0.53s +8.0%
examples/rel/_cache/ElGamal.fst.checked 149.0 MiB 150.0 MiB +0.7% 0.67s 0.70s +4.8%
examples/rel/_cache/Equivalence.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.49s 0.52s +6.9%
examples/rel/_cache/IfcComposeReify.fst.checked 157.0 MiB 156.0 MiB -0.6% 0.78s 0.81s +4.2%
examples/rel/_cache/IfcDeclassify.fst.checked 157.0 MiB 156.0 MiB -0.6% 0.81s 0.84s +3.1%
examples/rel/_cache/IfcDelimitedRelease.fst.checked 217.0 MiB 219.0 MiB +0.9% 5.84s 5.90s +0.9%
examples/rel/_cache/IfcDelimitedReleaseReify.fst.checked 240.0 MiB 240.0 MiB +0.0% 5.78s 6.13s +6.1%
examples/rel/_cache/IfcExample.fst.checked 138.0 MiB 138.0 MiB +0.0% 2.71s 2.81s +3.5%
examples/rel/_cache/IfcExampleReify0.fst.checked 150.0 MiB 150.0 MiB +0.0% 0.58s 0.61s +3.9%
examples/rel/_cache/IfcExampleReify1.fst.checked 167.0 MiB 169.0 MiB +1.2% 1.24s 1.28s +3.8%
examples/rel/_cache/IfcExampleReify2.fst.checked 186.0 MiB 185.0 MiB -0.5% 1.38s 2.07s +49.6%
examples/rel/_cache/IfcExampleReify3.fst.checked 154.0 MiB 154.0 MiB +0.0% 0.69s 0.71s +2.3%
examples/rel/_cache/IfcMonitor.fst.checked 268.0 MiB 270.0 MiB +0.7% 5.29s 5.32s +0.6%
examples/rel/_cache/IfcMonitorTest.fst.checked 163.0 MiB 163.0 MiB +0.0% 0.91s 0.93s +2.2%
examples/rel/_cache/IfcRecursiveHeapReify.fst.checked 168.0 MiB 168.0 MiB +0.0% 1.12s 1.16s +3.2%
examples/rel/_cache/IfcRecursiveReify.fst.checked 157.0 MiB 157.0 MiB +0.0% 0.74s 0.81s +9.0%
examples/rel/_cache/IfcReificationRegressionTest.fst.checked 127.0 MiB 127.0 MiB +0.0% 0.50s 0.50s -0.8%
examples/rel/_cache/IfcRules.fst.checked 163.0 MiB 163.0 MiB +0.0% 2.85s 3.11s +9.3%
examples/rel/_cache/IfcRulesReify.fst.checked 237.0 MiB 239.0 MiB +0.8% 4.61s 4.83s +4.8%
examples/rel/_cache/IfcTypechecker.fst.checked 196.0 MiB 198.0 MiB +1.0% 1.25s 1.35s +7.9%
examples/rel/_cache/Label.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.31s -4.0%
examples/rel/_cache/Loops.fst.checked 179.0 MiB 181.0 MiB +1.1% 1.53s 1.67s +8.6%
examples/rel/_cache/Memo.fst.checked 315.0 MiB 317.0 MiB +0.6% 4.93s 5.30s +7.6%
examples/rel/_cache/OTP.fst.checked 150.0 MiB 151.0 MiB +0.7% 0.67s 0.70s +5.7%
examples/rel/_cache/OneTimePad.fst.checked 172.0 MiB 172.0 MiB +0.0% 3.77s 3.90s +3.2%
examples/rel/_cache/Point.fst.checked 161.0 MiB 161.0 MiB +0.0% 1.13s 1.22s +7.7%
examples/rel/_cache/ProgramEquivalence.fst.checked 171.0 MiB 170.0 MiB -0.6% 1.62s 1.77s +9.0%
examples/rel/_cache/ProgramOptimizations.fst.checked 200.0 MiB 201.0 MiB +0.5% 1.75s 1.91s +9.2%
examples/rel/_cache/RandomTapes.fst.checked 134.0 MiB 134.0 MiB +0.0% 1.04s 1.07s +2.7%
examples/rel/_cache/Recursive.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.40s 0.41s +3.3%
examples/rel/_cache/ReifyLong.fst.checked 1.1 GiB 1.1 GiB +0.0% 17.10s 18.82s +10.0%
examples/rel/_cache/Rel.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.40s 0.41s +3.3%
examples/rel/_cache/Setoids.fst.checked 232.0 MiB 236.0 MiB +1.7% 10.53s 11.15s +5.9%
examples/rel/_cache/StRel.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.48s 0.47s -2.1%
examples/rel/_cache/Swap.fst.checked 164.0 MiB 164.0 MiB +0.0% 1.76s 1.70s -3.4%
examples/rel/_cache/UnionFind.Forest.fst.checked 158.0 MiB 158.0 MiB +0.0% 0.71s 0.72s +1.7%
examples/rel/_cache/UnionFind.Functions.fst.checked 205.0 MiB 207.0 MiB +1.0% 2.95s 3.07s +4.0%
examples/rel/_cache/UnionFind.fst.checked 296.0 MiB 296.0 MiB +0.0% 4.10s 4.53s +10.4%
examples/rel/_cache/While.fst.checked 133.0 MiB 134.0 MiB +0.8% 0.83s 0.95s +14.4%
examples/rel/_cache/WhileReify.fst.checked 167.0 MiB 168.0 MiB +0.6% 1.00s 1.10s +10.1%
examples/software_foundations/.depend 46.1 MiB 46.3 MiB +0.3% 0.10s 0.11s +4.9%
examples/software_foundations/_cache/SfBasic.fst.checked 126.0 MiB 126.0 MiB +0.0% 1.01s 1.04s +2.3%
examples/software_foundations/_cache/SfLists.fst.checked 137.0 MiB 139.0 MiB +1.5% 1.43s 1.43s +0.0%
examples/software_foundations/_cache/SfPoly.fst.checked 180.0 MiB 180.0 MiB +0.0% 2.22s 2.42s +8.8%
examples/tactics/.depend 61.0 MiB 59.7 MiB -2.1% 0.50s 0.53s +6.3%
examples/tactics/_cache/Admit.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.74s 0.77s +4.2%
examples/tactics/_cache/Antiquote.fst.checked 193.0 MiB 197.0 MiB +2.1% 1.18s 1.24s +5.5%
examples/tactics/_cache/Arith.fst.checked 227.0 MiB 227.0 MiB +0.0% 1.63s 1.70s +4.4%
examples/tactics/_cache/Canon.fst.checked 221.0 MiB 222.0 MiB +0.5% 1.76s 1.93s +9.2%
examples/tactics/_cache/Easy.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.79s +0.8%
examples/tactics/_cache/Even.fst.checked 194.0 MiB 194.0 MiB +0.0% 0.84s 0.91s +8.1%
examples/tactics/_cache/HandleSmtGoal.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.74s -5.0%
examples/tactics/_cache/Imp.fst.checked 273.0 MiB 273.0 MiB +0.0% 1.90s 2.02s +6.1%
examples/tactics/_cache/LocalState.fst.checked 193.0 MiB 195.0 MiB +1.0% 0.88s 0.88s +0.2%
examples/tactics/_cache/Logic.fst.checked 172.0 MiB 170.0 MiB -1.2% 0.75s 0.78s +3.7%
examples/tactics/_cache/MkList.fst.checked 214.0 MiB 212.0 MiB -0.9% 1.12s 1.15s +2.2%
examples/tactics/_cache/MultiStage.fst.checked 215.0 MiB 215.0 MiB +0.0% 1.29s 1.31s +1.6%
examples/tactics/_cache/NArrows.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.46s 0.49s +7.1%
examples/tactics/_cache/NormLHS.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.79s 0.80s +1.3%
examples/tactics/_cache/Normalization.fst.checked 210.0 MiB 210.0 MiB +0.0% 1.16s 1.32s +13.6%
examples/tactics/_cache/Poly.fst.checked 229.0 MiB 229.0 MiB +0.0% 1.22s 1.27s +4.0%
examples/tactics/_cache/Postprocess.fst.checked 222.0 MiB 225.0 MiB +1.4% 1.50s 1.64s +9.0%
examples/tactics/_cache/Preprocess.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.94s 0.98s +4.5%
examples/tactics/_cache/Printers.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.86s 1.97s +5.7%
examples/tactics/_cache/Rewrite.Monoid.fst.checked 220.0 MiB 221.0 MiB +0.5% 1.24s 1.31s +5.6%
examples/tactics/_cache/RewriteTactic.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.80s 0.79s -1.8%
examples/tactics/_cache/SealedModel.fst.checked 144.0 MiB 145.0 MiB +0.7% 0.61s 0.65s +7.2%
examples/tactics/_cache/SealedModel.fsti.checked 119.0 MiB 119.0 MiB +0.0% 0.42s 0.44s +3.6%
examples/tactics/_cache/Sequences.fst.checked 209.0 MiB 210.0 MiB +0.5% 1.10s 1.11s +0.6%
examples/tactics/_cache/SigeltOpts.fst.checked 209.0 MiB 209.0 MiB +0.0% 1.13s 1.19s +5.2%
examples/tactics/_cache/SigeltOpts2.fst.checked 207.0 MiB 208.0 MiB +0.5% 0.98s 1.05s +6.8%
examples/tactics/_cache/Simplifier.fst.checked 199.0 MiB 200.0 MiB +0.5% 1.50s 1.65s +9.5%
examples/tactics/_cache/SolveThen.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.80s 0.81s +1.4%
examples/tactics/_cache/Tautology.fst.checked 216.0 MiB 217.0 MiB +0.5% 1.83s 1.90s +3.9%
examples/tactics/_cache/Trace.fst.checked 226.0 MiB 228.0 MiB +0.9% 1.77s 1.83s +3.0%
examples/tactics/_cache/Tutorial.fst.checked 205.0 MiB 205.0 MiB +0.0% 0.95s 0.96s +2.0%
examples/tactics/_cache/UserTactics.fst.checked 216.0 MiB 217.0 MiB +0.5% 1.41s 1.50s +6.2%
examples/tactics/eci19/.depend 53.9 MiB 54.0 MiB +0.3% 0.34s 0.36s +7.0%
examples/tactics/eci19/_cache/Automation.fst.checked 204.0 MiB 204.0 MiB +0.0% 1.15s 1.23s +6.9%
examples/tactics/eci19/_cache/ConstructiveLogic.fst.checked 213.0 MiB 213.0 MiB +0.0% 6.92s 7.15s +3.4%
examples/tactics/eci19/_cache/Hybrid.fst.checked 200.0 MiB 200.0 MiB +0.0% 1.23s 1.32s +7.2%
examples/tactics/eci19/_cache/Index.fst.checked 88.4 MiB 88.3 MiB -0.1% 0.23s 0.24s +4.7%
examples/tactics/eci19/_cache/Intro.fst.checked 231.0 MiB 232.0 MiB +0.4% 1.84s 2.01s +9.1%
examples/tactics/eci19/_cache/Metaprogramming.fst.checked 199.0 MiB 200.0 MiB +0.5% 0.99s 1.04s +4.9%
examples/tactics/eci19/_cache/Term.fst.checked 174.0 MiB 175.0 MiB +0.6% 0.89s 0.92s +2.8%
examples/termination/.depend 49.9 MiB 49.8 MiB -0.2% 0.20s 0.21s +4.5%
examples/termination/_cache/CPS.Double.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.28s 0.30s +4.2%
examples/termination/_cache/CPS.DoubleDefun.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.47s 0.48s +3.4%
…ples/termination/_cache/CPS.DoubleLambdaLifting.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.35s +3.8%
…les/termination/_cache/CPS.DoubleLambdaLifting2.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +1.0%
examples/termination/_cache/CPS.Expr.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +3.2%
examples/termination/_cache/CPS.Simple.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.35s 0.37s +3.7%
examples/termination/_cache/CPS.SimpleDefun.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.41s 0.44s +7.4%
…ples/termination/_cache/CPS.SimpleLambdaLifting.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.35s 0.38s +6.8%
examples/termination/_cache/ErrorMsg.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.36s +5.6%
examples/termination/_cache/Eval.DB.fst.checked 139.0 MiB 141.0 MiB +1.4% 0.75s 0.76s +1.7%
examples/termination/_cache/Maxime.fst.checked 89.1 MiB 89.2 MiB +0.1% 0.25s 0.27s +5.1%
examples/termination/_cache/McCarthy91.fst.checked 108.0 MiB 109.0 MiB +0.9% 0.33s 0.34s +5.2%
examples/termination/_cache/Termination.fst.checked 173.0 MiB 173.0 MiB +0.0% 1.20s 1.23s +2.8%
examples/typeclasses/.depend 56.6 MiB 56.3 MiB -0.4% 0.40s 0.42s +5.7%
examples/typeclasses/_cache/Add.fst.checked 160.0 MiB 160.0 MiB +0.0% 0.83s 0.88s +5.9%
examples/typeclasses/_cache/Deriving.fst.checked 291.0 MiB 290.0 MiB -0.3% 2.28s 2.45s +7.6%
examples/typeclasses/_cache/Enum.fst.checked 208.0 MiB 206.0 MiB -1.0% 1.10s 1.17s +6.3%
examples/typeclasses/_cache/EnumEq.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.83s 0.84s +1.3%
examples/typeclasses/_cache/EnumEq.fsti.checked 171.0 MiB 171.0 MiB +0.0% 0.72s 0.75s +4.2%
examples/typeclasses/_cache/Eq.fst.checked 152.0 MiB 152.0 MiB +0.0% 0.82s 0.88s +6.9%
examples/typeclasses/_cache/Functor.fst.checked 132.0 MiB 132.0 MiB +0.0% 0.55s 0.56s +2.2%
examples/typeclasses/_cache/GradedMonad.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.76s 0.79s +4.4%
examples/typeclasses/_cache/Inlining.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.50s 0.52s +2.6%
examples/typeclasses/_cache/Loop.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.44s 0.45s +1.4%
examples/typeclasses/_cache/Monad.fst.checked 158.0 MiB 160.0 MiB +1.3% 0.81s 0.81s +0.4%
…amples/typeclasses/_cache/MonadFunctorInference.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.74s 0.77s +4.5%
examples/typeclasses/_cache/Num.fst.checked 132.0 MiB 134.0 MiB +1.5% 0.52s 0.56s +7.5%
examples/typeclasses/_cache/OpenIface.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.74s 0.78s +4.0%
…/typeclasses/_cache/Pulse.Class.BoundedIntegers.fst.checked 261.0 MiB 263.0 MiB +0.8% 3.63s 3.85s +5.9%
examples/typeclasses/_cache/SyntaxTests.fst.checked 129.0 MiB 129.0 MiB +0.0% 0.48s 0.50s +4.0%
examples/typeclasses/_cache/SyntaxTests.fsti.checked 128.0 MiB 128.0 MiB +0.0% 0.45s 0.47s +4.4%
examples/typeclasses/_cache/Tests.fst.checked 155.0 MiB 154.0 MiB -0.6% 0.69s 0.71s +2.9%
examples/verifythis/2015/.depend 45.4 MiB 45.4 MiB +0.0% 0.09s 0.10s +6.4%
examples/verifythis/2015/_cache/Problem01.fst.checked 181.0 MiB 181.0 MiB +0.0% 2.42s 2.63s +8.3%
pulse/test/.depend 75.1 MiB 75.7 MiB +0.9% 1.55s 1.64s +6.1%
pulse/test/_cache/ANF.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.31s 1.35s +3.0%
pulse/test/_cache/ArrayTests.fst.checked 542.0 MiB 543.0 MiB +0.2% 9.59s 9.87s +2.9%
pulse/test/_cache/BangBang.fst.checked 315.0 MiB 315.0 MiB +0.0% 1.79s 1.87s +4.3%
pulse/test/_cache/BinderAttrs.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.10s 1.13s +3.1%
pulse/test/_cache/BorrowsExample.fst.checked 405.0 MiB 404.0 MiB -0.2% 4.66s 5.06s +8.7%
pulse/test/_cache/Break.fst.checked 361.0 MiB 361.0 MiB +0.0% 3.54s 3.64s +3.0%
pulse/test/_cache/Bug356.fst.checked 257.0 MiB 258.0 MiB +0.4% 1.13s 1.17s +3.9%
pulse/test/_cache/CombinatorArg.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.36s 1.41s +3.7%
pulse/test/_cache/Defer.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.62s 1.62s -0.4%
pulse/test/_cache/EverParseIssue.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.36s 1.42s +4.5%
pulse/test/_cache/Example.BreakReturnContinue.fst.checked 478.0 MiB 480.0 MiB +0.4% 7.10s 7.12s +0.2%
pulse/test/_cache/Example.Hashtable.fst.checked 327.0 MiB 327.0 MiB +0.0% 1.97s 2.03s +3.4%
pulse/test/_cache/Example.Slice.fst.checked 364.0 MiB 363.0 MiB -0.3% 3.00s 3.09s +3.1%
pulse/test/_cache/Example.TestOnAutomation.fst.checked 306.0 MiB 306.0 MiB +0.0% 1.80s 1.86s +3.6%
pulse/test/_cache/Example.Unreachable.fst.checked 299.0 MiB 300.0 MiB +0.3% 1.37s 1.39s +1.1%
pulse/test/_cache/ExtractUninit.fst.checked 312.0 MiB 312.0 MiB +0.0% 2.05s 2.10s +2.4%
pulse/test/_cache/ExtractionTest.fst.checked 382.0 MiB 383.0 MiB +0.3% 4.41s 4.47s +1.5%
pulse/test/_cache/FnAnnot.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.05s 1.08s +2.3%
pulse/test/_cache/Goto.fst.checked 343.0 MiB 342.0 MiB -0.3% 2.93s 2.85s -2.8%
pulse/test/_cache/ImpureSpec.fst.checked 331.0 MiB 331.0 MiB +0.0% 2.84s 2.78s -2.3%
pulse/test/_cache/InlineArrayLen.fst.checked 310.0 MiB 310.0 MiB +0.0% 1.71s 1.81s +6.0%
pulse/test/_cache/LetMutImps.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.31s 1.40s +6.9%
pulse/test/_cache/LocalFnAnnot.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.08s 1.09s +0.4%
pulse/test/_cache/LoopDecreases.fst.checked 308.0 MiB 308.0 MiB +0.0% 1.83s 1.84s +0.9%
pulse/test/_cache/LoopInvariants.fst.checked 312.0 MiB 313.0 MiB +0.3% 1.97s 2.10s +6.7%
pulse/test/_cache/LoopRequires.fst.checked 308.0 MiB 306.0 MiB -0.6% 1.70s 1.76s +3.9%
pulse/test/_cache/Match.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.35s 1.36s +0.4%
pulse/test/_cache/MatchBasic.fst.checked 317.0 MiB 317.0 MiB +0.0% 2.07s 2.09s +0.6%
pulse/test/_cache/MatchRW.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.40s 1.45s +3.7%
pulse/test/_cache/Matches.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.63s 1.65s +0.7%
pulse/test/_cache/Null.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.47s 1.52s +3.6%
pulse/test/_cache/PrintCheck.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.32s 1.35s +2.1%
pulse/test/_cache/ProverLemmas.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.48s 1.54s +4.5%
pulse/test/_cache/RewriteEachUnfold.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.51s 1.53s +1.4%
pulse/test/_cache/SlpropDefn.fst.checked 279.0 MiB 280.0 MiB +0.4% 1.27s 1.33s +4.4%
pulse/test/_cache/Test.Basic1.fst.checked 309.0 MiB 309.0 MiB +0.0% 1.64s 1.70s +3.2%
pulse/test/_cache/Test.Basic2.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.28s 1.33s +4.1%
pulse/test/_cache/Test.JoinInference.fst.checked 313.0 MiB 313.0 MiB +0.0% 2.05s 2.11s +3.3%
pulse/test/_cache/Test.Recursion.fst.checked 315.0 MiB 316.0 MiB +0.3% 2.10s 2.17s +3.5%
pulse/test/_cache/Test.ReflikeClass.fst.checked 285.0 MiB 285.0 MiB +0.0% 1.52s 1.54s +1.4%
pulse/test/_cache/TestBadDec.fst.checked 302.0 MiB 304.0 MiB +0.7% 1.46s 1.52s +3.6%
pulse/test/_cache/UnfoldMetaArg.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.32s 1.32s +0.0%
pulse/test/_cache/Univs.fst.checked 257.0 MiB 257.0 MiB +0.0% 1.10s 1.15s +5.0%
pulse/test/_cache/Univs.fsti.checked 245.0 MiB 247.0 MiB +0.8% 1.07s 1.10s +2.0%
pulse/test/_cache/Unobservable.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.31s 1.34s +2.2%
pulse/test/_cache/UnreachableJoin.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.47s 1.49s +1.9%
pulse/test/_cache/VecAlloc.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.35s 1.42s +4.7%
pulse/test/_cache/WithPureTest.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.46s 1.55s +6.6%
pulse/test/_output/Defer.ml 395.0 MiB 407.0 MiB +3.0% 2.90s 3.14s +8.4%
pulse/test/_output/Example_Unreachable.ml 403.0 MiB 403.0 MiB +0.0% 2.94s 3.05s +3.8%
pulse/test/_output/ExtractionTest.ml 400.0 MiB 400.0 MiB +0.0% 2.99s 3.11s +3.9%
pulse/test/_output/InlineArrayLen.ml 392.0 MiB 392.0 MiB +0.0% 2.99s 3.08s +3.0%
pulse/test/_output/LoopInvariants.fst.output 313.0 MiB 313.0 MiB +0.0% 2.02s 2.08s +3.1%
pulse/test/_output/MatchBasic.fst.output 317.0 MiB 316.0 MiB -0.3% 2.03s 2.08s +2.6%
pulse/test/_output/Null.ml 391.0 MiB 392.0 MiB +0.3% 2.97s 3.09s +3.9%
pulse/test/_output/PrintCheck.fst.output 281.0 MiB 281.0 MiB +0.0% 1.33s 1.36s +2.0%
pulse/test/_output/Test.Recursion.fst.output 315.0 MiB 316.0 MiB +0.3% 2.16s 2.15s -0.3%
pulse/test/_output/Unobservable.ml 403.0 MiB 403.0 MiB +0.0% 2.94s 3.04s +3.5%
pulse/test/bug-reports/.depend 76.1 MiB 75.9 MiB -0.3% 1.65s 1.77s +7.0%
…lse/test/bug-reports/_cache/Bug.DesugaringError.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.27s 1.33s +4.8%
pulse/test/bug-reports/_cache/Bug.Invariants.fst.checked 312.0 MiB 312.0 MiB +0.0% 1.95s 2.02s +3.6%
pulse/test/bug-reports/_cache/Bug.SpinLock.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.35s 1.41s +4.1%
pulse/test/bug-reports/_cache/Bug100.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.57s 1.56s -0.3%
pulse/test/bug-reports/_cache/Bug102.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.40s 1.39s -0.6%
pulse/test/bug-reports/_cache/Bug102b.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.55s 1.61s +3.9%
pulse/test/bug-reports/_cache/Bug107.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.31s 1.35s +3.5%
pulse/test/bug-reports/_cache/Bug11.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.39s 1.47s +5.5%
pulse/test/bug-reports/_cache/Bug110.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.37s 1.44s +4.5%
pulse/test/bug-reports/_cache/Bug111.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.24s 1.29s +4.1%
pulse/test/bug-reports/_cache/Bug113.fst.checked 199.0 MiB 197.0 MiB -1.0% 0.87s 0.91s +4.4%
pulse/test/bug-reports/_cache/Bug13.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.32s 1.36s +3.0%
pulse/test/bug-reports/_cache/Bug137.fst.checked 299.0 MiB 300.0 MiB +0.3% 1.37s 1.40s +2.0%
pulse/test/bug-reports/_cache/Bug141.fst.checked 284.0 MiB 283.0 MiB -0.4% 1.30s 1.35s +3.8%
pulse/test/bug-reports/_cache/Bug166.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.26s 1.32s +4.6%
pulse/test/bug-reports/_cache/Bug169.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.29s 1.32s +1.9%
pulse/test/bug-reports/_cache/Bug172.fst.checked 88.3 MiB 88.4 MiB +0.2% 0.26s 0.26s +0.4%
pulse/test/bug-reports/_cache/Bug174.fst.checked 281.0 MiB 279.0 MiB -0.7% 1.27s 1.35s +6.3%
pulse/test/bug-reports/_cache/Bug177.fst.checked 280.0 MiB 282.0 MiB +0.7% 1.35s 1.41s +4.4%
pulse/test/bug-reports/_cache/Bug206.fst.checked 302.0 MiB 300.0 MiB -0.7% 1.34s 1.40s +3.8%
pulse/test/bug-reports/_cache/Bug216.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.31s 1.37s +4.7%
pulse/test/bug-reports/_cache/Bug234.fst.checked 283.0 MiB 282.0 MiB -0.4% 1.33s 1.35s +2.0%
pulse/test/bug-reports/_cache/Bug266.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.35s 1.39s +3.1%
pulse/test/bug-reports/_cache/Bug267.fst.checked 308.0 MiB 309.0 MiB +0.3% 1.74s 1.82s +4.5%
pulse/test/bug-reports/_cache/Bug273.fst.checked 278.0 MiB 278.0 MiB +0.0% 1.28s 1.32s +3.0%
pulse/test/bug-reports/_cache/Bug274.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.39s 1.45s +4.2%
pulse/test/bug-reports/_cache/Bug278.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.32s 1.38s +3.9%
pulse/test/bug-reports/_cache/Bug29.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.48s 1.54s +3.6%
pulse/test/bug-reports/_cache/Bug33.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.27s 1.32s +4.2%
pulse/test/bug-reports/_cache/Bug34.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.33s 1.35s +1.1%
pulse/test/bug-reports/_cache/Bug347.fst.checked 312.0 MiB 312.0 MiB +0.0% 1.77s 1.80s +1.4%
pulse/test/bug-reports/_cache/Bug347b.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.38s 1.41s +2.5%
pulse/test/bug-reports/_cache/Bug36.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.23s 1.31s +6.8%
pulse/test/bug-reports/_cache/Bug431.fst.checked 330.0 MiB 331.0 MiB +0.3% 2.67s 2.73s +2.6%
pulse/test/bug-reports/_cache/Bug45.fst.checked 307.0 MiB 307.0 MiB +0.0% 1.46s 1.50s +2.9%
pulse/test/bug-reports/_cache/Bug512.fst.checked 303.0 MiB 303.0 MiB +0.0% 1.56s 1.60s +2.4%
pulse/test/bug-reports/_cache/Bug583.fst.checked 307.0 MiB 305.0 MiB -0.7% 1.65s 1.70s +2.6%
pulse/test/bug-reports/_cache/Bug583b.fst.checked 329.0 MiB 332.0 MiB +0.9% 2.28s 2.36s +3.3%
pulse/test/bug-reports/_cache/Bug59.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.37s 1.39s +1.5%
pulse/test/bug-reports/_cache/Bug94.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.47s 1.50s +1.5%
pulse/test/bug-reports/_cache/Bug95.fst.checked 306.0 MiB 306.0 MiB +0.0% 1.56s 1.62s +3.3%
pulse/test/bug-reports/_cache/Bug95b.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.40s 1.37s -2.1%
pulse/test/bug-reports/_cache/Bug96.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.28s 1.31s +2.0%
pulse/test/bug-reports/_cache/Bug97.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.27s 1.33s +5.1%
pulse/test/bug-reports/_cache/BugGhostReturn.fst.checked 302.0 MiB 300.0 MiB -0.7% 1.39s 1.44s +3.8%
…st/bug-reports/_cache/BugHigherOrderApplication.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.64s 1.73s +5.9%
pulse/test/bug-reports/_cache/BugIfFalse.fst.checked 298.0 MiB 298.0 MiB +0.0% 1.31s 1.39s +6.0%
…st/bug-reports/_cache/BugUnificationUnderBinder.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.44s 1.51s +5.4%
pulse/test/bug-reports/_cache/BugWhileInv.fst.checked 307.0 MiB 308.0 MiB +0.3% 1.80s 1.87s +4.0%
pulse/test/bug-reports/_cache/DependentTuples.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.41s 1.41s -0.1%
…ug-reports/_cache/ExistsErasedAndPureEqualities.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.36s 1.42s +4.5%
pulse/test/bug-reports/_cache/ExistsSyntax.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.34s 1.38s +3.5%
…lse/test/bug-reports/_cache/ExtractPulseFnIface.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.33s 1.40s +4.9%
…se/test/bug-reports/_cache/ExtractPulseFnIface.fsti.checked 279.0 MiB 280.0 MiB +0.4% 1.28s 1.34s +4.2%
pulse/test/bug-reports/_cache/GhostAdmit.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.28s 1.36s +6.3%
pulse/test/bug-reports/_cache/IntroGhost.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.55s 1.62s +5.0%
pulse/test/bug-reports/_cache/JoinIf.fst.checked 452.0 MiB 453.0 MiB +0.2% 5.64s 5.76s +2.2%
…lse/test/bug-reports/_cache/OrderDepHigherOrder.fst.checked 281.0 MiB 282.0 MiB +0.4% 1.38s 1.43s +3.6%
pulse/test/bug-reports/_cache/PartialApp.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.34s 1.38s +2.7%
pulse/test/bug-reports/_cache/RecordOfArrays.fst.checked 313.0 MiB 313.0 MiB +0.0% 1.87s 1.89s +0.9%
pulse/test/bug-reports/_cache/RecordWithRefs.fst.checked 305.0 MiB 305.0 MiB +0.0% 1.70s 1.76s +3.6%
pulse/test/bug-reports/_cache/Records.fst.checked 311.0 MiB 311.0 MiB +0.0% 1.90s 1.97s +3.7%
pulse/test/bug-reports/_cache/RevealHide.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.27s 1.31s +3.3%
pulse/test/bug-reports/_cache/Test.Namespace.fst.checked 278.0 MiB 278.0 MiB +0.0% 1.28s 1.30s +1.2%
…t/bug-reports/_cache/UnificationVariableEscapes.fst.checked 319.0 MiB 319.0 MiB +0.0% 2.13s 2.17s +1.8%
pulse/test/bug-reports/_cache/ValsInScope.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.29s 1.36s +4.9%
…lse/test/bug-reports/_output/Bug.DesugaringError.fst.output 280.0 MiB 280.0 MiB +0.0% 1.28s 1.37s +7.3%
pulse/test/bug-reports/_output/Bug.SpinLock.fst.output 282.0 MiB 282.0 MiB +0.0% 1.31s 1.38s +4.8%
pulse/test/bug-reports/_output/Bug100.fst.output 302.0 MiB 302.0 MiB +0.0% 1.47s 1.57s +6.7%
pulse/test/bug-reports/_output/Bug111.fst.output 279.0 MiB 279.0 MiB +0.0% 1.28s 1.27s -1.2%
pulse/test/bug-reports/_output/Bug113.fst.output 197.0 MiB 197.0 MiB +0.0% 0.85s 0.86s +1.8%
pulse/test/bug-reports/_output/Bug169.fst.output 279.0 MiB 279.0 MiB +0.0% 1.24s 1.29s +4.5%
pulse/test/bug-reports/_output/Bug174.fst.output 281.0 MiB 281.0 MiB +0.0% 1.29s 1.32s +2.5%
pulse/test/bug-reports/_output/Bug206.fst.output 300.0 MiB 302.0 MiB +0.7% 1.35s 1.40s +3.9%
pulse/test/bug-reports/_output/Bug266.fst.output 300.0 MiB 300.0 MiB +0.0% 1.34s 1.40s +4.6%
pulse/test/bug-reports/_output/Bug267.fst.output 308.0 MiB 311.0 MiB +1.0% 1.76s 1.84s +4.6%
pulse/test/bug-reports/_output/Bug274.fst.output 282.0 MiB 282.0 MiB +0.0% 1.40s 1.47s +4.6%
pulse/test/bug-reports/_output/Bug278.fst.output 280.0 MiB 280.0 MiB +0.0% 1.31s 1.33s +1.2%
pulse/test/bug-reports/_output/Bug29.fst.output 301.0 MiB 302.0 MiB +0.3% 1.52s 1.53s +0.7%
pulse/test/bug-reports/_output/Bug36.fst.output 279.0 MiB 279.0 MiB +0.0% 1.27s 1.30s +2.6%
pulse/test/bug-reports/_output/Bug45.fst.output 307.0 MiB 307.0 MiB +0.0% 1.47s 1.54s +4.9%
pulse/test/bug-reports/_output/Bug59.fst.output 300.0 MiB 300.0 MiB +0.0% 1.34s 1.37s +2.5%
pulse/test/bug-reports/_output/Bug94.fst.output 301.0 MiB 301.0 MiB +0.0% 1.46s 1.50s +3.0%
…st/bug-reports/_output/BugHigherOrderApplication.fst.output 306.0 MiB 304.0 MiB -0.7% 1.63s 1.70s +4.1%
…ug-reports/_output/ExistsErasedAndPureEqualities.fst.output 281.0 MiB 281.0 MiB +0.0% 1.36s 1.40s +2.9%
pulse/test/bug-reports/_output/IntroGhost.fst.output 301.0 MiB 301.0 MiB +0.0% 1.53s 1.61s +5.4%
pulse/test/bug-reports/_output/PartialApp.fst.output 281.0 MiB 281.0 MiB +0.0% 1.34s 1.40s +4.1%
pulse/test/nolib/.depend 60.7 MiB 61.1 MiB +0.6% 0.56s 0.62s +9.2%
pulse/test/nolib/_cache/AdmitDoesNotSimpl.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.08s 1.11s +2.9%
pulse/test/nolib/_cache/AdmitKrml.fst.checked 256.0 MiB 257.0 MiB +0.4% 1.05s 1.13s +7.5%
pulse/test/nolib/_cache/Ambig.Attr.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.11s 1.14s +2.6%
pulse/test/nolib/_cache/Ambig.fst.checked 245.0 MiB 247.0 MiB +0.8% 1.14s 1.19s +4.4%
pulse/test/nolib/_cache/Annots.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.10s 1.17s +6.1%
pulse/test/nolib/_cache/AssertWildcard.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.01s 1.12s +10.5%
pulse/test/nolib/_cache/Bug32.fst.checked 245.0 MiB 247.0 MiB +0.8% 1.04s 1.09s +5.5%
pulse/test/nolib/_cache/Bug357.fst.checked 261.0 MiB 262.0 MiB +0.4% 1.21s 1.29s +6.9%
pulse/test/nolib/_cache/Bug387.fst.checked 259.0 MiB 260.0 MiB +0.4% 1.17s 1.20s +2.7%
pulse/test/nolib/_cache/Bug416.fst.checked 258.0 MiB 258.0 MiB +0.0% 1.12s 1.17s +4.3%
pulse/test/nolib/_cache/Bug511.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.05s 1.10s +4.9%
pulse/test/nolib/_cache/CharConstants.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.00s 1.09s +9.1%
pulse/test/nolib/_cache/Check.fst.checked 258.0 MiB 256.0 MiB -0.8% 1.10s 1.14s +4.0%
pulse/test/nolib/_cache/DropEmp.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.09s 1.12s +3.0%
pulse/test/nolib/_cache/ErrCantFindWitness.fst.checked 247.0 MiB 245.0 MiB -0.8% 1.04s 1.08s +4.5%
pulse/test/nolib/_cache/FnRecAnnot.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.09s 1.07s -1.7%
pulse/test/nolib/_cache/Implicits.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.13s 1.20s +6.2%
pulse/test/nolib/_cache/InameReduce.fst.checked 258.0 MiB 258.0 MiB +0.0% 1.08s 1.19s +9.8%
pulse/test/nolib/_cache/Introduce.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.13s 1.16s +2.5%
pulse/test/nolib/_cache/Match.fst.checked 277.0 MiB 277.0 MiB +0.0% 1.69s 1.75s +4.0%
pulse/test/nolib/_cache/MatchRange.fst.checked 260.0 MiB 260.0 MiB +0.0% 1.20s 1.26s +5.2%
pulse/test/nolib/_cache/MicroQueries.fst.checked 417.0 MiB 417.0 MiB +0.0% 3.45s 3.46s +0.1%
pulse/test/nolib/_cache/NewMatch.fst.checked 264.0 MiB 264.0 MiB +0.0% 1.31s 1.33s +1.6%
pulse/test/nolib/_cache/NoRewrite.fst.checked 260.0 MiB 260.0 MiB +0.0% 1.27s 1.26s -0.9%
pulse/test/nolib/_cache/NormCtx.fst.checked 244.0 MiB 244.0 MiB +0.0% 1.08s 1.12s +3.0%
pulse/test/nolib/_cache/Preserves.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.11s 1.18s +6.2%
pulse/test/nolib/_cache/QuantifierOps.fst.checked 244.0 MiB 247.0 MiB +1.2% 1.06s 1.14s +7.8%
pulse/test/nolib/_cache/RewriteEachUnfold.fst.checked 256.0 MiB 258.0 MiB +0.8% 1.11s 1.18s +5.6%
pulse/test/nolib/_cache/RewriteNopWarning.fst.checked 257.0 MiB 257.0 MiB +0.0% 1.11s 1.17s +4.9%
pulse/test/nolib/_cache/Test.GenOrder.fst.checked 247.0 MiB 245.0 MiB -0.8% 1.02s 1.15s +12.5%
pulse/test/nolib/_cache/Test.GenOrder2.A.fsti.checked 244.0 MiB 247.0 MiB +1.2% 1.06s 1.17s +9.6%
pulse/test/nolib/_cache/Test.GenOrder2.B.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.07s 1.09s +1.9%
pulse/test/nolib/_cache/Test.Matcher.fst.checked 261.0 MiB 261.0 MiB +0.0% 1.26s 1.32s +5.0%
pulse/test/nolib/_cache/Test.RewriteBy.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.11s 1.15s +3.6%
pulse/test/nolib/_cache/TupleFun.fst.checked 259.0 MiB 259.0 MiB +0.0% 1.20s 1.26s +5.5%
pulse/test/nolib/_cache/Unfold.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.05s 1.10s +5.1%
pulse/test/nolib/_cache/UnfoldArgs.fst.checked 260.0 MiB 258.0 MiB -0.8% 1.16s 1.20s +4.0%
pulse/test/nolib/_cache/UnfoldFst.fst.checked 257.0 MiB 258.0 MiB +0.4% 1.11s 1.17s +4.8%
pulse/test/nolib/_cache/Val.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.08s 1.08s +0.1%
pulse/test/nolib/_cache/Val.fsti.checked 245.0 MiB 245.0 MiB +0.0% 1.06s 1.06s +0.0%
pulse/test/nolib/_output/AdmitDoesNotSimpl.fst.output 244.0 MiB 245.0 MiB +0.4% 1.09s 1.11s +2.0%
pulse/test/nolib/_output/Annots.fst.output 245.0 MiB 245.0 MiB +0.0% 1.11s 1.14s +2.1%
pulse/test/nolib/_output/Bug416.fst.output 258.0 MiB 258.0 MiB +0.0% 1.14s 1.17s +2.9%
pulse/test/nolib/_output/Check.fst.output 256.0 MiB 256.0 MiB +0.0% 1.11s 1.14s +2.3%
pulse/test/nolib/_output/ErrCantFindWitness.fst.output 244.0 MiB 245.0 MiB +0.4% 1.08s 1.08s +0.5%
pulse/test/nolib/_output/MatchRange.fst.output 260.0 MiB 260.0 MiB +0.0% 1.21s 1.26s +4.5%
pulse/test/nolib/_output/RewriteNopWarning.fst.output 257.0 MiB 257.0 MiB +0.0% 1.12s 1.16s +3.4%
pulse/test/nolib/_output/Test.Matcher.fst.output 261.0 MiB 261.0 MiB +0.0% 1.28s 1.37s +6.6%
pulse/test/nolib/_output/Test.RewriteBy.fst.output 245.0 MiB 245.0 MiB +0.0% 1.10s 1.09s -0.5%
tests/bug-reports/closed/.depend 118.0 MiB 119.0 MiB +0.8% 2.10s 2.16s +3.0%
tests/bug-reports/closed/_cache/Bug016.fst.checked 97.6 MiB 97.0 MiB -0.6% 0.31s 0.31s +1.6%
tests/bug-reports/closed/_cache/Bug019.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.39s 0.40s +3.1%
tests/bug-reports/closed/_cache/Bug022.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.29s 0.31s +6.3%
tests/bug-reports/closed/_cache/Bug024.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug025.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +4.4%
tests/bug-reports/closed/_cache/Bug026.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.59s 0.62s +5.3%
tests/bug-reports/closed/_cache/Bug026b.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s -2.1%
tests/bug-reports/closed/_cache/Bug028.fst.checked 88.6 MiB 88.5 MiB -0.1% 0.25s 0.25s +2.4%
tests/bug-reports/closed/_cache/Bug034.fst.checked 89.0 MiB 89.1 MiB +0.2% 0.26s 0.26s -0.4%
tests/bug-reports/closed/_cache/Bug035.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.28s -1.0%
tests/bug-reports/closed/_cache/Bug043.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.35s +4.5%
tests/bug-reports/closed/_cache/Bug044.fst.checked 108.0 MiB 110.0 MiB +1.9% 0.32s 0.33s +2.8%
tests/bug-reports/closed/_cache/Bug046.fst.checked 89.0 MiB 88.9 MiB -0.1% 0.26s 0.26s +0.0%
tests/bug-reports/closed/_cache/Bug052.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +2.3%
tests/bug-reports/closed/_cache/Bug056.fst.checked 89.2 MiB 89.2 MiB -0.0% 0.26s 0.27s +2.3%
tests/bug-reports/closed/_cache/Bug058.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.34s +6.3%
tests/bug-reports/closed/_cache/Bug058b.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +2.2%
tests/bug-reports/closed/_cache/Bug063.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +4.5%
tests/bug-reports/closed/_cache/Bug067.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.28s 0.28s +0.4%
tests/bug-reports/closed/_cache/Bug069.fst.checked 88.7 MiB 88.7 MiB +0.0% 0.25s 0.26s +4.1%
tests/bug-reports/closed/_cache/Bug077.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.37s +1.1%
tests/bug-reports/closed/_cache/Bug086.fst.checked 92.7 MiB 92.8 MiB +0.1% 0.34s 0.35s +4.8%
tests/bug-reports/closed/_cache/Bug092.fst.checked 89.3 MiB 89.2 MiB -0.1% 0.26s 0.27s +3.1%
tests/bug-reports/closed/_cache/Bug097b.fst.checked 88.9 MiB 89.0 MiB +0.0% 0.24s 0.27s +9.1%
tests/bug-reports/closed/_cache/Bug1017.fst.checked 110.0 MiB 108.0 MiB -1.8% 0.30s 0.30s +0.3%
tests/bug-reports/closed/_cache/Bug102.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.46s 0.48s +5.9%
tests/bug-reports/closed/_cache/Bug1029.fst.checked 88.6 MiB 88.4 MiB -0.2% 0.25s 0.26s +2.4%
tests/bug-reports/closed/_cache/Bug1029b.fst.checked 88.7 MiB 90.7 MiB +2.3% 0.24s 0.25s +4.1%
tests/bug-reports/closed/_cache/Bug103.fst.checked 89.5 MiB 89.5 MiB +0.0% 0.26s 0.27s +5.0%
tests/bug-reports/closed/_cache/Bug1041.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.32s +10.8%
tests/bug-reports/closed/_cache/Bug1043.fst.checked 115.0 MiB 117.0 MiB +1.7% 0.41s 0.42s +2.4%
tests/bug-reports/closed/_cache/Bug1043b.fst.checked 88.9 MiB 88.8 MiB -0.1% 0.25s 0.25s +0.0%
tests/bug-reports/closed/_cache/Bug1052.fst.checked 97.1 MiB 97.2 MiB +0.1% 0.29s 0.31s +7.9%
tests/bug-reports/closed/_cache/Bug1055.fst.checked 155.0 MiB 156.0 MiB +0.6% 0.80s 0.82s +2.5%
tests/bug-reports/closed/_cache/Bug1060.fst.checked 89.1 MiB 89.1 MiB -0.1% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug1065a.fst.checked 89.2 MiB 89.1 MiB -0.1% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug1065b.fst.checked 88.8 MiB 88.8 MiB -0.0% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug1065c.fst.checked 89.2 MiB 89.2 MiB -0.1% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug1066.fst.checked 90.3 MiB 90.1 MiB -0.2% 0.27s 0.28s +1.5%
tests/bug-reports/closed/_cache/Bug1070.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +0.3%
tests/bug-reports/closed/_cache/Bug1074.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +1.9%
tests/bug-reports/closed/_cache/Bug1076.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.29s -1.0%
tests/bug-reports/closed/_cache/Bug1090.fst.checked 88.7 MiB 88.7 MiB +0.0% 0.26s 0.26s +0.4%
tests/bug-reports/closed/_cache/Bug1097.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +6.1%
tests/bug-reports/closed/_cache/Bug1101.fst.checked 89.3 MiB 89.3 MiB +0.1% 0.26s 0.27s +2.7%
tests/bug-reports/closed/_cache/Bug1106.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +4.3%
tests/bug-reports/closed/_cache/Bug1106b.fst.checked 90.8 MiB 88.7 MiB -2.3% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug111.fst.checked 91.2 MiB 91.3 MiB +0.1% 0.26s 0.27s +3.0%
tests/bug-reports/closed/_cache/Bug1121a.fst.checked 88.8 MiB 88.7 MiB -0.1% 0.24s 0.26s +5.8%
tests/bug-reports/closed/_cache/Bug1121b.fst.checked 88.8 MiB 88.9 MiB +0.1% 0.25s 0.26s +2.8%
tests/bug-reports/closed/_cache/Bug1123.fst.checked 88.7 MiB 88.7 MiB -0.1% 0.25s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug1130.fst.checked 114.0 MiB 116.0 MiB +1.8% 0.37s 0.37s +0.0%
tests/bug-reports/closed/_cache/Bug1141a.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.47s 0.48s +1.9%
tests/bug-reports/closed/_cache/Bug1141b.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.29s 0.30s +3.8%
tests/bug-reports/closed/_cache/Bug1141c.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.48s 0.52s +7.7%
tests/bug-reports/closed/_cache/Bug1141d.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.50s 0.49s -0.8%
tests/bug-reports/closed/_cache/Bug1150.fst.checked 109.0 MiB 107.0 MiB -1.8% 0.28s 0.29s +3.2%
tests/bug-reports/closed/_cache/Bug116.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +1.9%
tests/bug-reports/closed/_cache/Bug1182a.fst.checked 89.3 MiB 89.4 MiB +0.1% 0.26s 0.27s +3.5%
tests/bug-reports/closed/_cache/Bug1182b.fst.checked 89.0 MiB 89.1 MiB +0.1% 0.25s 0.26s +4.4%
tests/bug-reports/closed/_cache/Bug1187.fst.checked 150.0 MiB 150.0 MiB +0.0% 1.14s 1.14s +0.4%
tests/bug-reports/closed/_cache/Bug1191.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +5.8%
tests/bug-reports/closed/_cache/Bug120.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.37s 0.38s +2.7%
tests/bug-reports/closed/_cache/Bug122.fst.checked 88.8 MiB 88.8 MiB -0.0% 0.25s 0.25s -0.8%
tests/bug-reports/closed/_cache/Bug1228.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.32s +2.2%
tests/bug-reports/closed/_cache/Bug124.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +2.9%
tests/bug-reports/closed/_cache/Bug125.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s -0.7%
tests/bug-reports/closed/_cache/Bug126.fst.checked 142.0 MiB 142.0 MiB +0.0% 0.81s 0.88s +7.7%
tests/bug-reports/closed/_cache/Bug1271.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.80s 0.84s +5.3%
tests/bug-reports/closed/_cache/Bug1305.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.75s 0.75s +0.7%
tests/bug-reports/closed/_cache/Bug1319a.fst.checked 88.8 MiB 90.7 MiB +2.2% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug1319b.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.30s +5.2%
tests/bug-reports/closed/_cache/Bug1319c.fst.checked 88.6 MiB 88.8 MiB +0.3% 0.24s 0.26s +7.0%
tests/bug-reports/closed/_cache/Bug1319d.fst.checked 89.3 MiB 89.2 MiB -0.1% 0.26s 0.26s +0.4%
tests/bug-reports/closed/_cache/Bug1319e.fst.checked 89.2 MiB 89.3 MiB +0.1% 0.25s 0.27s +5.5%
tests/bug-reports/closed/_cache/Bug1319f.fst.checked 90.1 MiB 92.1 MiB +2.2% 0.27s 0.28s +6.0%
tests/bug-reports/closed/_cache/Bug1341.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s +0.7%
tests/bug-reports/closed/_cache/Bug1345.fst.checked 88.9 MiB 88.9 MiB -0.1% 0.26s 0.26s -1.5%
tests/bug-reports/closed/_cache/Bug1345b.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +2.6%
tests/bug-reports/closed/_cache/Bug1345c.fst.checked 89.0 MiB 89.0 MiB +0.1% 0.26s 0.26s +2.3%
tests/bug-reports/closed/_cache/Bug1346.fst.checked 179.0 MiB 180.0 MiB +0.6% 0.91s 0.93s +1.2%
tests/bug-reports/closed/_cache/Bug1347b.fst.checked 171.0 MiB 172.0 MiB +0.6% 0.78s 0.80s +3.0%
tests/bug-reports/closed/_cache/Bug1348.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s -1.4%
tests/bug-reports/closed/_cache/Bug1352.fst.checked 95.2 MiB 95.2 MiB +0.0% 0.31s 0.30s -2.3%
tests/bug-reports/closed/_cache/Bug1361.fst.checked 134.0 MiB 134.0 MiB +0.0% 0.44s 0.46s +5.2%
tests/bug-reports/closed/_cache/Bug1362.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.40s 0.42s +3.2%
tests/bug-reports/closed/_cache/Bug1368.fst.checked 90.9 MiB 88.9 MiB -2.2% 0.26s 0.26s +0.8%
tests/bug-reports/closed/_cache/Bug1370a.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.35s +2.6%
tests/bug-reports/closed/_cache/Bug1370b.fst.checked 109.0 MiB 112.0 MiB +2.8% 0.29s 0.30s +2.4%
tests/bug-reports/closed/_cache/Bug138.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.36s 0.38s +5.5%
tests/bug-reports/closed/_cache/Bug1383.fst.checked 88.9 MiB 88.9 MiB -0.0% 0.24s 0.26s +4.9%
tests/bug-reports/closed/_cache/Bug1389a.fst.checked 111.0 MiB 112.0 MiB +0.9% 0.41s 0.44s +6.3%
tests/bug-reports/closed/_cache/Bug1389b.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.41s 0.43s +5.4%
tests/bug-reports/closed/_cache/Bug1389c.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.44s 0.47s +5.7%
tests/bug-reports/closed/_cache/Bug139.fst.checked 89.2 MiB 91.2 MiB +2.3% 0.25s 0.27s +4.7%
tests/bug-reports/closed/_cache/Bug1390.fst.checked 199.0 MiB 199.0 MiB +0.0% 0.99s 1.01s +1.9%
tests/bug-reports/closed/_cache/Bug1404.fst.checked 88.6 MiB 88.6 MiB -0.1% 0.25s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug1414.fst.checked 194.0 MiB 195.0 MiB +0.5% 0.88s 0.95s +8.3%
tests/bug-reports/closed/_cache/Bug1418.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.40s 0.42s +5.0%
tests/bug-reports/closed/_cache/Bug1423.fst.checked 122.0 MiB 124.0 MiB +1.6% 0.37s 0.40s +6.1%
tests/bug-reports/closed/_cache/Bug1427.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.9%
tests/bug-reports/closed/_cache/Bug1427.fsti.checked 88.7 MiB 88.6 MiB -0.1% 0.26s 0.26s +2.3%
tests/bug-reports/closed/_cache/Bug143.fst.checked 111.0 MiB 109.0 MiB -1.8% 0.33s 0.34s +1.5%
tests/bug-reports/closed/_cache/Bug1441.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.29s 0.29s +1.0%
tests/bug-reports/closed/_cache/Bug1443a.fst.checked 88.8 MiB 88.7 MiB -0.1% 0.25s 0.26s +1.2%
tests/bug-reports/closed/_cache/Bug1443b.fst.checked 88.5 MiB 88.5 MiB -0.0% 0.24s 0.24s -0.8%
tests/bug-reports/closed/_cache/Bug1443c.fst.checked 88.7 MiB 88.6 MiB -0.1% 0.25s 0.26s +4.5%
tests/bug-reports/closed/_cache/Bug1443d.fst.checked 91.1 MiB 91.1 MiB +0.0% 0.30s 0.30s +1.3%
tests/bug-reports/closed/_cache/Bug1443e.fst.checked 89.3 MiB 89.2 MiB -0.1% 0.25s 0.26s +5.2%
tests/bug-reports/closed/_cache/Bug1449.fst.checked 107.0 MiB 109.0 MiB +1.9% 0.29s 0.28s -1.7%
tests/bug-reports/closed/_cache/Bug1470.fst.checked 118.0 MiB 116.0 MiB -1.7% 0.39s 0.40s +3.1%
tests/bug-reports/closed/_cache/Bug1480.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.59s 0.61s +3.9%
tests/bug-reports/closed/_cache/Bug1481.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.29s +8.5%
tests/bug-reports/closed/_cache/Bug1482.fst.checked 89.0 MiB 88.9 MiB -0.1% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug1485.fst.checked 98.0 MiB 98.0 MiB +0.0% 0.32s 0.33s +1.9%
tests/bug-reports/closed/_cache/Bug1486.fst.checked 132.0 MiB 130.0 MiB -1.5% 0.50s 0.53s +4.2%
tests/bug-reports/closed/_cache/Bug1488.fst.checked 88.7 MiB 88.7 MiB +0.0% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug1502.fst.checked 97.0 MiB 97.0 MiB +0.0% 0.31s 0.32s +2.6%
tests/bug-reports/closed/_cache/Bug1506.fst.checked 88.8 MiB 88.8 MiB -0.1% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug1507.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.25s 0.25s -0.8%
tests/bug-reports/closed/_cache/Bug151.fst.checked 148.0 MiB 146.0 MiB -1.4% 0.51s 0.53s +2.7%
tests/bug-reports/closed/_cache/Bug152.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.6%
tests/bug-reports/closed/_cache/Bug1521.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.45s 0.46s +2.4%
tests/bug-reports/closed/_cache/Bug1523.fst.checked 88.7 MiB 90.8 MiB +2.4% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug1533.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.34s 0.34s +0.0%
tests/bug-reports/closed/_cache/Bug1534.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.35s 0.36s +2.5%
tests/bug-reports/closed/_cache/Bug1535a.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.29s 0.30s +4.1%
tests/bug-reports/closed/_cache/Bug1535b.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.38s 0.38s -0.5%
tests/bug-reports/closed/_cache/Bug1536.fst.checked 143.0 MiB 146.0 MiB +2.1% 0.69s 0.72s +4.9%
tests/bug-reports/closed/_cache/Bug154.fst.checked 142.0 MiB 142.0 MiB +0.0% 0.79s 0.82s +3.4%
tests/bug-reports/closed/_cache/Bug1540.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.50s 0.51s +3.0%
tests/bug-reports/closed/_cache/Bug154b.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +1.1%
tests/bug-reports/closed/_cache/Bug154c.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.28s 0.29s +4.3%
tests/bug-reports/closed/_cache/Bug155.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.30s 0.32s +6.4%
tests/bug-reports/closed/_cache/Bug156.fst.checked 89.1 MiB 89.0 MiB -0.1% 0.26s 0.26s +1.2%
tests/bug-reports/closed/_cache/Bug1561a.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.44s 0.45s +2.5%
tests/bug-reports/closed/_cache/Bug1561b.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.45s 0.47s +2.9%
tests/bug-reports/closed/_cache/Bug1568.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug1571.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.81s 0.83s +2.9%
tests/bug-reports/closed/_cache/Bug1572.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.70s 0.72s +2.7%
tests/bug-reports/closed/_cache/Bug1595.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.67s 0.70s +5.2%
tests/bug-reports/closed/_cache/Bug1601.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.35s +9.3%
tests/bug-reports/closed/_cache/Bug1602.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.40s 0.42s +6.8%
tests/bug-reports/closed/_cache/Bug1604.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +1.5%
tests/bug-reports/closed/_cache/Bug1605.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s +1.4%
tests/bug-reports/closed/_cache/Bug161.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +2.2%
tests/bug-reports/closed/_cache/Bug1612.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.63s 0.64s +1.1%
tests/bug-reports/closed/_cache/Bug1614a.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.52s 0.55s +6.8%
tests/bug-reports/closed/_cache/Bug1614b.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +2.9%
tests/bug-reports/closed/_cache/Bug1614c.fst.checked 109.0 MiB 107.0 MiB -1.8% 0.27s 0.28s +3.6%
tests/bug-reports/closed/_cache/Bug1614d.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.26s 0.28s +5.7%
tests/bug-reports/closed/_cache/Bug1614e.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +4.0%
tests/bug-reports/closed/_cache/Bug1614f.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.43s 0.44s +0.7%
tests/bug-reports/closed/_cache/Bug1616.fst.checked 88.8 MiB 88.8 MiB +0.0% 0.25s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug162.fst.checked 277.0 MiB 277.0 MiB +0.0% 7.31s 7.19s -1.7%
tests/bug-reports/closed/_cache/Bug1621.fst.checked 146.0 MiB 147.0 MiB +0.7% 1.02s 1.07s +5.4%
tests/bug-reports/closed/_cache/Bug1622.fst.checked 110.0 MiB 109.0 MiB -0.9% 0.33s 0.34s +3.1%
tests/bug-reports/closed/_cache/Bug163.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.40s 0.44s +8.2%
tests/bug-reports/closed/_cache/Bug1640.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.52s 0.55s +7.2%
tests/bug-reports/closed/_cache/Bug1680.fst.checked 209.0 MiB 209.0 MiB +0.0% 2.01s 2.02s +0.5%
tests/bug-reports/closed/_cache/Bug1682.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.29s 0.30s +3.8%
tests/bug-reports/closed/_cache/Bug170.fst.checked 89.5 MiB 89.5 MiB -0.0% 0.25s 0.27s +5.6%
tests/bug-reports/closed/_cache/Bug171.fst.checked 141.0 MiB 141.0 MiB +0.0% 0.85s 0.87s +2.8%
tests/bug-reports/closed/_cache/Bug1714.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.36s +4.3%
tests/bug-reports/closed/_cache/Bug173.fst.checked 178.0 MiB 180.0 MiB +1.1% 2.09s 2.18s +4.1%
tests/bug-reports/closed/_cache/Bug1730a.fst.checked 88.4 MiB 88.5 MiB +0.1% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug1730b.fst.checked 106.0 MiB 106.0 MiB +0.0% 0.27s 0.28s +3.4%
tests/bug-reports/closed/_cache/Bug174.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.26s 0.24s -5.8%
tests/bug-reports/closed/_cache/Bug175.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.39s 0.40s +2.8%
tests/bug-reports/closed/_cache/Bug1750.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.54s 0.55s +3.4%
tests/bug-reports/closed/_cache/Bug176.fst.checked 88.6 MiB 88.5 MiB -0.1% 0.24s 0.25s +3.4%
tests/bug-reports/closed/_cache/Bug177.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +2.5%
tests/bug-reports/closed/_cache/Bug178.fst.checked 88.9 MiB 88.9 MiB +0.0% 0.25s 0.27s +7.1%
tests/bug-reports/closed/_cache/Bug1784.fst.checked 89.2 MiB 91.1 MiB +2.1% 0.26s 0.26s -1.2%
tests/bug-reports/closed/_cache/Bug1799.fst.checked 117.0 MiB 115.0 MiB -1.7% 0.41s 0.41s -1.7%
tests/bug-reports/closed/_cache/Bug1802.fst.checked 90.7 MiB 90.6 MiB -0.0% 0.28s 0.29s +5.0%
tests/bug-reports/closed/_cache/Bug181.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.25s 0.25s -0.4%
tests/bug-reports/closed/_cache/Bug1812.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.76s 0.77s +1.6%
tests/bug-reports/closed/_cache/Bug1818.fst.checked 88.9 MiB 89.0 MiB +0.0% 0.26s 0.26s +1.2%
tests/bug-reports/closed/_cache/Bug183.fst.checked 89.4 MiB 89.3 MiB -0.1% 0.26s 0.26s +1.5%
tests/bug-reports/closed/_cache/Bug184.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.32s +5.7%
tests/bug-reports/closed/_cache/Bug1840.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.83s 0.84s +1.0%
tests/bug-reports/closed/_cache/Bug1841.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.51s 0.55s +7.9%
tests/bug-reports/closed/_cache/Bug1847.fst.checked 91.0 MiB 91.0 MiB +0.0% 0.26s 0.28s +5.3%
tests/bug-reports/closed/_cache/Bug184Eta.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +2.6%
tests/bug-reports/closed/_cache/Bug185.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.37s 0.39s +4.6%
tests/bug-reports/closed/_cache/Bug1855.fst.checked 126.0 MiB 127.0 MiB +0.8% 0.45s 0.45s -0.7%
tests/bug-reports/closed/_cache/Bug186.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +3.0%
tests/bug-reports/closed/_cache/Bug1863.fst.checked 89.0 MiB 89.0 MiB +0.1% 0.25s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug1866.fst.checked 222.0 MiB 224.0 MiB +0.9% 1.38s 1.55s +12.0%
tests/bug-reports/closed/_cache/Bug186b.fst.checked 130.0 MiB 128.0 MiB -1.5% 0.83s 0.83s -0.4%
tests/bug-reports/closed/_cache/Bug187.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.31s -0.3%
tests/bug-reports/closed/_cache/Bug188.fst.checked 89.0 MiB 88.9 MiB -0.1% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug190.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.31s +0.6%
tests/bug-reports/closed/_cache/Bug1900.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.27s 0.26s -3.4%
tests/bug-reports/closed/_cache/Bug1901.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.29s -1.4%
tests/bug-reports/closed/_cache/Bug1902.fst.checked 216.0 MiB 219.0 MiB +1.4% 1.27s 1.36s +7.6%
tests/bug-reports/closed/_cache/Bug1903.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.33s 0.31s -6.4%
tests/bug-reports/closed/_cache/Bug1908.fst.checked 130.0 MiB 131.0 MiB +0.8% 0.40s 0.42s +3.5%
tests/bug-reports/closed/_cache/Bug1913.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +4.3%
tests/bug-reports/closed/_cache/Bug1918.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.47s 0.48s +3.0%
tests/bug-reports/closed/_cache/Bug192.fst.checked 91.2 MiB 89.2 MiB -2.2% 0.26s 0.26s -1.1%
tests/bug-reports/closed/_cache/Bug193.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.35s -0.3%
tests/bug-reports/closed/_cache/Bug1936.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +1.3%
tests/bug-reports/closed/_cache/Bug1940a.fst.checked 134.0 MiB 134.0 MiB +0.0% 0.46s 0.47s +3.3%
tests/bug-reports/closed/_cache/Bug1940b.fst.checked 134.0 MiB 134.0 MiB +0.0% 0.42s 0.44s +2.8%
tests/bug-reports/closed/_cache/Bug1940c.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +5.8%
tests/bug-reports/closed/_cache/Bug195.fst.checked 90.9 MiB 88.8 MiB -2.3% 0.25s 0.26s +5.2%
tests/bug-reports/closed/_cache/Bug1952a.fst.checked 123.0 MiB 121.0 MiB -1.6% 0.44s 0.44s -0.2%
tests/bug-reports/closed/_cache/Bug1952b.fst.checked 91.0 MiB 89.2 MiB -2.0% 0.26s 0.26s -0.8%
tests/bug-reports/closed/_cache/Bug1953.fst.checked 90.8 MiB 90.8 MiB +0.0% 0.28s 0.28s +0.4%
tests/bug-reports/closed/_cache/Bug1954.fst.checked 111.0 MiB 109.0 MiB -1.8% 0.33s 0.32s -1.2%
tests/bug-reports/closed/_cache/Bug1956.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +3.3%
tests/bug-reports/closed/_cache/Bug195b.fst.checked 89.0 MiB 88.8 MiB -0.2% 0.25s 0.26s +4.4%
tests/bug-reports/closed/_cache/Bug1966a.fst.checked 219.0 MiB 222.0 MiB +1.4% 1.35s 1.39s +2.4%
tests/bug-reports/closed/_cache/Bug1966b.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.76s 0.79s +3.7%
tests/bug-reports/closed/_cache/Bug1976.fst.checked 91.4 MiB 91.8 MiB +0.4% 0.31s 0.33s +7.1%
tests/bug-reports/closed/_cache/Bug1986.fst.checked 111.0 MiB 109.0 MiB -1.8% 0.33s 0.33s -0.3%
tests/bug-reports/closed/_cache/Bug1995.fst.checked 90.8 MiB 89.0 MiB -2.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug2001.fst.checked 88.6 MiB 88.6 MiB +0.1% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug2002.fst.checked 89.4 MiB 89.5 MiB +0.1% 0.27s 0.27s -0.7%
tests/bug-reports/closed/_cache/Bug2004.fst.checked 135.0 MiB 135.0 MiB +0.0% 0.58s 0.61s +4.1%
tests/bug-reports/closed/_cache/Bug2031.fst.checked 111.0 MiB 112.0 MiB +0.9% 0.37s 0.40s +6.8%
tests/bug-reports/closed/_cache/Bug2045.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.72s 0.77s +6.3%
tests/bug-reports/closed/_cache/Bug2055.fst.checked 111.0 MiB 113.0 MiB +1.8% 0.36s 0.36s +1.1%
tests/bug-reports/closed/_cache/Bug2057.fst.checked 112.0 MiB 114.0 MiB +1.8% 0.35s 0.37s +6.3%
tests/bug-reports/closed/_cache/Bug2058.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.29s +0.3%
tests/bug-reports/closed/_cache/Bug206.fst.checked 90.8 MiB 90.7 MiB -0.1% 0.26s 0.27s +4.3%
tests/bug-reports/closed/_cache/Bug2066.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.38s 0.41s +8.7%
tests/bug-reports/closed/_cache/Bug2069.fst.checked 119.0 MiB 117.0 MiB -1.7% 0.39s 0.43s +8.6%
tests/bug-reports/closed/_cache/Bug2074.fst.checked 88.9 MiB 88.8 MiB -0.1% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug208.fst.checked 89.1 MiB 89.1 MiB +0.1% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug2081.fst.checked 170.0 MiB 172.0 MiB +1.2% 0.71s 0.79s +11.2%
tests/bug-reports/closed/_cache/Bug2083.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.79s 0.81s +2.8%
tests/bug-reports/closed/_cache/Bug209.fst.checked 89.0 MiB 88.8 MiB -0.1% 0.27s 0.26s -1.9%
tests/bug-reports/closed/_cache/Bug2099.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.29s +6.3%
tests/bug-reports/closed/_cache/Bug209b.fst.checked 89.0 MiB 89.0 MiB +0.0% 0.25s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug210.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.50s 0.49s -1.6%
tests/bug-reports/closed/_cache/Bug2106.fst.checked 108.0 MiB 110.0 MiB +1.9% 0.30s 0.30s +2.0%
tests/bug-reports/closed/_cache/Bug210b.fst.checked 117.0 MiB 118.0 MiB +0.9% 0.54s 0.55s +2.1%
tests/bug-reports/closed/_cache/Bug210c.fst.checked 89.0 MiB 88.9 MiB -0.1% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug212.fst.checked 89.3 MiB 89.6 MiB +0.2% 0.27s 0.27s +0.4%
tests/bug-reports/closed/_cache/Bug2125a.fst.checked 91.2 MiB 89.2 MiB -2.3% 0.25s 0.26s +6.5%
tests/bug-reports/closed/_cache/Bug2125b.fst.checked 207.0 MiB 207.0 MiB +0.0% 1.02s 1.10s +7.4%
tests/bug-reports/closed/_cache/Bug213.fst.checked 111.0 MiB 112.0 MiB +0.9% 0.39s 0.39s +0.8%
tests/bug-reports/closed/_cache/Bug2132.fst.checked 174.0 MiB 172.0 MiB -1.1% 0.76s 0.78s +2.2%
tests/bug-reports/closed/_cache/Bug2138.fst.checked 192.0 MiB 191.0 MiB -0.5% 0.81s 0.85s +4.9%
tests/bug-reports/closed/_cache/Bug2146.fst.checked 92.8 MiB 93.8 MiB +1.1% 0.30s 0.32s +5.3%
tests/bug-reports/closed/_cache/Bug215.fst.checked 100.0 MiB 100.0 MiB +0.0% 0.32s 0.33s +3.2%
tests/bug-reports/closed/_cache/Bug2155.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.73s 0.77s +5.0%
tests/bug-reports/closed/_cache/Bug2167.fst.checked 90.0 MiB 89.8 MiB -0.2% 0.26s 0.27s +5.4%
tests/bug-reports/closed/_cache/Bug2169.fst.checked 243.0 MiB 243.0 MiB +0.0% 1.68s 1.75s +4.4%
tests/bug-reports/closed/_cache/Bug2169b.fst.checked 227.0 MiB 228.0 MiB +0.4% 1.21s 1.20s -0.9%
tests/bug-reports/closed/_cache/Bug2172.fst.checked 107.0 MiB 109.0 MiB +1.9% 0.29s 0.30s +2.8%
tests/bug-reports/closed/_cache/Bug2184.fst.checked 107.0 MiB 109.0 MiB +1.9% 0.28s 0.30s +6.8%
tests/bug-reports/closed/_cache/Bug2189.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.85s 0.87s +2.0%
tests/bug-reports/closed/_cache/Bug2193.fst.checked 89.3 MiB 89.4 MiB +0.0% 0.26s 0.27s +4.2%
tests/bug-reports/closed/_cache/Bug2210.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +0.6%
tests/bug-reports/closed/_cache/Bug2211.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug2229.fst.checked 181.0 MiB 182.0 MiB +0.6% 1.02s 1.02s -0.5%
tests/bug-reports/closed/_cache/Bug2257.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.78s 0.84s +8.8%
tests/bug-reports/closed/_cache/Bug2269.fst.checked 193.0 MiB 194.0 MiB +0.5% 0.88s 0.88s +0.8%
tests/bug-reports/closed/_cache/Bug2331.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.2%
tests/bug-reports/closed/_cache/Bug2352.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.35s +4.2%
tests/bug-reports/closed/_cache/Bug2366.fst.checked 150.0 MiB 153.0 MiB +2.0% 0.90s 0.92s +1.9%
tests/bug-reports/closed/_cache/Bug2374.fst.checked 109.0 MiB 108.0 MiB -0.9% 0.32s 0.33s +1.2%
tests/bug-reports/closed/_cache/Bug237b.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.36s +2.3%
tests/bug-reports/closed/_cache/Bug238.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.30s +5.2%
tests/bug-reports/closed/_cache/Bug2398.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.31s -1.6%
tests/bug-reports/closed/_cache/Bug241.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.30s 0.31s +2.6%
tests/bug-reports/closed/_cache/Bug2412.fst.checked 117.0 MiB 118.0 MiB +0.9% 0.37s 0.39s +4.6%
tests/bug-reports/closed/_cache/Bug2414.fst.checked 112.0 MiB 111.0 MiB -0.9% 0.39s 0.40s +1.8%
tests/bug-reports/closed/_cache/Bug2415.fst.checked 158.0 MiB 158.0 MiB +0.0% 0.58s 0.61s +5.0%
tests/bug-reports/closed/_cache/Bug2419.fst.checked 89.3 MiB 89.3 MiB +0.0% 0.26s 0.26s -1.9%
tests/bug-reports/closed/_cache/Bug2422.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.39s 0.41s +4.7%
tests/bug-reports/closed/_cache/Bug2432.fst.checked 141.0 MiB 142.0 MiB +0.7% 0.51s 0.52s +3.1%
tests/bug-reports/closed/_cache/Bug2438.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.43s 0.45s +3.2%
tests/bug-reports/closed/_cache/Bug244.fst.checked 88.6 MiB 88.8 MiB +0.2% 0.25s 0.26s +2.4%
tests/bug-reports/closed/_cache/Bug2456.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.42s 0.46s +7.8%
tests/bug-reports/closed/_cache/Bug2471_A.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.85s 0.85s +0.2%
tests/bug-reports/closed/_cache/Bug2471_B.fst.checked 88.5 MiB 88.5 MiB +0.1% 0.23s 0.25s +5.1%
tests/bug-reports/closed/_cache/Bug2475.fst.checked 193.0 MiB 194.0 MiB +0.5% 0.85s 0.90s +6.6%
tests/bug-reports/closed/_cache/Bug2477.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.53s 0.54s +1.9%
tests/bug-reports/closed/_cache/Bug2478.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.50s 0.51s +0.6%
tests/bug-reports/closed/_cache/Bug2486.fst.checked 121.0 MiB 123.0 MiB +1.7% 0.43s 0.46s +4.8%
tests/bug-reports/closed/_cache/Bug2496.fst.checked 131.0 MiB 131.0 MiB +0.0% 0.55s 0.57s +3.6%
tests/bug-reports/closed/_cache/Bug250.fst.checked 88.9 MiB 88.9 MiB -0.1% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug251.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.6%
tests/bug-reports/closed/_cache/Bug251.fsti.checked 88.8 MiB 90.8 MiB +2.3% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug2515.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.74s 0.80s +7.1%
tests/bug-reports/closed/_cache/Bug252.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug2522.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.42s 0.42s +1.4%
tests/bug-reports/closed/_cache/Bug253.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +2.5%
tests/bug-reports/closed/_cache/Bug2535.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.73s 0.77s +4.5%
tests/bug-reports/closed/_cache/Bug253b.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.26s 0.26s +0.8%
tests/bug-reports/closed/_cache/Bug254.fst.checked 134.0 MiB 134.0 MiB +0.0% 0.46s 0.47s +3.3%
tests/bug-reports/closed/_cache/Bug255.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.24s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug2552.fst.checked 110.0 MiB 108.0 MiB -1.8% 0.30s 0.30s +0.7%
tests/bug-reports/closed/_cache/Bug2557.fst.checked 130.0 MiB 131.0 MiB +0.8% 0.39s 0.42s +6.9%
tests/bug-reports/closed/_cache/Bug256.fst.checked 89.1 MiB 89.1 MiB -0.1% 0.26s 0.26s +0.4%
tests/bug-reports/closed/_cache/Bug257.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.24s 0.25s +4.1%
tests/bug-reports/closed/_cache/Bug2572.fst.checked 180.0 MiB 178.0 MiB -1.1% 0.97s 0.99s +2.6%
tests/bug-reports/closed/_cache/Bug258.fst.checked 109.0 MiB 108.0 MiB -0.9% 0.31s 0.31s -1.6%
tests/bug-reports/closed/_cache/Bug2583.fst.checked 92.3 MiB 92.5 MiB +0.3% 0.33s 0.34s +3.4%
tests/bug-reports/closed/_cache/Bug2595.fst.checked 117.0 MiB 118.0 MiB +0.9% 0.59s 0.60s +1.4%
tests/bug-reports/closed/_cache/Bug2596.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.82s 0.83s +1.8%
tests/bug-reports/closed/_cache/Bug2596b.fst.checked 193.0 MiB 194.0 MiB +0.5% 0.89s 0.88s -1.6%
tests/bug-reports/closed/_cache/Bug2597.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.77s 0.81s +4.5%
tests/bug-reports/closed/_cache/Bug260.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.37s 0.38s +2.7%
tests/bug-reports/closed/_cache/Bug2601.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.30s 0.31s +3.7%
tests/bug-reports/closed/_cache/Bug2614.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.38s 0.38s +0.8%
tests/bug-reports/closed/_cache/Bug262.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.39s 0.40s +0.3%
tests/bug-reports/closed/_cache/Bug2622.fst.checked 184.0 MiB 184.0 MiB +0.0% 0.83s 0.86s +3.9%
tests/bug-reports/closed/_cache/Bug2629.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug2635.fst.checked 209.0 MiB 209.0 MiB +0.0% 1.28s 1.33s +3.6%
tests/bug-reports/closed/_cache/Bug2636.fst.checked 192.0 MiB 194.0 MiB +1.0% 0.81s 0.81s +1.0%
tests/bug-reports/closed/_cache/Bug2637.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.38s 0.42s +9.9%
tests/bug-reports/closed/_cache/Bug264.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.34s 0.34s -0.3%
tests/bug-reports/closed/_cache/Bug2641.fst.checked 246.0 MiB 247.0 MiB +0.4% 2.02s 2.09s +3.3%
tests/bug-reports/closed/_cache/Bug265.fst.checked 88.6 MiB 88.6 MiB -0.1% 0.25s 0.26s +2.8%
tests/bug-reports/closed/_cache/Bug2659b.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.52s 0.54s +2.9%
tests/bug-reports/closed/_cache/Bug2684a.fst.checked 145.0 MiB 145.0 MiB +0.0% 0.56s 0.60s +5.9%
tests/bug-reports/closed/_cache/Bug2684b.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.78s 0.79s +2.1%
tests/bug-reports/closed/_cache/Bug2684c.fst.checked 172.0 MiB 174.0 MiB +1.2% 0.77s 0.79s +2.6%
tests/bug-reports/closed/_cache/Bug2684d.fst.checked 173.0 MiB 171.0 MiB -1.2% 0.75s 0.78s +3.9%
tests/bug-reports/closed/_cache/Bug2699.fst.checked 247.0 MiB 249.0 MiB +0.8% 2.33s 2.52s +8.3%
tests/bug-reports/closed/_cache/Bug274.fst.checked 89.2 MiB 89.2 MiB -0.0% 0.26s 0.26s +0.4%
tests/bug-reports/closed/_cache/Bug275.fst.checked 88.6 MiB 88.6 MiB +0.1% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug2756.fst.checked 229.0 MiB 229.0 MiB +0.0% 1.80s 1.95s +8.4%
tests/bug-reports/closed/_cache/Bug279.fst.checked 109.0 MiB 108.0 MiB -0.9% 0.32s 0.32s +1.3%
tests/bug-reports/closed/_cache/Bug279.fsti.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug2806a.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.81s 0.82s +1.1%
tests/bug-reports/closed/_cache/Bug2806b.fst.checked 164.0 MiB 163.0 MiB -0.6% 0.69s 0.72s +4.5%
tests/bug-reports/closed/_cache/Bug2806c.fst.checked 194.0 MiB 194.0 MiB +0.0% 0.94s 0.93s -0.9%
tests/bug-reports/closed/_cache/Bug2806d.fst.checked 88.4 MiB 88.6 MiB +0.2% 0.24s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug2809.fst.checked 88.6 MiB 88.6 MiB +0.1% 0.25s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug281.fst.checked 133.0 MiB 134.0 MiB +0.8% 2.17s 2.09s -3.8%
tests/bug-reports/closed/_cache/Bug283.fst.checked 109.0 MiB 107.0 MiB -1.8% 0.29s 0.32s +9.2%
tests/bug-reports/closed/_cache/Bug284.fst.checked 110.0 MiB 108.0 MiB -1.8% 0.31s 0.30s -3.3%
tests/bug-reports/closed/_cache/Bug2849a.fst.checked 171.0 MiB 170.0 MiB -0.6% 0.75s 0.78s +3.5%
tests/bug-reports/closed/_cache/Bug2849b.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.76s 0.78s +2.4%
tests/bug-reports/closed/_cache/Bug2876.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +4.3%
tests/bug-reports/closed/_cache/Bug2882.fst.checked 205.0 MiB 205.0 MiB +0.0% 1.04s 1.10s +5.7%
tests/bug-reports/closed/_cache/Bug289.fst.checked 116.0 MiB 115.0 MiB -0.9% 0.34s 0.36s +6.8%
tests/bug-reports/closed/_cache/Bug2894.fst.checked 88.9 MiB 89.1 MiB +0.2% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug2895.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.34s 0.34s +2.1%
tests/bug-reports/closed/_cache/Bug290.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.33s 0.34s +3.6%
tests/bug-reports/closed/_cache/Bug2912.fst.checked 88.6 MiB 88.7 MiB +0.2% 0.24s 0.25s +4.6%
tests/bug-reports/closed/_cache/Bug2912b.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +4.6%
tests/bug-reports/closed/_cache/Bug292.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.35s +0.9%
tests/bug-reports/closed/_cache/Bug293.fst.checked 107.0 MiB 108.0 MiB +0.9% 0.29s 0.30s +1.4%
tests/bug-reports/closed/_cache/Bug2954.fst.checked 177.0 MiB 176.0 MiB -0.6% 0.78s 0.79s +2.3%
tests/bug-reports/closed/_cache/Bug2980.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug2981.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.73s 0.74s +1.4%
tests/bug-reports/closed/_cache/Bug3028.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.37s +1.9%
tests/bug-reports/closed/_cache/Bug3049.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.27s -1.5%
tests/bug-reports/closed/_cache/Bug3081.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.57s 0.59s +4.6%
tests/bug-reports/closed/_cache/Bug3089.fst.checked 127.0 MiB 128.0 MiB +0.8% 0.48s 0.49s +3.8%
tests/bug-reports/closed/_cache/Bug310.fst.checked 90.1 MiB 90.0 MiB -0.1% 0.28s 0.28s +0.7%
tests/bug-reports/closed/_cache/Bug3102.fst.checked 173.0 MiB 173.0 MiB +0.0% 0.75s 0.79s +4.9%
tests/bug-reports/closed/_cache/Bug311.fst.checked 88.8 MiB 88.6 MiB -0.2% 0.24s 0.26s +8.7%
tests/bug-reports/closed/_cache/Bug3115.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.45s 0.45s +1.1%
tests/bug-reports/closed/_cache/Bug312.fst.checked 133.0 MiB 134.0 MiB +0.8% 0.81s 0.82s +1.6%
tests/bug-reports/closed/_cache/Bug3120a.fst.checked 250.0 MiB 253.0 MiB +1.2% 1.89s 1.96s +4.0%
tests/bug-reports/closed/_cache/Bug3120b.fst.checked 88.5 MiB 88.7 MiB +0.3% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug314.fst.checked 139.0 MiB 139.0 MiB +0.0% 0.52s 0.53s +2.3%
tests/bug-reports/closed/_cache/Bug316.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +2.0%
tests/bug-reports/closed/_cache/Bug3185.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.78s 0.76s -2.3%
tests/bug-reports/closed/_cache/Bug3186.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.42s 0.45s +7.2%
tests/bug-reports/closed/_cache/Bug319.fst.checked 88.8 MiB 89.0 MiB +0.2% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug320.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +4.1%
tests/bug-reports/closed/_cache/Bug3207.fst.checked 502.0 MiB 500.0 MiB -0.4% 11.48s 11.74s +2.2%
tests/bug-reports/closed/_cache/Bug3207b.fst.checked 104.0 MiB 104.0 MiB +0.0% 0.33s 0.34s +1.8%
tests/bug-reports/closed/_cache/Bug3207c.fst.checked 365.0 MiB 367.0 MiB +0.5% 4.73s 4.97s +5.0%
tests/bug-reports/closed/_cache/Bug3210.fst.checked 201.0 MiB 201.0 MiB +0.0% 0.86s 0.87s +0.3%
tests/bug-reports/closed/_cache/Bug3210.fsti.checked 88.5 MiB 88.5 MiB -0.0% 0.24s 0.24s +0.0%
tests/bug-reports/closed/_cache/Bug3213.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.35s 0.33s -6.8%
tests/bug-reports/closed/_cache/Bug3213b.fst.checked 112.0 MiB 111.0 MiB -0.9% 0.38s 0.39s +3.4%
tests/bug-reports/closed/_cache/Bug3224a.fst.checked 200.0 MiB 200.0 MiB +0.0% 1.02s 1.07s +5.4%
tests/bug-reports/closed/_cache/Bug3224b.fst.checked 199.0 MiB 201.0 MiB +1.0% 1.00s 1.02s +2.9%
tests/bug-reports/closed/_cache/Bug3232a.fst.checked 90.7 MiB 88.6 MiB -2.3% 0.24s 0.25s +4.5%
tests/bug-reports/closed/_cache/Bug3236.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.81s 0.84s +3.4%
tests/bug-reports/closed/_cache/Bug3252.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.26s 0.27s +4.7%
tests/bug-reports/closed/_cache/Bug3264a.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.48s 0.50s +4.8%
tests/bug-reports/closed/_cache/Bug3264b.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.49s 0.48s -2.0%
tests/bug-reports/closed/_cache/Bug3266.fst.checked 90.0 MiB 90.2 MiB +0.2% 0.29s 0.29s +2.4%
tests/bug-reports/closed/_cache/Bug3286a.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.44s 0.48s +9.8%
tests/bug-reports/closed/_cache/Bug3286b.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.44s 0.45s +1.4%
tests/bug-reports/closed/_cache/Bug331Index.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.36s +2.3%
tests/bug-reports/closed/_cache/Bug331Iso.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.36s +0.3%
tests/bug-reports/closed/_cache/Bug3320.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +1.5%
tests/bug-reports/closed/_cache/Bug3353.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.35s +4.5%
tests/bug-reports/closed/_cache/Bug3426.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.35s +0.9%
tests/bug-reports/closed/_cache/Bug3473.fst.checked 88.6 MiB 88.7 MiB +0.0% 0.24s 0.25s +4.2%
tests/bug-reports/closed/_cache/Bug3522.Def.fst.checked 141.0 MiB 141.0 MiB +0.0% 0.48s 0.50s +5.0%
tests/bug-reports/closed/_cache/Bug3522.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.43s 0.44s +3.7%
tests/bug-reports/closed/_cache/Bug3530.fst.checked 89.0 MiB 89.1 MiB +0.1% 0.26s 0.27s +3.9%
tests/bug-reports/closed/_cache/Bug3616.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.30s 0.33s +11.8%
tests/bug-reports/closed/_cache/Bug362.fst.checked 88.9 MiB 88.8 MiB -0.1% 0.25s 0.26s +2.4%
tests/bug-reports/closed/_cache/Bug363.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.31s +7.4%
tests/bug-reports/closed/_cache/Bug367.fst.checked 89.0 MiB 88.9 MiB -0.1% 0.25s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug3738A.fst.checked 88.7 MiB 88.8 MiB +0.2% 0.25s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug3738B.fst.checked 88.7 MiB 88.8 MiB +0.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug375.fst.checked 89.0 MiB 89.2 MiB +0.2% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug3757.fst.checked 89.7 MiB 89.6 MiB -0.0% 0.26s 0.28s +6.5%
tests/bug-reports/closed/_cache/Bug3771.fst.checked 88.6 MiB 88.6 MiB -0.1% 0.25s 0.25s -2.0%
tests/bug-reports/closed/_cache/Bug378.fst.checked 88.6 MiB 88.5 MiB -0.1% 0.25s 0.26s +0.8%
tests/bug-reports/closed/_cache/Bug379.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.38s +4.1%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 363.0 MiB 371.0 MiB +2.2% 7.67s 8.86s +15.6%
tests/bug-reports/closed/_cache/Bug380_1.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +3.7%
tests/bug-reports/closed/_cache/Bug380_2.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.32s +6.7%
tests/bug-reports/closed/_cache/Bug383.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.35s -1.7%
tests/bug-reports/closed/_cache/Bug3865.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.48s 0.49s +3.4%
tests/bug-reports/closed/_cache/Bug3865b.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.29s 0.29s +0.3%
tests/bug-reports/closed/_cache/Bug3943.fst.checked 173.0 MiB 174.0 MiB +0.6% 0.80s 0.81s +1.8%
tests/bug-reports/closed/_cache/Bug397.fst.checked 89.7 MiB 89.5 MiB -0.2% 0.28s 0.29s +3.2%
tests/bug-reports/closed/_cache/Bug398.fst.checked 116.0 MiB 115.0 MiB -0.9% 0.33s 0.34s +2.7%
tests/bug-reports/closed/_cache/Bug3980.fst.checked 108.0 MiB 109.0 MiB +0.9% 0.31s 0.32s +3.9%
tests/bug-reports/closed/_cache/Bug399.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.36s 0.35s -1.4%
tests/bug-reports/closed/_cache/Bug3991.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.76s 0.79s +3.9%
tests/bug-reports/closed/_cache/Bug400.fst.checked 89.2 MiB 89.3 MiB +0.1% 0.26s 0.27s +3.0%
tests/bug-reports/closed/_cache/Bug404.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.24s 0.25s +4.1%
tests/bug-reports/closed/_cache/Bug405.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s -0.7%
tests/bug-reports/closed/_cache/Bug406.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.33s 0.34s +2.1%
tests/bug-reports/closed/_cache/Bug4092.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +3.4%
tests/bug-reports/closed/_cache/Bug4092b.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.32s +4.6%
tests/bug-reports/closed/_cache/Bug413.fst.checked 88.7 MiB 88.6 MiB -0.1% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug416.fst.checked 88.6 MiB 88.7 MiB +0.2% 0.24s 0.25s +3.8%
tests/bug-reports/closed/_cache/Bug417.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.25s 0.27s +5.2%
tests/bug-reports/closed/_cache/Bug422.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.48s 0.51s +5.8%
tests/bug-reports/closed/_cache/Bug424.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.34s 0.35s +5.0%
tests/bug-reports/closed/_cache/Bug433.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +5.0%
tests/bug-reports/closed/_cache/Bug442.fst.checked 150.0 MiB 150.0 MiB +0.0% 0.90s 0.88s -1.4%
tests/bug-reports/closed/_cache/Bug445.fst.checked 88.7 MiB 88.7 MiB +0.1% 0.24s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug450.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug451.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.28s 0.28s +1.4%
tests/bug-reports/closed/_cache/Bug463b.fst.checked 129.0 MiB 129.0 MiB +0.0% 0.54s 0.55s +3.0%
tests/bug-reports/closed/_cache/Bug466.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.31s +4.8%
tests/bug-reports/closed/_cache/Bug482.fst.checked 88.6 MiB 88.5 MiB -0.1% 0.25s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug490.fst.checked 88.7 MiB 90.7 MiB +2.3% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug493.fst.checked 88.8 MiB 88.7 MiB -0.1% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug516.fst.checked 97.0 MiB 96.8 MiB -0.2% 0.29s 0.30s +4.5%
tests/bug-reports/closed/_cache/Bug516b.fst.checked 96.7 MiB 96.7 MiB +0.0% 0.29s 0.30s +4.5%
tests/bug-reports/closed/_cache/Bug517.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.34s 0.35s +4.7%
tests/bug-reports/closed/_cache/Bug518.fst.checked 97.2 MiB 97.3 MiB +0.1% 0.30s 0.30s +0.0%
tests/bug-reports/closed/_cache/Bug540.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.25s 0.26s +1.6%
tests/bug-reports/closed/_cache/Bug541.fst.checked 97.6 MiB 97.6 MiB +0.1% 0.30s 0.31s +2.0%
tests/bug-reports/closed/_cache/Bug543.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +2.1%
tests/bug-reports/closed/_cache/Bug552.fst.checked 88.7 MiB 88.7 MiB +0.1% 0.26s 0.25s -3.1%
tests/bug-reports/closed/_cache/Bug566.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.33s -3.5%
tests/bug-reports/closed/_cache/Bug574.fst.checked 89.1 MiB 89.2 MiB +0.1% 0.27s 0.27s +1.1%
tests/bug-reports/closed/_cache/Bug575.fst.checked 147.0 MiB 146.0 MiB -0.7% 0.83s 0.89s +7.5%
tests/bug-reports/closed/_cache/Bug576.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.33s +4.4%
tests/bug-reports/closed/_cache/Bug577.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +1.9%
tests/bug-reports/closed/_cache/Bug579.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.44s 0.43s -1.6%
tests/bug-reports/closed/_cache/Bug581.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.35s 0.35s +0.3%
tests/bug-reports/closed/_cache/Bug589.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.32s +10.7%
tests/bug-reports/closed/_cache/Bug590.fst.checked 137.0 MiB 137.0 MiB +0.0% 0.62s 0.64s +2.4%
tests/bug-reports/closed/_cache/Bug601.fst.checked 90.0 MiB 89.8 MiB -0.2% 0.27s 0.27s +1.1%
tests/bug-reports/closed/_cache/Bug603.fst.checked 88.8 MiB 88.8 MiB +0.0% 0.25s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug605.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.28s 0.31s +7.7%
tests/bug-reports/closed/_cache/Bug606.fst.checked 136.0 MiB 136.0 MiB +0.0% 0.56s 0.58s +3.9%
tests/bug-reports/closed/_cache/Bug607.fst.checked 89.2 MiB 89.2 MiB +0.0% 0.27s 0.27s -1.5%
tests/bug-reports/closed/_cache/Bug609.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.39s 0.39s +0.3%
tests/bug-reports/closed/_cache/Bug612.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.29s +2.4%
tests/bug-reports/closed/_cache/Bug613.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.33s 0.35s +7.9%
tests/bug-reports/closed/_cache/Bug623.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.57s 0.60s +4.7%
tests/bug-reports/closed/_cache/Bug655.fst.checked 99.0 MiB 97.0 MiB -2.0% 0.30s 0.31s +5.1%
tests/bug-reports/closed/_cache/Bug686.fst.checked 89.1 MiB 89.3 MiB +0.2% 0.25s 0.26s +3.1%
tests/bug-reports/closed/_cache/Bug696.fst.checked 88.7 MiB 88.6 MiB -0.1% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug705.fst.checked 89.0 MiB 89.0 MiB -0.1% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug706.fst.checked 165.0 MiB 166.0 MiB +0.6% 1.01s 1.10s +9.3%
tests/bug-reports/closed/_cache/Bug707.fst.checked 150.0 MiB 151.0 MiB +0.7% 0.88s 0.92s +4.4%
tests/bug-reports/closed/_cache/Bug709.fst.checked 125.0 MiB 125.0 MiB +0.0% 0.57s 0.60s +6.4%
tests/bug-reports/closed/_cache/Bug710.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.38s +7.6%
tests/bug-reports/closed/_cache/Bug711.fst.checked 174.0 MiB 174.0 MiB +0.0% 1.49s 1.58s +5.7%
tests/bug-reports/closed/_cache/Bug712.fst.checked 88.7 MiB 88.7 MiB -0.0% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug713.fst.checked 130.0 MiB 129.0 MiB -0.8% 0.68s 0.70s +4.1%
tests/bug-reports/closed/_cache/Bug734.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.34s +9.8%
tests/bug-reports/closed/_cache/Bug736.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.34s -1.1%
tests/bug-reports/closed/_cache/Bug747.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.36s 0.37s +3.1%
tests/bug-reports/closed/_cache/Bug749.fst.checked 124.0 MiB 126.0 MiB +1.6% 0.41s 0.45s +9.1%
tests/bug-reports/closed/_cache/Bug756.fst.checked 111.0 MiB 110.0 MiB -0.9% 0.38s 0.39s +1.8%
tests/bug-reports/closed/_cache/Bug765.fst.checked 88.8 MiB 90.9 MiB +2.4% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug769.fst.checked 89.6 MiB 89.6 MiB -0.0% 0.26s 0.27s +5.0%
tests/bug-reports/closed/_cache/Bug769b.fst.checked 89.2 MiB 89.2 MiB +0.0% 0.26s 0.27s +4.7%
tests/bug-reports/closed/_cache/Bug769c.fst.checked 89.8 MiB 89.9 MiB +0.0% 0.27s 0.28s +3.7%
tests/bug-reports/closed/_cache/Bug769d.fst.checked 88.9 MiB 89.1 MiB +0.2% 0.26s 0.26s +1.6%
tests/bug-reports/closed/_cache/Bug771.fsti.checked 130.0 MiB 130.0 MiB +0.0% 0.41s 0.41s +0.0%
tests/bug-reports/closed/_cache/Bug771b.fsti.checked 130.0 MiB 130.0 MiB +0.0% 0.39s 0.41s +5.6%
tests/bug-reports/closed/_cache/Bug775.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +6.2%
tests/bug-reports/closed/_cache/Bug786.fst.checked 88.6 MiB 88.7 MiB +0.2% 0.24s 0.25s +4.1%
tests/bug-reports/closed/_cache/Bug807a.fst.checked 89.4 MiB 89.3 MiB -0.1% 0.28s 0.26s -6.9%
tests/bug-reports/closed/_cache/Bug807b.fst.checked 89.0 MiB 89.1 MiB +0.2% 0.25s 0.26s +2.0%
tests/bug-reports/closed/_cache/Bug807c.fst.checked 89.0 MiB 88.9 MiB -0.0% 0.25s 0.26s +4.8%
tests/bug-reports/closed/_cache/Bug807d.fst.checked 90.0 MiB 90.0 MiB +0.0% 0.29s 0.29s +0.7%
tests/bug-reports/closed/_cache/Bug807e.fst.checked 91.0 MiB 91.0 MiB -0.0% 0.29s 0.31s +4.1%
tests/bug-reports/closed/_cache/Bug811.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.36s 0.36s -0.3%
tests/bug-reports/closed/_cache/Bug818.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.26s 0.25s -1.2%
tests/bug-reports/closed/_cache/Bug818b.fst.checked 117.0 MiB 118.0 MiB +0.9% 0.39s 0.39s +0.0%
tests/bug-reports/closed/_cache/Bug829.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.34s 0.37s +6.4%
tests/bug-reports/closed/_cache/Bug836.fst.checked 88.7 MiB 88.6 MiB -0.0% 0.25s 0.26s +4.9%
tests/bug-reports/closed/_cache/Bug841.fst.checked 110.0 MiB 108.0 MiB -1.8% 0.31s 0.32s +2.9%
tests/bug-reports/closed/_cache/Bug844.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.41s 0.43s +5.1%
tests/bug-reports/closed/_cache/Bug855a.fst.checked 119.0 MiB 117.0 MiB -1.7% 0.36s 0.35s -2.2%
tests/bug-reports/closed/_cache/Bug985.fst.checked 89.3 MiB 89.2 MiB -0.1% 0.26s 0.27s +5.4%
tests/bug-reports/closed/_cache/Bug989.fst.checked 108.0 MiB 109.0 MiB +0.9% 0.32s 0.32s +2.9%
…sts/bug-reports/closed/_cache/BugBoxInjectivity.fst.checked 209.0 MiB 208.0 MiB -0.5% 1.27s 1.31s +3.5%
tests/bug-reports/closed/_cache/BugNBEPrimops.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.75s 0.76s +0.8%
tests/bug-reports/closed/_cache/BugRaise.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.31s -1.3%
tests/bug-reports/closed/_cache/BugRecordPoly.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.36s 0.38s +5.0%
…bug-reports/closed/_cache/BugTypeParamProjector.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.30s -1.9%
…bug-reports/closed/_cache/BugWildcardTelescopes.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.49s 0.53s +7.3%
tests/bug-reports/closed/_cache/Dec.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.67s 0.68s +1.0%
tests/bug-reports/closed/_cache/Dec.fsti.checked 89.2 MiB 89.3 MiB +0.1% 0.25s 0.26s +0.8%
tests/bug-reports/closed/_cache/ExtractionBug03.fst.checked 89.0 MiB 89.0 MiB -0.0% 0.25s 0.26s +1.2%
…ts/bug-reports/closed/_cache/ExtractionBug03Dep.fst.checked 88.8 MiB 88.8 MiB +0.0% 0.24s 0.26s +9.2%
tests/bug-reports/closed/_cache/ExtractionBug2.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.37s 0.40s +6.1%
…s/bug-reports/closed/_cache/MutualRecPositivity.fst.checked 88.8 MiB 89.0 MiB +0.2% 0.25s 0.26s +2.0%
…-reports/closed/_cache/NormalizingGhostSubterms.fst.checked 88.8 MiB 88.8 MiB -0.1% 0.25s 0.26s +4.9%
tests/bug-reports/closed/_cache/Parentheses.fst.checked 111.0 MiB 110.0 MiB -0.9% 0.33s 0.36s +7.6%
tests/bug-reports/closed/_cache/PropProofs.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.26s 0.27s +3.1%
tests/bug-reports/closed/_cache/PulseBug355.fst.checked 91.4 MiB 91.4 MiB -0.1% 0.27s 0.28s +2.2%
…sts/bug-reports/closed/_cache/PushPopProjectors.fst.checked 89.3 MiB 89.2 MiB -0.1% 0.26s 0.26s +1.5%
…/bug-reports/closed/_cache/RemoveUnusedTypars.A.fst.checked 88.6 MiB 90.4 MiB +2.1% 0.24s 0.24s +2.1%
…/bug-reports/closed/_cache/RemoveUnusedTypars.B.fst.checked 88.8 MiB 88.9 MiB +0.1% 0.24s 0.25s +3.7%
…reports/closed/_cache/RemoveUnusedTyparsIFace.A.fst.checked 88.7 MiB 88.8 MiB +0.2% 0.25s 0.25s -0.4%
…eports/closed/_cache/RemoveUnusedTyparsIFace.A.fsti.checked 88.6 MiB 88.5 MiB -0.1% 0.24s 0.24s +2.9%
…reports/closed/_cache/RemoveUnusedTyparsIFace.B.fst.checked 88.6 MiB 88.7 MiB +0.0% 0.24s 0.25s +4.5%
…ts/bug-reports/closed/_cache/ScopeOfBinderGuard.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +2.6%
tests/bug-reports/closed/_cache/Unfold.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +6.0%
tests/bug-reports/closed/_cache/UnificationCrash.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.30s 0.30s +2.7%
tests/bug-reports/closed/_cache/ValLetRec.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.36s +3.1%
tests/bug-reports/closed/_output/Bug086.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.38s +0.0%
tests/bug-reports/closed/_output/Bug1101.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +0.8%
tests/bug-reports/closed/_output/Bug1485.ml 110.0 MiB 112.0 MiB +1.8% 0.51s 0.53s +3.6%
tests/bug-reports/closed/_output/Bug1714.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +0.5%
tests/bug-reports/closed/_output/Bug2058.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +2.1%
tests/bug-reports/closed/_output/Bug2412.ml 110.0 MiB 110.0 MiB +0.0% 0.52s 0.52s +1.2%
tests/bug-reports/closed/_output/Bug2595.ml 99.0 MiB 99.0 MiB +0.0% 0.39s 0.40s +0.5%
tests/bug-reports/closed/_output/Bug2699.ml 295.0 MiB 295.0 MiB +0.0% 2.07s 2.14s +3.2%
tests/bug-reports/closed/_output/Bug2895.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +6.3%
tests/bug-reports/closed/_output/Bug2912.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.38s +2.1%
tests/bug-reports/closed/_output/Bug2912b.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.38s +1.6%
tests/bug-reports/closed/_output/Bug310.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +2.6%
tests/bug-reports/closed/_output/Bug314.ml 201.0 MiB 201.0 MiB +0.0% 1.15s 1.15s +0.7%
tests/bug-reports/closed/_output/Bug3473.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +4.6%
tests/bug-reports/closed/_output/Bug3757.fst.output 89.8 MiB 89.8 MiB +0.0% 0.26s 0.27s +2.3%
tests/bug-reports/closed/_output/Bug3865.ml 200.0 MiB 202.0 MiB +1.0% 1.10s 1.14s +3.6%
tests/bug-reports/closed/_output/Bug3865b.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.38s +1.3%
tests/bug-reports/closed/_output/Bug3980.fst.output 109.0 MiB 108.0 MiB -0.9% 0.32s 0.33s +3.8%
tests/bug-reports/closed/_output/Bug490.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.38s +0.0%
tests/bug-reports/closed/_output/Bug540.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.38s +0.8%
tests/bug-reports/closed/_output/Bug541.ml 112.0 MiB 109.0 MiB -2.7% 0.50s 0.53s +5.8%
tests/bug-reports/closed/_output/Bug589.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +4.5%
tests/bug-reports/closed/_output/Bug734.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.38s +2.7%
tests/bug-reports/closed/_output/ExtractionBug2.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +4.5%
tests/bug-reports/closed/_output/PushPopProjectors.ml 98.0 MiB 98.0 MiB +0.0% 0.38s 0.39s +2.9%
…sts/bug-reports/closed/_output/RemoveUnusedTyparsIFace_A.fs 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +5.6%
…sts/bug-reports/closed/_output/RemoveUnusedTyparsIFace_B.fs 98.0 MiB 98.0 MiB +0.0% 0.37s 0.38s +2.1%
tests/bug-reports/closed/_output/RemoveUnusedTypars_A.fs 98.0 MiB 98.0 MiB +0.0% 0.36s 0.38s +4.4%
tests/bug-reports/closed/_output/RemoveUnusedTypars_B.fs 98.0 MiB 98.0 MiB +0.0% 0.37s 0.40s +7.0%
tests/bug-reports/closed/_output/ValLetRec.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +5.4%
tests/calc/.depend 46.5 MiB 46.6 MiB +0.1% 0.12s 0.13s +9.5%
tests/calc/_cache/BasicTests.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.36s 0.38s +4.1%
tests/calc/_cache/CalcImpl.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.43s 0.46s +6.4%
tests/calc/_cache/CalcInference.fst.checked 110.0 MiB 112.0 MiB +1.8% 0.33s 0.35s +7.0%
tests/calc/_cache/CalcTest.fst.checked 135.0 MiB 136.0 MiB +0.7% 0.93s 0.94s +1.8%
tests/calc/_cache/Long.fst.checked 1.1 GiB 1.1 GiB -2.1% 20.41s 21.32s +4.4%
tests/calc/_cache/SeqCalc.fst.checked 136.0 MiB 138.0 MiB +1.5% 0.44s 0.45s +1.1%
tests/coercions/.depend 53.1 MiB 53.3 MiB +0.3% 0.31s 0.32s +5.2%
tests/coercions/_cache/IntBV.fst.checked 147.0 MiB 147.0 MiB +0.0% 0.52s 0.54s +4.7%
tests/coercions/_cache/ListSeq.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.36s 0.38s +4.4%
tests/coercions/_cache/Q.fst.checked 172.0 MiB 170.0 MiB -1.2% 0.76s 0.76s -0.5%
tests/coercions/_cache/T.fst.checked 168.0 MiB 168.0 MiB +0.0% 0.72s 0.73s +0.6%
tests/error-messages/.depend 61.4 MiB 61.6 MiB +0.3% 0.59s 0.60s +1.0%
tests/error-messages/_cache/AQualMismatch.fst.checked 88.6 MiB 88.6 MiB -0.0% 0.25s 0.24s -2.4%
tests/error-messages/_cache/AnotType.fst.checked 90.7 MiB 90.7 MiB -0.1% 0.30s 0.31s +2.6%
tests/error-messages/_cache/ArgsAndQuals.fst.checked 88.7 MiB 88.6 MiB -0.1% 0.24s 0.26s +6.6%
tests/error-messages/_cache/ArgsMismatch.fst.checked 90.2 MiB 90.1 MiB -0.1% 0.27s 0.27s +1.1%
tests/error-messages/_cache/ArrowRanges.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +3.9%
tests/error-messages/_cache/AssertNorm.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s +0.0%
tests/error-messages/_cache/Asserts.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.33s +4.2%
tests/error-messages/_cache/BadEmptyRecord.fst.checked 89.0 MiB 88.9 MiB -0.2% 0.25s 0.26s +2.4%
tests/error-messages/_cache/Basic.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.42s 0.43s +0.2%
tests/error-messages/_cache/Bug1918.fst.checked 139.0 MiB 139.0 MiB +0.0% 0.48s 0.49s +2.3%
tests/error-messages/_cache/Bug1988.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.26s 0.26s +2.7%
tests/error-messages/_cache/Bug1997.fst.checked 128.0 MiB 128.0 MiB +0.0% 1.11s 1.15s +3.1%
tests/error-messages/_cache/Bug2010.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.35s 0.36s +1.7%
tests/error-messages/_cache/Bug2021.fst.checked 89.0 MiB 89.0 MiB +0.0% 0.25s 0.26s +2.0%
tests/error-messages/_cache/Bug2245.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +2.1%
tests/error-messages/_cache/Bug2820.fst.checked 88.4 MiB 88.5 MiB +0.0% 0.25s 0.25s +1.6%
tests/error-messages/_cache/Bug2899.fst.checked 170.0 MiB 171.0 MiB +0.6% 0.74s 0.77s +2.8%
tests/error-messages/_cache/Bug2953.fst.checked 145.0 MiB 145.0 MiB +0.0% 0.58s 0.59s +2.1%
tests/error-messages/_cache/Bug2980.fst.checked 88.6 MiB 88.5 MiB -0.0% 0.24s 0.25s +2.1%
tests/error-messages/_cache/Bug2981.fst.checked 168.0 MiB 168.0 MiB +0.0% 0.71s 0.73s +2.4%
tests/error-messages/_cache/Bug3099.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.79s +1.0%
tests/error-messages/_cache/Bug3102.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.75s 0.79s +4.7%
tests/error-messages/_cache/Bug3145.fst.checked 88.5 MiB 88.5 MiB +0.0% 0.25s 0.26s +3.6%
tests/error-messages/_cache/Bug3227.fst.checked 109.0 MiB 111.0 MiB +1.8% 0.34s 0.35s +5.0%
tests/error-messages/_cache/Bug3232b.fst.checked 88.5 MiB 88.5 MiB +0.0% 0.24s 0.24s +3.8%
tests/error-messages/_cache/Bug3232c.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.24s 0.24s +0.0%
tests/error-messages/_cache/Bug3232d.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +3.7%
tests/error-messages/_cache/Bug3292.fst.checked 89.0 MiB 89.5 MiB +0.6% 0.27s 0.28s +2.2%
tests/error-messages/_cache/Bug3530.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.25s 0.26s +3.2%
tests/error-messages/_cache/Bug446.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.37s 0.39s +4.3%
tests/error-messages/_cache/Calc.fst.checked 212.0 MiB 212.0 MiB +0.0% 1.50s 1.46s -2.1%
tests/error-messages/_cache/CalcImpl.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.45s 0.46s +2.2%
tests/error-messages/_cache/Coercions.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.46s 0.47s +0.9%
tests/error-messages/_cache/DTuples.fst.checked 91.9 MiB 91.8 MiB -0.0% 0.33s 0.34s +1.8%
tests/error-messages/_cache/DecreasesTypeWarning.fst.checked 109.0 MiB 108.0 MiB -0.9% 0.32s 0.33s +2.2%
tests/error-messages/_cache/DesugarOrder.fst.checked 88.5 MiB 88.5 MiB -0.1% 0.24s 0.24s +2.1%
tests/error-messages/_cache/DumpUvarsOf.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.77s 0.80s +3.2%
tests/error-messages/_cache/Erasable.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.34s 0.36s +4.1%
tests/error-messages/_cache/ExpectFailure.fst.checked 131.0 MiB 130.0 MiB -0.8% 0.38s 0.40s +2.9%
tests/error-messages/_cache/GhostImplicits.fst.checked 91.6 MiB 91.5 MiB -0.1% 0.27s 0.28s +3.3%
tests/error-messages/_cache/IfCond.fst.checked 88.4 MiB 88.4 MiB +0.0% 0.24s 0.25s +2.9%
tests/error-messages/_cache/IfThen.fst.checked 88.4 MiB 88.4 MiB -0.1% 0.25s 0.24s -2.0%
tests/error-messages/_cache/IncoherentPatterns.fst.checked 88.4 MiB 88.5 MiB +0.2% 0.24s 0.24s +2.5%
tests/error-messages/_cache/IncompatibleQuals.fst.checked 91.2 MiB 91.3 MiB +0.0% 0.29s 0.31s +6.5%
tests/error-messages/_cache/InfixImps.fst.checked 88.4 MiB 88.5 MiB +0.0% 0.24s 0.26s +6.6%
tests/error-messages/_cache/MetaRanges.fst.checked 175.0 MiB 175.0 MiB +0.0% 0.79s 0.79s +0.1%
tests/error-messages/_cache/Monoid.fst.checked 155.0 MiB 156.0 MiB +0.6% 1.13s 1.17s +3.5%
tests/error-messages/_cache/NegativeTests.BST.fst.checked 119.0 MiB 120.0 MiB +0.8% 0.68s 0.69s +1.5%
tests/error-messages/_cache/NegativeTests.Bug260.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.33s 0.34s +2.1%
tests/error-messages/_cache/NegativeTests.False.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.34s +5.6%
tests/error-messages/_cache/NegativeTests.Heap.fst.checked 115.0 MiB 114.0 MiB -0.9% 0.37s 0.36s -2.2%
tests/error-messages/_cache/NegativeTests.Neg.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.46s 0.46s -0.2%
…/error-messages/_cache/NegativeTests.Positivity.fst.checked 124.0 MiB 122.0 MiB -1.6% 0.46s 0.49s +7.0%
tests/error-messages/_cache/NegativeTests.Set.fst.checked 113.0 MiB 111.0 MiB -1.8% 0.39s 0.38s -2.6%
…r-messages/_cache/NegativeTests.ShortCircuiting.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +1.9%
…error-messages/_cache/NegativeTests.Termination.fst.checked 118.0 MiB 117.0 MiB -0.8% 0.75s 0.78s +3.5%
…r-messages/_cache/NegativeTests.ZZImplicitFalse.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.29s -0.3%
tests/error-messages/_cache/NonLinear.fst.checked 88.5 MiB 88.3 MiB -0.2% 0.24s 0.24s +1.3%
tests/error-messages/_cache/OccursCheckOnArrows.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +4.7%
tests/error-messages/_cache/OptionStack.fst.checked 108.0 MiB 107.0 MiB -0.9% 0.31s 0.31s -0.6%
tests/error-messages/_cache/PatAnnot.fst.checked 125.0 MiB 126.0 MiB +0.8% 0.51s 0.52s +2.4%
tests/error-messages/_cache/PatCoerce.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.25s 0.25s +0.0%
tests/error-messages/_cache/PatImps.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.33s 0.33s +0.3%
tests/error-messages/_cache/PatternMatch.fst.checked 113.0 MiB 112.0 MiB -0.9% 0.53s 0.50s -4.9%
tests/error-messages/_cache/QuickTest.fst.checked 141.0 MiB 140.0 MiB -0.7% 0.74s 0.77s +4.2%
tests/error-messages/_cache/QuickTestNBE.fst.checked 140.0 MiB 140.0 MiB +0.0% 0.73s 0.77s +5.5%
tests/error-messages/_cache/RecordFields.fst.checked 89.5 MiB 91.4 MiB +2.2% 0.26s 0.28s +7.0%
…/error-messages/_cache/ResolveImplicitsErrorPos.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.73s 0.73s +0.7%
tests/error-messages/_cache/SMTPatSymbols.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s -1.1%
tests/error-messages/_cache/SeqLit.fst.checked 134.0 MiB 134.0 MiB +0.0% 0.44s 0.44s +0.0%
tests/error-messages/_cache/StableErr.fst.checked 88.6 MiB 88.6 MiB -0.0% 0.24s 0.25s +2.5%
tests/error-messages/_cache/StrictUnfolding.fst.checked 254.0 MiB 252.0 MiB -0.8% 1.59s 1.62s +1.8%
tests/error-messages/_cache/StringNormalization.fst.checked 157.0 MiB 157.0 MiB +0.0% 0.81s 0.82s +1.7%
…r-messages/_cache/Test.FunctionalExtensionality.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.68s 0.73s +8.0%
tests/error-messages/_cache/TestErrorLocations.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.46s 0.47s +2.4%
tests/error-messages/_cache/TestHasEq.fst.checked 118.0 MiB 119.0 MiB +0.8% 0.63s 0.62s -1.0%
tests/error-messages/_cache/TuplePat.fst.checked 89.7 MiB 89.6 MiB -0.2% 0.27s 0.27s +0.7%
tests/error-messages/_cache/UnboundOp.fst.checked 88.3 MiB 88.4 MiB +0.2% 0.24s 0.25s +4.2%
tests/error-messages/_cache/Unit2.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.39s 0.40s +2.3%
tests/error-messages/_cache/UnivInst.fst.checked 89.1 MiB 91.0 MiB +2.1% 0.25s 0.27s +6.8%
tests/error-messages/_cache/UnresolvedFields.fst.checked 89.1 MiB 89.2 MiB +0.0% 0.26s 0.26s +0.0%
tests/error-messages/_cache/WPExtensionality.fst.checked 249.0 MiB 250.0 MiB +0.4% 1.27s 1.31s +3.3%
tests/error-messages/_cache/WarnError.fst.checked 88.5 MiB 90.4 MiB +2.2% 0.24s 0.25s +2.1%
tests/error-messages/_output/AQualMismatch.fst.json_output 88.4 MiB 88.4 MiB +0.1% 0.24s 0.25s +4.6%
tests/error-messages/_output/AQualMismatch.fst.output 88.4 MiB 88.7 MiB +0.3% 0.24s 0.25s +3.4%
tests/error-messages/_output/AnotType.fst.json_output 90.7 MiB 90.5 MiB -0.2% 0.29s 0.30s +4.9%
tests/error-messages/_output/AnotType.fst.output 90.7 MiB 90.6 MiB -0.0% 0.30s 0.30s +2.0%
tests/error-messages/_output/ArgsAndQuals.fst.json_output 88.5 MiB 88.7 MiB +0.2% 0.24s 0.25s +2.5%
tests/error-messages/_output/ArgsAndQuals.fst.output 88.7 MiB 88.5 MiB -0.2% 0.24s 0.25s +2.1%
tests/error-messages/_output/ArgsMismatch.fst.json_output 90.0 MiB 90.1 MiB +0.1% 0.27s 0.28s +4.2%
tests/error-messages/_output/ArgsMismatch.fst.output 90.1 MiB 90.1 MiB -0.1% 0.26s 0.28s +5.3%
tests/error-messages/_output/ArrowRanges.fst.json_output 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +4.6%
tests/error-messages/_output/ArrowRanges.fst.output 109.0 MiB 109.0 MiB +0.0% 0.32s 0.34s +4.6%
tests/error-messages/_output/AssertNorm.fst.json_output 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +5.8%
tests/error-messages/_output/AssertNorm.fst.output 107.0 MiB 107.0 MiB +0.0% 0.28s 0.31s +8.5%
tests/error-messages/_output/Asserts.fst.json_output 107.0 MiB 107.0 MiB +0.0% 0.31s 0.32s +3.2%
tests/error-messages/_output/Asserts.fst.output 107.0 MiB 107.0 MiB +0.0% 0.32s 0.31s -0.3%
tests/error-messages/_output/BadEmptyRecord.fst.json_output 88.9 MiB 89.0 MiB +0.1% 0.25s 0.26s +2.4%
tests/error-messages/_output/BadEmptyRecord.fst.output 88.8 MiB 89.0 MiB +0.2% 0.25s 0.26s +3.2%
tests/error-messages/_output/Basic.fst.json_output 109.0 MiB 109.0 MiB +0.0% 0.41s 0.42s +2.4%
tests/error-messages/_output/Basic.fst.output 109.0 MiB 109.0 MiB +0.0% 0.41s 0.42s +2.2%
tests/error-messages/_output/Bug1918.fst.json_output 139.0 MiB 140.0 MiB +0.7% 0.48s 0.48s +0.4%
tests/error-messages/_output/Bug1918.fst.output 139.0 MiB 140.0 MiB +0.7% 0.47s 0.48s +0.6%
tests/error-messages/_output/Bug1988.fst.json_output 88.9 MiB 89.1 MiB +0.1% 0.25s 0.26s +2.0%
tests/error-messages/_output/Bug1988.fst.output 89.0 MiB 89.0 MiB -0.0% 0.26s 0.26s +0.8%
tests/error-messages/_output/Bug1997.fst.json_output 127.0 MiB 124.0 MiB -2.4% 1.08s 1.11s +2.7%
tests/error-messages/_output/Bug1997.fst.output 125.0 MiB 124.0 MiB -0.8% 1.07s 1.14s +6.4%
tests/error-messages/_output/Bug2010.fst.json_output 113.0 MiB 113.0 MiB +0.0% 0.35s 0.36s +2.0%
tests/error-messages/_output/Bug2010.fst.output 113.0 MiB 113.0 MiB +0.0% 0.35s 0.36s +2.6%
tests/error-messages/_output/Bug2021.fst.json_output 89.2 MiB 89.2 MiB +0.0% 0.25s 0.25s +2.4%
tests/error-messages/_output/Bug2021.fst.output 89.0 MiB 89.2 MiB +0.2% 0.25s 0.25s +2.0%
tests/error-messages/_output/Bug2245.fst.json_output 88.4 MiB 88.6 MiB +0.2% 0.24s 0.24s +1.2%
tests/error-messages/_output/Bug2245.fst.output 90.4 MiB 88.4 MiB -2.2% 0.24s 0.25s +2.5%
tests/error-messages/_output/Bug2820.fst.json_output 88.8 MiB 88.9 MiB +0.1% 0.25s 0.25s +0.0%
tests/error-messages/_output/Bug2820.fst.output 90.8 MiB 88.9 MiB -2.1% 0.25s 0.25s -1.2%
tests/error-messages/_output/Bug2899.fst.json_output 170.0 MiB 172.0 MiB +1.2% 0.75s 0.77s +2.1%
tests/error-messages/_output/Bug2899.fst.output 170.0 MiB 171.0 MiB +0.6% 0.75s 0.77s +2.8%
tests/error-messages/_output/Bug2953.fst.json_output 145.0 MiB 145.0 MiB +0.0% 0.60s 0.59s -1.8%
tests/error-messages/_output/Bug2953.fst.output 145.0 MiB 145.0 MiB +0.0% 0.57s 0.59s +4.8%
tests/error-messages/_output/Bug2980.fst.json_output 90.5 MiB 88.4 MiB -2.3% 0.24s 0.25s +3.8%
tests/error-messages/_output/Bug2980.fst.output 88.6 MiB 88.4 MiB -0.2% 0.24s 0.25s +4.6%
tests/error-messages/_output/Bug2981.fst.json_output 169.0 MiB 169.0 MiB +0.0% 0.71s 0.74s +3.4%
tests/error-messages/_output/Bug2981.fst.output 169.0 MiB 168.0 MiB -0.6% 0.71s 0.73s +2.7%
tests/error-messages/_output/Bug3099.fst.json_output 188.0 MiB 188.0 MiB +0.0% 0.75s 0.77s +2.7%
tests/error-messages/_output/Bug3099.fst.output 188.0 MiB 188.0 MiB +0.0% 0.76s 0.77s +0.9%
tests/error-messages/_output/Bug3102.fst.json_output 171.0 MiB 171.0 MiB +0.0% 0.76s 0.77s +0.4%
tests/error-messages/_output/Bug3102.fst.output 171.0 MiB 171.0 MiB +0.0% 0.74s 0.78s +6.0%
tests/error-messages/_output/Bug3145.fst.json_output 88.6 MiB 88.6 MiB -0.1% 0.25s 0.24s -1.6%
tests/error-messages/_output/Bug3145.fst.output 88.6 MiB 88.7 MiB +0.2% 0.25s 0.25s -0.4%
tests/error-messages/_output/Bug3227.fst.json_output 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +2.1%
tests/error-messages/_output/Bug3227.fst.output 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +2.2%
tests/error-messages/_output/Bug3232b.fst.json_output 88.4 MiB 88.4 MiB -0.0% 0.24s 0.24s +1.2%
tests/error-messages/_output/Bug3232b.fst.output 88.5 MiB 88.4 MiB -0.1% 0.24s 0.24s +1.2%
tests/error-messages/_output/Bug3232c.fst.json_output 88.4 MiB 88.6 MiB +0.3% 0.24s 0.24s -0.8%
tests/error-messages/_output/Bug3232c.fst.output 88.4 MiB 88.6 MiB +0.2% 0.24s 0.24s +2.1%
tests/error-messages/_output/Bug3232d.fst.json_output 88.4 MiB 88.4 MiB -0.0% 0.24s 0.25s +4.2%
tests/error-messages/_output/Bug3232d.fst.output 88.5 MiB 88.5 MiB +0.1% 0.24s 0.24s +1.7%
tests/error-messages/_output/Bug3292.fst.json_output 88.9 MiB 89.1 MiB +0.2% 0.26s 0.27s +5.4%
tests/error-messages/_output/Bug3292.fst.output 89.1 MiB 89.3 MiB +0.2% 0.26s 0.27s +4.7%
tests/error-messages/_output/Bug3530.fst.json_output 88.7 MiB 88.8 MiB +0.1% 0.25s 0.26s +3.6%
tests/error-messages/_output/Bug3530.fst.output 88.7 MiB 88.7 MiB +0.0% 0.25s 0.25s +0.8%
tests/error-messages/_output/Bug446.fst.json_output 117.0 MiB 116.0 MiB -0.9% 0.37s 0.38s +1.4%
tests/error-messages/_output/Bug446.fst.output 116.0 MiB 116.0 MiB +0.0% 0.36s 0.38s +6.7%
tests/error-messages/_output/Calc.fst.json_output 212.0 MiB 212.0 MiB +0.0% 1.47s 1.53s +4.0%
tests/error-messages/_output/Calc.fst.output 212.0 MiB 212.0 MiB +0.0% 1.46s 1.50s +3.0%
tests/error-messages/_output/CalcImpl.fst.json_output 115.0 MiB 115.0 MiB +0.0% 0.44s 0.48s +9.6%
tests/error-messages/_output/CalcImpl.fst.output 116.0 MiB 116.0 MiB +0.0% 0.44s 0.48s +9.6%
tests/error-messages/_output/Coercions.fst.json_output 114.0 MiB 114.0 MiB +0.0% 0.45s 0.48s +6.8%
tests/error-messages/_output/Coercions.fst.output 113.0 MiB 114.0 MiB +0.9% 0.45s 0.48s +5.9%
tests/error-messages/_output/DTuples.fst.json_output 92.0 MiB 92.2 MiB +0.2% 0.32s 0.33s +3.1%
tests/error-messages/_output/DTuples.fst.output 92.2 MiB 92.1 MiB -0.1% 0.33s 0.33s -0.3%
…error-messages/_output/DecreasesTypeWarning.fst.json_output 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +2.2%
tests/error-messages/_output/DecreasesTypeWarning.fst.output 109.0 MiB 109.0 MiB +0.0% 0.32s 0.34s +5.3%
tests/error-messages/_output/DesugarOrder.fst.json_output 88.5 MiB 88.5 MiB -0.0% 0.24s 0.24s +2.5%
tests/error-messages/_output/DesugarOrder.fst.output 88.5 MiB 88.4 MiB -0.1% 0.24s 0.24s +0.8%
tests/error-messages/_output/DumpUvarsOf.fst.json_output 170.0 MiB 170.0 MiB +0.0% 0.76s 0.77s +0.5%
tests/error-messages/_output/DumpUvarsOf.fst.output 170.0 MiB 170.0 MiB +0.0% 0.74s 0.79s +6.9%
tests/error-messages/_output/Erasable.fst.json_output 109.0 MiB 110.0 MiB +0.9% 0.34s 0.35s +4.7%
tests/error-messages/_output/Erasable.fst.output 109.0 MiB 110.0 MiB +0.9% 0.34s 0.36s +8.1%
tests/error-messages/_output/ExpectFailure.fst.json_output 130.0 MiB 130.0 MiB +0.0% 0.38s 0.40s +3.6%
tests/error-messages/_output/ExpectFailure.fst.output 130.0 MiB 131.0 MiB +0.8% 0.38s 0.41s +7.6%
tests/error-messages/_output/GhostImplicits.fst.json_output 91.5 MiB 91.5 MiB -0.0% 0.28s 0.29s +3.6%
tests/error-messages/_output/GhostImplicits.fst.output 91.3 MiB 91.5 MiB +0.2% 0.28s 0.28s +2.2%
tests/error-messages/_output/IfCond.fst.json_output 88.5 MiB 88.5 MiB -0.1% 0.24s 0.26s +6.3%
tests/error-messages/_output/IfCond.fst.output 88.5 MiB 88.3 MiB -0.2% 0.24s 0.24s +1.3%
tests/error-messages/_output/IfThen.fst.json_output 88.4 MiB 88.6 MiB +0.2% 0.24s 0.24s -0.8%
tests/error-messages/_output/IfThen.fst.output 88.5 MiB 88.5 MiB -0.0% 0.24s 0.24s +2.1%
tests/error-messages/_output/IncoherentPatterns.fst.output 88.5 MiB 88.4 MiB -0.1% 0.23s 0.24s +3.8%
…ts/error-messages/_output/IncompatibleQuals.fst.json_output 91.1 MiB 91.1 MiB +0.1% 0.29s 0.30s +1.7%
tests/error-messages/_output/IncompatibleQuals.fst.output 90.9 MiB 91.0 MiB +0.1% 0.30s 0.31s +1.7%
tests/error-messages/_output/InfixImps.fst.json_output 88.6 MiB 88.9 MiB +0.3% 0.24s 0.25s +6.3%
tests/error-messages/_output/InfixImps.fst.output 90.6 MiB 88.9 MiB -1.9% 0.24s 0.25s +2.5%
tests/error-messages/_output/MetaRanges.fst.output 173.0 MiB 173.0 MiB +0.0% 0.79s 0.79s -0.3%
tests/error-messages/_output/Monoid.fst.json_output 140.0 MiB 142.0 MiB +1.4% 1.10s 1.18s +7.2%
tests/error-messages/_output/Monoid.fst.output 141.0 MiB 144.0 MiB +2.1% 1.14s 1.19s +3.8%
…ts/error-messages/_output/NegativeTests.BST.fst.json_output 120.0 MiB 120.0 MiB +0.0% 0.65s 0.68s +5.7%
tests/error-messages/_output/NegativeTests.BST.fst.output 119.0 MiB 122.0 MiB +2.5% 0.65s 0.68s +5.1%
…error-messages/_output/NegativeTests.Bug260.fst.json_output 108.0 MiB 108.0 MiB +0.0% 0.32s 0.34s +6.3%
tests/error-messages/_output/NegativeTests.Bug260.fst.output 108.0 MiB 108.0 MiB +0.0% 0.32s 0.34s +7.5%
…/error-messages/_output/NegativeTests.False.fst.json_output 108.0 MiB 108.0 MiB +0.0% 0.32s 0.34s +5.9%
tests/error-messages/_output/NegativeTests.False.fst.output 108.0 MiB 108.0 MiB +0.0% 0.32s 0.33s +3.5%
…s/error-messages/_output/NegativeTests.Heap.fst.json_output 115.0 MiB 114.0 MiB -0.9% 0.36s 0.36s +2.2%
tests/error-messages/_output/NegativeTests.Heap.fst.output 114.0 MiB 114.0 MiB +0.0% 0.36s 0.37s +2.8%
…ts/error-messages/_output/NegativeTests.Neg.fst.json_output 110.0 MiB 111.0 MiB +0.9% 0.45s 0.45s +1.3%
tests/error-messages/_output/NegativeTests.Neg.fst.output 110.0 MiB 110.0 MiB +0.0% 0.43s 0.46s +6.5%
…r-messages/_output/NegativeTests.Positivity.fst.json_output 122.0 MiB 122.0 MiB +0.0% 0.46s 0.46s -1.3%
…/error-messages/_output/NegativeTests.Positivity.fst.output 122.0 MiB 122.0 MiB +0.0% 0.45s 0.46s +1.8%
…ts/error-messages/_output/NegativeTests.Set.fst.json_output 111.0 MiB 111.0 MiB +0.0% 0.38s 0.38s -0.5%
tests/error-messages/_output/NegativeTests.Set.fst.output 111.0 MiB 111.0 MiB +0.0% 0.36s 0.39s +9.2%
…sages/_output/NegativeTests.ShortCircuiting.fst.json_output 108.0 MiB 108.0 MiB +0.0% 0.30s 0.33s +7.2%
…r-messages/_output/NegativeTests.ShortCircuiting.fst.output 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +2.3%
…-messages/_output/NegativeTests.Termination.fst.json_output 117.0 MiB 117.0 MiB +0.0% 0.72s 0.82s +13.7%
…error-messages/_output/NegativeTests.Termination.fst.output 117.0 MiB 117.0 MiB +0.0% 0.74s 0.78s +5.5%
…sages/_output/NegativeTests.ZZImplicitFalse.fst.json_output 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +4.4%
…r-messages/_output/NegativeTests.ZZImplicitFalse.fst.output 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +1.8%
tests/error-messages/_output/NonLinear.fst.output 88.5 MiB 88.3 MiB -0.1% 0.24s 0.24s +0.4%
…/error-messages/_output/OccursCheckOnArrows.fst.json_output 88.4 MiB 88.5 MiB +0.0% 0.23s 0.24s +4.3%
tests/error-messages/_output/OccursCheckOnArrows.fst.output 88.3 MiB 88.5 MiB +0.2% 0.24s 0.26s +7.6%
tests/error-messages/_output/OptionStack.fst.json_output 108.0 MiB 108.0 MiB +0.0% 0.31s 0.33s +7.5%
tests/error-messages/_output/OptionStack.fst.output 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +4.3%
tests/error-messages/_output/PatAnnot.fst.json_output 125.0 MiB 125.0 MiB +0.0% 0.51s 0.54s +7.7%
tests/error-messages/_output/PatAnnot.fst.output 126.0 MiB 125.0 MiB -0.8% 0.50s 0.55s +10.4%
tests/error-messages/_output/PatCoerce.fst.json_output 88.4 MiB 88.5 MiB +0.1% 0.25s 0.25s +1.2%
tests/error-messages/_output/PatCoerce.fst.output 88.5 MiB 88.7 MiB +0.2% 0.24s 0.24s +0.8%
tests/error-messages/_output/PatImps.fst.json_output 109.0 MiB 111.0 MiB +1.8% 0.32s 0.33s +1.2%
tests/error-messages/_output/PatImps.fst.output 109.0 MiB 109.0 MiB +0.0% 0.32s 0.32s +2.2%
tests/error-messages/_output/PatternMatch.fst.json_output 112.0 MiB 112.0 MiB +0.0% 0.50s 0.52s +4.4%
tests/error-messages/_output/PatternMatch.fst.output 113.0 MiB 112.0 MiB -0.9% 0.50s 0.51s +1.6%
tests/error-messages/_output/QuickTest.fst.json_output 125.0 MiB 124.0 MiB -0.8% 0.71s 0.76s +6.5%
tests/error-messages/_output/QuickTest.fst.output 125.0 MiB 124.0 MiB -0.8% 0.70s 0.76s +7.7%
tests/error-messages/_output/QuickTestNBE.fst.json_output 124.0 MiB 124.0 MiB +0.0% 0.71s 0.74s +3.5%
tests/error-messages/_output/QuickTestNBE.fst.output 125.0 MiB 124.0 MiB -0.8% 0.71s 0.76s +7.6%
tests/error-messages/_output/RecordFields.fst.json_output 89.5 MiB 89.2 MiB -0.3% 0.26s 0.27s +6.6%
tests/error-messages/_output/RecordFields.fst.output 89.5 MiB 89.4 MiB -0.1% 0.27s 0.27s -1.1%
…r-messages/_output/ResolveImplicitsErrorPos.fst.json_output 169.0 MiB 169.0 MiB +0.0% 0.73s 0.74s +1.4%
…/error-messages/_output/ResolveImplicitsErrorPos.fst.output 169.0 MiB 169.0 MiB +0.0% 0.75s 0.74s -0.9%
tests/error-messages/_output/SMTPatSymbols.fst.json_output 107.0 MiB 107.0 MiB +0.0% 0.27s 0.29s +5.1%
tests/error-messages/_output/SMTPatSymbols.fst.output 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +4.5%
tests/error-messages/_output/SeqLit.fst.json_output 134.0 MiB 134.0 MiB +0.0% 0.43s 0.45s +3.9%
tests/error-messages/_output/SeqLit.fst.output 134.0 MiB 134.0 MiB +0.0% 0.43s 0.45s +4.9%
tests/error-messages/_output/StableErr.fst.json_output 90.5 MiB 88.6 MiB -2.1% 0.24s 0.25s +2.1%
tests/error-messages/_output/StableErr.fst.output 88.6 MiB 88.6 MiB -0.0% 0.24s 0.24s +2.1%
tests/error-messages/_output/StrictUnfolding.fst.json_output 251.0 MiB 251.0 MiB +0.0% 1.52s 1.61s +6.3%
tests/error-messages/_output/StrictUnfolding.fst.output 251.0 MiB 251.0 MiB +0.0% 1.53s 1.63s +6.7%
…/error-messages/_output/StringNormalization.fst.json_output 157.0 MiB 157.0 MiB +0.0% 0.82s 0.84s +2.6%
tests/error-messages/_output/StringNormalization.fst.output 157.0 MiB 157.0 MiB +0.0% 0.81s 0.85s +6.0%
…sages/_output/Test.FunctionalExtensionality.fst.json_output 122.0 MiB 121.0 MiB -0.8% 0.67s 0.72s +8.1%
…r-messages/_output/Test.FunctionalExtensionality.fst.output 122.0 MiB 121.0 MiB -0.8% 0.66s 0.72s +9.4%
…s/error-messages/_output/TestErrorLocations.fst.json_output 112.0 MiB 112.0 MiB +0.0% 0.45s 0.47s +4.9%
tests/error-messages/_output/TestErrorLocations.fst.output 113.0 MiB 112.0 MiB -0.9% 0.46s 0.48s +3.2%
tests/error-messages/_output/TestHasEq.fst.json_output 118.0 MiB 118.0 MiB +0.0% 0.60s 0.60s +0.8%
tests/error-messages/_output/TestHasEq.fst.output 118.0 MiB 118.0 MiB +0.0% 0.60s 0.61s +3.0%
tests/error-messages/_output/TuplePat.fst.json_output 89.8 MiB 89.8 MiB +0.0% 0.26s 0.29s +9.5%
tests/error-messages/_output/TuplePat.fst.output 89.7 MiB 91.9 MiB +2.4% 0.26s 0.28s +5.7%
tests/error-messages/_output/UnboundOp.fst.json_output 88.4 MiB 88.5 MiB +0.0% 0.24s 0.24s +0.4%
tests/error-messages/_output/UnboundOp.fst.output 88.5 MiB 88.5 MiB -0.0% 0.23s 0.24s +6.1%
tests/error-messages/_output/Unit2.fst.json_output 111.0 MiB 111.0 MiB +0.0% 0.38s 0.40s +4.7%
tests/error-messages/_output/Unit2.fst.output 111.0 MiB 111.0 MiB +0.0% 0.38s 0.40s +3.9%
tests/error-messages/_output/UnivInst.fst.output 89.1 MiB 89.1 MiB -0.0% 0.25s 0.26s +3.7%
…sts/error-messages/_output/UnresolvedFields.fst.json_output 89.1 MiB 89.3 MiB +0.2% 0.25s 0.26s +4.8%
tests/error-messages/_output/UnresolvedFields.fst.output 89.1 MiB 89.2 MiB +0.2% 0.26s 0.27s +3.1%
…sts/error-messages/_output/WPExtensionality.fst.json_output 249.0 MiB 252.0 MiB +1.2% 1.28s 1.32s +3.4%
tests/error-messages/_output/WPExtensionality.fst.output 249.0 MiB 252.0 MiB +1.2% 1.25s 1.31s +5.1%
tests/error-messages/_output/WarnError.fst.output 88.4 MiB 88.4 MiB -0.0% 0.25s 0.24s -1.6%
tests/extraction/.depend 54.3 MiB 54.2 MiB -0.1% 0.34s 0.35s +4.5%
tests/extraction/_cache/Div.fst.checked 88.2 MiB 88.5 MiB +0.2% 0.24s 0.25s +1.6%
tests/extraction/_cache/Eta_expand.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.35s 0.38s +6.2%
tests/extraction/_cache/ExtTest.fst.checked 164.0 MiB 162.0 MiB -1.2% 1.10s 1.16s +5.5%
tests/extraction/_cache/ExtTest1.fst.checked 138.0 MiB 139.0 MiB +0.7% 0.69s 0.79s +13.9%
tests/extraction/_cache/ExtTest2.fst.checked 112.0 MiB 110.0 MiB -1.8% 0.30s 0.31s +2.0%
tests/extraction/_cache/ExtractAs.fst.checked 89.9 MiB 89.9 MiB +0.1% 0.27s 0.29s +4.7%
tests/extraction/_cache/Flags.fst.checked 88.4 MiB 88.4 MiB +0.0% 0.25s 0.25s -0.8%
tests/extraction/_cache/GhostTest.fst.checked 135.0 MiB 135.0 MiB +0.0% 0.48s 0.51s +6.9%
tests/extraction/_cache/IdealOrConcrete.fst.checked 96.9 MiB 96.9 MiB +0.0% 0.29s 0.30s +4.2%
tests/extraction/_cache/Micro.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.37s 0.40s +6.2%
tests/extraction/_cache/NoInlineLet.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.71s 0.73s +2.2%
tests/extraction/_cache/ParseTest.fst.checked 160.0 MiB 160.0 MiB +0.0% 0.68s 0.71s +4.7%
tests/extraction/_cache/ReifNativ.fst.checked 90.2 MiB 90.1 MiB -0.1% 0.28s 0.29s +2.9%
tests/extraction/_output/Div.ml 98.0 MiB 97.0 MiB -1.0% 0.36s 0.38s +3.3%
tests/extraction/_output/Eta_expand.ml 108.0 MiB 108.0 MiB +0.0% 0.48s 0.53s +11.3%
tests/extraction/_output/ExtractAs.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +4.8%
tests/extraction/_output/NoInlineLet.ml 220.0 MiB 220.0 MiB +0.0% 1.42s 1.52s +7.7%
tests/extraction/_output/ParseTest.ml 196.0 MiB 198.0 MiB +1.0% 1.09s 1.14s +5.0%
tests/extraction/_output/ReifNativ.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.40s +8.2%
tests/extraction/cmi/0/.depend 44.6 MiB 44.5 MiB -0.1% 0.07s 0.08s +8.0%
tests/extraction/cmi/0/_cache/A.fst.checked 88.4 MiB 88.3 MiB -0.1% 0.24s 0.25s +3.8%
tests/extraction/cmi/0/_cache/A.fsti.checked 88.2 MiB 88.3 MiB +0.1% 0.24s 0.24s +3.4%
tests/extraction/cmi/0/_cache/B.fst.checked 88.8 MiB 88.7 MiB -0.2% 0.24s 0.26s +4.5%
tests/extraction/cmi/1/.depend 44.5 MiB 46.6 MiB +4.7% 0.08s 0.08s +1.3%
tests/extraction/cmi/1/_cache/A.fst.checked 88.3 MiB 88.4 MiB +0.2% 0.24s 0.25s +3.8%
tests/extraction/cmi/1/_cache/A.fsti.checked 88.4 MiB 88.4 MiB -0.0% 0.24s 0.25s +4.7%
tests/extraction/cmi/1/_cache/B.fst.checked 88.9 MiB 88.9 MiB -0.0% 0.25s 0.26s +6.0%
tests/extraction/cmi/1/_cache/C.fsti.checked 88.4 MiB 88.3 MiB -0.2% 0.24s 0.25s +4.7%
tests/extraction/cmi/1/_output/B.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +6.2%
tests/extraction/cmi/2/.depend 44.4 MiB 46.6 MiB +4.9% 0.08s 0.08s +6.5%
tests/extraction/cmi/2/_cache/L.fst.checked 88.9 MiB 89.0 MiB +0.1% 0.25s 0.27s +5.5%
tests/extraction/cmi/2/_cache/L.fsti.checked 88.7 MiB 88.7 MiB +0.0% 0.24s 0.27s +9.5%
tests/extraction/cmi/2/_cache/M.fst.checked 88.6 MiB 88.6 MiB +0.0% 0.24s 0.26s +4.5%
tests/extraction/cmi/2/_cache/Test.fst.checked 88.6 MiB 88.8 MiB +0.3% 0.25s 0.26s +5.7%
tests/extraction/cmi/2/_output/Test.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.40s +8.4%
tests/friends/1/.depend 44.6 MiB 46.5 MiB +4.3% 0.08s 0.09s +11.7%
tests/friends/1/_cache/FriendConsumer.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.29s +5.9%
tests/friends/1/_cache/FriendConsumer.fsti.checked 88.4 MiB 88.4 MiB +0.0% 0.24s 0.25s +6.8%
tests/friends/1/_cache/FriendProvider.fst.checked 88.2 MiB 88.4 MiB +0.2% 0.24s 0.26s +7.1%
tests/friends/1/_cache/FriendProvider.fsti.checked 88.4 MiB 88.2 MiB -0.2% 0.24s 0.26s +7.1%
tests/friends/2/.depend 44.9 MiB 45.0 MiB +0.2% 0.08s 0.09s +3.6%
tests/friends/2/_cache/FriendConsumer.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +4.5%
tests/friends/2/_cache/FriendConsumer.fsti.checked 88.3 MiB 88.4 MiB +0.1% 0.25s 0.25s +0.8%
tests/friends/2/_cache/FriendProvider.fst.checked 88.3 MiB 88.3 MiB +0.0% 0.24s 0.25s +4.5%
tests/friends/2/_cache/FriendProvider.fsti.checked 88.5 MiB 88.4 MiB -0.1% 0.24s 0.25s +4.5%
tests/friends/2/_cache/Other.fst.checked 88.5 MiB 88.5 MiB +0.0% 0.24s 0.25s +4.6%
tests/friends/3/.depend 45.2 MiB 45.0 MiB -0.3% 0.09s 0.09s +2.4%
tests/friends/3/_cache/A.fst.checked 88.2 MiB 88.3 MiB +0.1% 0.24s 0.25s +3.7%
tests/friends/3/_cache/A.fsti.checked 88.4 MiB 88.3 MiB -0.1% 0.24s 0.24s +1.7%
tests/friends/3/_cache/B.fst.checked 88.4 MiB 88.6 MiB +0.1% 0.24s 0.24s +2.1%
tests/friends/3/_cache/B.fsti.checked 88.2 MiB 88.4 MiB +0.2% 0.24s 0.25s +3.3%
tests/friends/3/_cache/C.fst.checked 88.7 MiB 88.7 MiB -0.0% 0.24s 0.25s +3.3%
tests/friends/3/_cache/C.fsti.checked 88.5 MiB 88.4 MiB -0.0% 0.24s 0.24s +2.1%
tests/friends/3/_cache/D.fst.checked 88.7 MiB 88.8 MiB +0.1% 0.24s 0.26s +7.3%
tests/friends/3/_cache/D.fsti.checked 88.4 MiB 88.4 MiB +0.0% 0.24s 0.24s +3.4%
tests/friends/4/.depend 44.6 MiB 44.6 MiB +0.0% 0.08s 0.08s +1.3%
tests/friends/4/_cache/A.fst.checked 88.3 MiB 88.3 MiB +0.0% 0.24s 0.25s +3.3%
tests/friends/4/_cache/A.fsti.checked 88.2 MiB 88.4 MiB +0.2% 0.24s 0.25s +2.9%
tests/friends/4/_cache/B.fst.checked 88.4 MiB 88.5 MiB +0.1% 0.24s 0.25s +5.0%
tests/friends/4/_cache/B.fsti.checked 88.4 MiB 88.2 MiB -0.2% 0.24s 0.25s +4.7%
tests/friends/4/_cache/C.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +3.3%
tests/friends/4/_cache/C.fsti.checked 88.4 MiB 88.4 MiB +0.0% 0.24s 0.24s +3.8%
tests/hacl/.depend 65.6 MiB 65.8 MiB +0.3% 0.47s 0.52s +11.5%
tests/hacl/_cache/Lib.Exponentiation.Definition.fst.checked 316.0 MiB 321.0 MiB +1.6% 6.20s 6.75s +8.9%
tests/hacl/_cache/Lib.Exponentiation.Definition.fsti.checked 159.0 MiB 159.0 MiB +0.0% 0.92s 1.01s +10.0%
tests/hacl/_cache/Lib.IntTypes.fsti.checked 295.0 MiB 295.0 MiB +0.0% 3.87s 4.16s +7.5%
tests/hacl/_cache/Lib.LoopCombinators.fst.checked 303.0 MiB 307.0 MiB +1.3% 4.54s 5.05s +11.4%
tests/hacl/_cache/Lib.LoopCombinators.fsti.checked 164.0 MiB 165.0 MiB +0.6% 1.14s 1.20s +5.6%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 649.0 MiB 641.0 MiB -1.2% 27.66s 29.09s +5.2%
tests/hacl/_cache/Lib.Sequence.Lemmas.fsti.checked 375.0 MiB 380.0 MiB +1.3% 5.86s 6.19s +5.6%
tests/hacl/_cache/Lib.Sequence.fsti.checked 416.0 MiB 418.0 MiB +0.5% 8.36s 9.16s +9.5%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 641.0 MiB 646.0 MiB +0.8% 30.05s 31.61s +5.2%
tests/hacl/_cache/Lib.Vec.Lemmas.fsti.checked 325.0 MiB 328.0 MiB +0.9% 3.96s 4.17s +5.0%
tests/ide/emacs/.depend 54.1 MiB 54.0 MiB -0.2% 0.35s 0.36s +3.5%
tests/ide/emacs/_cache/Harness.fst.checked 112.0 MiB 114.0 MiB +1.8% 0.33s 0.35s +5.2%
tests/ide/emacs/_cache/Harness.fsti.checked 88.3 MiB 88.4 MiB +0.1% 0.24s 0.25s +4.5%
…de/emacs/_output/Backtracking.peek-with-unset-module.ideout 42.2 MiB 42.2 MiB -0.1% 0.07s 0.07s +4.3%
tests/ide/emacs/_output/Backtracking.refinements.ideout 113.0 MiB 113.0 MiB +0.0% 0.49s 0.50s +1.0%
tests/ide/emacs/_output/BugGensymUnderscore.ideout 88.8 MiB 88.8 MiB -0.1% 0.25s 0.25s +0.4%
tests/ide/emacs/_output/FStarMode_GH73.ideout 170.0 MiB 170.0 MiB +0.0% 0.72s 0.74s +2.5%
tests/ide/emacs/_output/FailRange.ideout 172.0 MiB 172.0 MiB +0.0% 0.77s 0.78s +0.6%
tests/ide/emacs/_output/Fib.compute.ideout 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +2.5%
tests/ide/emacs/_output/Harness.private.ideout 112.0 MiB 111.0 MiB -0.9% 0.30s 0.32s +6.3%
tests/ide/emacs/_output/Harness.selfref.ideout 112.0 MiB 111.0 MiB -0.9% 0.32s 0.32s +1.9%
tests/ide/emacs/_output/InfoTable.lookup.ideout 88.8 MiB 88.7 MiB -0.1% 0.25s 0.26s +4.5%
tests/ide/emacs/_output/Integration.push-pop.ideout 149.0 MiB 149.0 MiB +0.0% 0.67s 0.71s +6.7%
tests/ide/emacs/_output/Minimal.autocomplete-global.ideout 88.5 MiB 88.5 MiB +0.0% 0.24s 0.24s +0.8%
tests/ide/emacs/_output/Minimal.autocomplete-local.ideout 88.5 MiB 88.5 MiB +0.0% 0.23s 0.24s +0.4%
tests/ide/emacs/_output/Minimal.compute.ideout 88.7 MiB 88.6 MiB -0.1% 0.23s 0.25s +6.8%
tests/ide/emacs/_output/Minimal.describe-repl.ideout 38.0 MiB 38.0 MiB -0.1% 0.06s 0.06s +5.5%
tests/ide/emacs/_output/Minimal.push-no-extra-info.ideout 88.3 MiB 88.5 MiB +0.2% 0.23s 0.25s +6.5%
tests/ide/emacs/_output/Minimal.push-pop.ideout 144.0 MiB 144.0 MiB +0.0% 0.50s 0.53s +5.2%
…s/ide/emacs/_output/Minimal.push-positional-location.ideout 88.5 MiB 88.3 MiB -0.2% 0.24s 0.25s +5.5%
tests/ide/emacs/_output/Minimal.push.ideout 88.3 MiB 88.4 MiB +0.2% 0.24s 0.25s +6.4%
tests/ide/emacs/_output/Minimal.unset-current-module.ideout 88.5 MiB 88.3 MiB -0.2% 0.24s 0.23s -0.4%
tests/ide/emacs/_output/Missing.ideout 113.0 MiB 113.0 MiB +0.0% 0.34s 0.37s +7.6%
…ide/emacs/_output/Number.interface-violation-and-fix.ideout 137.0 MiB 136.0 MiB -0.7% 0.42s 0.43s +2.6%
tests/ide/emacs/_output/Number.interface-violation.ideout 107.0 MiB 107.0 MiB +0.0% 0.26s 0.28s +7.3%
tests/ide/emacs/_output/Tutorial.push.ideout 160.0 MiB 160.0 MiB +0.0% 0.59s 0.59s -0.3%
tests/ide/emacs/_output/Tutorial.segment.ideout 38.0 MiB 38.3 MiB +0.8% 0.06s 0.06s -1.7%
tests/incl/field.pos/check-pos 88.9 MiB 89.0 MiB +0.0% 0.25s 0.26s +1.2%
tests/incl/noshadow.pos/check-pos 88.5 MiB 88.6 MiB +0.1% 0.24s 0.25s +2.9%
tests/incl/open.pos/check-pos 88.4 MiB 88.4 MiB -0.0% 0.24s 0.25s +0.8%
tests/incl/plain.pos/check-pos 88.5 MiB 88.7 MiB +0.3% 0.25s 0.25s -2.4%
tests/incl/private.pos/check-pos 88.6 MiB 88.5 MiB -0.1% 0.25s 0.25s +0.0%
tests/incl/shadow.pos/check-pos 88.5 MiB 88.6 MiB +0.1% 0.26s 0.25s -1.2%
tests/incl/trans.pos/check-pos 88.7 MiB 88.7 MiB +0.0% 0.25s 0.25s -0.8%
tests/machine_integers/.depend 56.4 MiB 56.5 MiB +0.1% 0.42s 0.44s +4.0%
tests/machine_integers/BigList.memcheck 258.0 MiB 257.0 MiB -0.4% 1.96s 3.56s +81.5%
tests/machine_integers/_cache/Test01.fst.checked 157.0 MiB 157.0 MiB +0.0% 0.63s 0.66s +4.6%
tests/machine_integers/_cache/Test02.fst.checked 158.0 MiB 158.0 MiB +0.0% 0.68s 0.69s +1.9%
tests/machine_integers/_cache/Test03.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.48s 0.49s +2.5%
tests/machine_integers/_cache/TestCasts.fst.checked 273.0 MiB 272.0 MiB -0.4% 2.58s 2.59s +0.5%
tests/machine_integers/_cache/TestChar.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.47s 0.48s +2.5%
tests/machine_integers/_cache/TestPrint.fst.checked 210.0 MiB 214.0 MiB +1.9% 1.65s 1.68s +2.0%
tests/machine_integers/_cache/TestRotate.fst.checked 160.0 MiB 161.0 MiB +0.6% 0.76s 0.80s +4.6%
tests/machine_integers/_cache/TestShift.fst.checked 290.0 MiB 288.0 MiB -0.7% 2.46s 2.45s -0.4%
tests/machine_integers/_output/Test01.ml 236.0 MiB 236.0 MiB +0.0% 1.32s 1.35s +2.2%
tests/machine_integers/_output/Test02.ml 236.0 MiB 236.0 MiB +0.0% 1.32s 1.39s +5.5%
tests/machine_integers/_output/Test03.ml 197.0 MiB 197.0 MiB +0.0% 1.08s 1.18s +9.4%
tests/machine_integers/_output/TestCasts.ml 304.0 MiB 304.0 MiB +0.0% 2.20s 2.27s +3.3%
tests/machine_integers/_output/TestChar.ml 197.0 MiB 197.0 MiB +0.0% 1.09s 1.16s +6.6%
tests/machine_integers/_output/TestPrint.ml 297.0 MiB 297.0 MiB +0.0% 2.05s 2.19s +6.8%
tests/machine_integers/_output/TestRotate.ml 222.0 MiB 222.0 MiB +0.0% 1.31s 1.37s +4.3%
tests/machine_integers/_output/TestShift.ml 302.0 MiB 302.0 MiB +0.0% 2.20s 2.26s +2.7%
tests/micro-benchmarks/.depend 72.8 MiB 72.8 MiB -0.1% 1.04s 1.12s +8.3%
tests/micro-benchmarks/_cache/AdmitTermination.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.40s 0.41s +3.0%
tests/micro-benchmarks/_cache/AnotType.fst.checked 90.8 MiB 90.7 MiB -0.0% 0.29s 0.30s +3.4%
…chmarks/_cache/ApplicationUnparenthesisedRecord.fst.checked 111.0 MiB 110.0 MiB -0.9% 0.38s 0.38s -0.8%
tests/micro-benchmarks/_cache/ArgsAndQuals.fst.checked 90.6 MiB 88.8 MiB -2.0% 0.24s 0.25s +2.9%
tests/micro-benchmarks/_cache/Arith.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.41s 0.43s +4.9%
tests/micro-benchmarks/_cache/B2T.fst.checked 88.5 MiB 88.4 MiB -0.1% 0.23s 0.24s +3.0%
tests/micro-benchmarks/_cache/BVExtend.fst.checked 160.0 MiB 160.0 MiB +0.0% 1.55s 1.64s +5.4%
tests/micro-benchmarks/_cache/BinderAttributes.fst.checked 219.0 MiB 219.0 MiB +0.0% 1.44s 1.48s +3.4%
tests/micro-benchmarks/_cache/BoxBitVec.fst.checked 146.0 MiB 146.0 MiB +0.0% 0.50s 0.53s +5.0%
tests/micro-benchmarks/_cache/BvBinaryOps.fst.checked 270.0 MiB 270.0 MiB +0.0% 3.97s 4.11s +3.6%
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 1.2 GiB 1.4 GiB +20.7% 25.60s 51.45s +101.0%
tests/micro-benchmarks/_cache/ClassicalSugar.fst.checked 156.0 MiB 156.0 MiB +0.0% 1.20s 1.25s +4.0%
tests/micro-benchmarks/_cache/CoerceAdmit.fst.checked 88.2 MiB 88.2 MiB +0.0% 0.24s 0.25s +4.2%
tests/micro-benchmarks/_cache/Coercions.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.46s 0.46s +1.5%
…ts/micro-benchmarks/_cache/CommuteNestedMatches.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.83s 0.85s +2.4%
…s/micro-benchmarks/_cache/ConstructorAttributes.fst.checked 201.0 MiB 201.0 MiB +0.0% 0.95s 1.00s +5.1%
tests/micro-benchmarks/_cache/CoreEqualityGuard.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.35s 0.35s +1.7%
tests/micro-benchmarks/_cache/CoreGeneralization.fst.checked 88.5 MiB 88.6 MiB +0.1% 0.25s 0.24s -0.4%
tests/micro-benchmarks/_cache/CoreUnivs.fst.checked 88.7 MiB 90.7 MiB +2.3% 0.25s 0.26s +4.8%
tests/micro-benchmarks/_cache/CtorWithTc.fst.checked 141.0 MiB 143.0 MiB +1.4% 0.50s 0.53s +5.2%
tests/micro-benchmarks/_cache/DeltaDepthUnif.fst.checked 207.0 MiB 207.0 MiB +0.0% 0.94s 0.95s +1.4%
tests/micro-benchmarks/_cache/DeltaQual.fst.checked 173.0 MiB 174.0 MiB +0.6% 0.84s 0.89s +6.6%
tests/micro-benchmarks/_cache/DoNotation.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.32s 0.33s +4.1%
tests/micro-benchmarks/_cache/Effects.Coherence.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.57s 0.60s +4.4%
…sts/micro-benchmarks/_cache/EqualityAscriptions.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.34s 0.34s +0.6%
tests/micro-benchmarks/_cache/Erasable.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.73s 0.79s +8.0%
tests/micro-benchmarks/_cache/Erased.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.29s 0.30s +4.1%
tests/micro-benchmarks/_cache/ExpectFailure.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.39s 0.40s +2.0%
tests/micro-benchmarks/_cache/Ext.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.78s 0.82s +5.3%
…ro-benchmarks/_cache/ExtractMutRecTypesAndTerms.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.32s +9.0%
tests/micro-benchmarks/_cache/FirstProofs.fst.checked 112.0 MiB 113.0 MiB +0.9% 0.46s 0.48s +6.4%
tests/micro-benchmarks/_cache/Funcs.fst.checked 136.0 MiB 136.0 MiB +0.0% 0.80s 0.86s +6.8%
tests/micro-benchmarks/_cache/GhostImplicits.fst.checked 93.4 MiB 91.4 MiB -2.1% 0.28s 0.29s +4.3%
tests/micro-benchmarks/_cache/HideRevealUnif.fst.checked 92.4 MiB 92.4 MiB +0.1% 0.30s 0.31s +4.3%
…enchmarks/_cache/InlineForExtractionNormRequest.fst.checked 91.4 MiB 89.2 MiB -2.4% 0.27s 0.27s +1.1%
tests/micro-benchmarks/_cache/IntNormalization.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.75s 0.79s +5.5%
tests/micro-benchmarks/_cache/Issues.fst.checked 184.0 MiB 184.0 MiB +0.0% 0.89s 0.92s +3.6%
tests/micro-benchmarks/_cache/LambdaImplicits.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.37s 0.40s +5.9%
tests/micro-benchmarks/_cache/MAC.fst.checked 163.0 MiB 163.0 MiB +0.0% 0.74s 0.72s -2.0%
…micro-benchmarks/_cache/MachineIntegerConstants.fst.checked 168.0 MiB 168.0 MiB +0.0% 0.96s 1.04s +8.7%
…s/micro-benchmarks/_cache/MachineIntegerPrimops.fst.checked 123.0 MiB 127.0 MiB +3.3% 0.47s 0.52s +9.5%
tests/micro-benchmarks/_cache/Match.Returns.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.41s 0.44s +7.5%
tests/micro-benchmarks/_cache/MatchRest.fst.checked 115.0 MiB 113.0 MiB -1.7% 0.46s 0.45s -2.6%
tests/micro-benchmarks/_cache/Misc.Norm1.fst.checked 92.8 MiB 92.8 MiB +0.0% 0.28s 0.29s +4.7%
tests/micro-benchmarks/_cache/Misc.Norm2.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.29s 0.30s +4.9%
tests/micro-benchmarks/_cache/Misc.Norm3.fst.checked 230.0 MiB 230.0 MiB +0.0% 1.04s 1.07s +2.9%
tests/micro-benchmarks/_cache/MultiRef.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.28s +1.1%
…icro-benchmarks/_cache/MultipleAttributesBinder.fst.checked 207.0 MiB 209.0 MiB +1.0% 1.17s 1.21s +3.3%
…/micro-benchmarks/_cache/MustEraseForExtraction.fst.checked 90.8 MiB 88.9 MiB -2.2% 0.26s 0.26s -0.8%
…micro-benchmarks/_cache/MustEraseForExtraction.fsti.checked 88.2 MiB 90.5 MiB +2.6% 0.23s 0.24s +5.2%
tests/micro-benchmarks/_cache/NegativeTests.BST.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.65s 0.71s +10.1%
…ts/micro-benchmarks/_cache/NegativeTests.Bug260.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.32s +4.9%
…sts/micro-benchmarks/_cache/NegativeTests.False.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.34s +12.7%
tests/micro-benchmarks/_cache/NegativeTests.Heap.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.37s 0.36s -1.9%
tests/micro-benchmarks/_cache/NegativeTests.Neg.fst.checked 110.0 MiB 111.0 MiB +0.9% 0.46s 0.48s +5.7%
…icro-benchmarks/_cache/NegativeTests.Positivity.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.47s 0.47s -0.6%
tests/micro-benchmarks/_cache/NegativeTests.Set.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.37s 0.38s +3.5%
…benchmarks/_cache/NegativeTests.ShortCircuiting.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.32s +6.0%
…cro-benchmarks/_cache/NegativeTests.Termination.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.77s 0.80s +3.9%
tests/micro-benchmarks/_cache/NestedLemma.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.28s +5.2%
tests/micro-benchmarks/_cache/NormCfgMemo.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.61s 0.65s +7.2%
tests/micro-benchmarks/_cache/NormMachineInteger.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.80s 0.83s +3.0%
tests/micro-benchmarks/_cache/NormTypesForSMT.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.34s +3.3%
tests/micro-benchmarks/_cache/NormVsSMT.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.32s 0.33s +2.5%
tests/micro-benchmarks/_cache/Normalization.fst.checked 180.0 MiB 180.0 MiB +0.0% 0.98s 1.03s +4.8%
…sts/micro-benchmarks/_cache/OccursCheckOnArrows.fst.checked 88.5 MiB 88.5 MiB +0.0% 0.23s 0.26s +11.2%
tests/micro-benchmarks/_cache/Operators.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.53s 0.54s +1.9%
tests/micro-benchmarks/_cache/OptionStack.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.27s 0.29s +7.5%
tests/micro-benchmarks/_cache/PatAnnot.fst.checked 125.0 MiB 125.0 MiB +0.0% 0.51s 0.54s +4.1%
tests/micro-benchmarks/_cache/PatCoerce.fst.checked 88.7 MiB 88.6 MiB -0.2% 0.24s 0.25s +4.2%
tests/micro-benchmarks/_cache/PatternMatch.IFuel.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.38s 0.40s +5.8%
tests/micro-benchmarks/_cache/PatternMatch.fst.checked 113.0 MiB 112.0 MiB -0.9% 0.50s 0.51s +3.0%
tests/micro-benchmarks/_cache/Pipes.fst.checked 111.0 MiB 109.0 MiB -1.8% 0.41s 0.43s +5.9%
tests/micro-benchmarks/_cache/Positivity.fst.checked 227.0 MiB 227.0 MiB +0.0% 2.01s 2.05s +1.8%
tests/micro-benchmarks/_cache/Positivity_A.fst.checked 90.1 MiB 89.9 MiB -0.2% 0.27s 0.28s +2.6%
tests/micro-benchmarks/_cache/Positivity_A.fsti.checked 88.5 MiB 88.5 MiB -0.0% 0.23s 0.26s +10.8%
tests/micro-benchmarks/_cache/PulseBug100.fst.checked 196.0 MiB 196.0 MiB +0.0% 0.99s 1.02s +3.0%
tests/micro-benchmarks/_cache/Qualifiers.fst.checked 90.7 MiB 88.6 MiB -2.3% 0.25s 0.26s +2.8%
tests/micro-benchmarks/_cache/QuantifierOps.fst.checked 91.9 MiB 89.8 MiB -2.2% 0.27s 0.28s +3.7%
tests/micro-benchmarks/_cache/RFD.A.fst.checked 88.9 MiB 88.9 MiB -0.0% 0.26s 0.25s -1.6%
tests/micro-benchmarks/_cache/RFD.B.fst.checked 88.7 MiB 88.9 MiB +0.2% 0.26s 0.26s -0.4%
tests/micro-benchmarks/_cache/RFD.fst.checked 89.2 MiB 91.4 MiB +2.5% 0.26s 0.27s +2.3%
tests/micro-benchmarks/_cache/RFDIncluded.fst.checked 88.8 MiB 88.9 MiB +0.2% 0.26s 0.25s -2.3%
tests/micro-benchmarks/_cache/RFDIncluding.fst.checked 88.6 MiB 88.7 MiB +0.1% 0.24s 0.25s +1.6%
tests/micro-benchmarks/_cache/Raising.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +5.0%
tests/micro-benchmarks/_cache/RangeOf.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.28s 0.28s -2.5%
tests/micro-benchmarks/_cache/RecordCtor.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.33s +6.6%
…s/micro-benchmarks/_cache/RecordFieldAttributes.fst.checked 245.0 MiB 253.0 MiB +3.3% 1.90s 2.09s +9.9%
…cro-benchmarks/_cache/RecordFieldDisambiguation.fst.checked 115.0 MiB 115.0 MiB +0.0% 0.45s 0.48s +7.6%
…sts/micro-benchmarks/_cache/RecordFieldOperator.fst.checked 165.0 MiB 165.0 MiB +0.0% 0.69s 0.69s -0.3%
tests/micro-benchmarks/_cache/RecordOpen.fst.checked 115.0 MiB 116.0 MiB +0.9% 0.42s 0.44s +5.2%
tests/micro-benchmarks/_cache/RecordUpdate.fst.checked 88.7 MiB 89.0 MiB +0.3% 0.24s 0.26s +4.5%
…sts/micro-benchmarks/_cache/ReduceRecUnderMatch.fst.checked 192.0 MiB 192.0 MiB +0.0% 0.88s 0.89s +1.4%
tests/micro-benchmarks/_cache/RefNew.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.34s 0.35s +3.9%
tests/micro-benchmarks/_cache/Renaming.fst.checked 88.5 MiB 88.3 MiB -0.2% 0.24s 0.24s +2.5%
tests/micro-benchmarks/_cache/Renaming1.fst.checked 88.4 MiB 88.6 MiB +0.1% 0.23s 0.25s +6.4%
tests/micro-benchmarks/_cache/Renaming2.fst.checked 88.3 MiB 88.4 MiB +0.0% 0.24s 0.25s +4.6%
tests/micro-benchmarks/_cache/Renaming3.fst.checked 88.5 MiB 88.5 MiB +0.1% 0.25s 0.26s +3.2%
…ts/micro-benchmarks/_cache/ResolveImplicitsHook.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.86s 0.90s +4.9%
tests/micro-benchmarks/_cache/RevealHide.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.75s 0.77s +2.8%
tests/micro-benchmarks/_cache/RightFlexible.fst.checked 194.0 MiB 193.0 MiB -0.5% 0.85s 0.88s +3.5%
tests/micro-benchmarks/_cache/ShortCircuit.fst.checked 89.1 MiB 89.4 MiB +0.3% 0.27s 0.28s +5.6%
tests/micro-benchmarks/_cache/ShortCircuitEffect.fst.checked 187.0 MiB 187.0 MiB +0.0% 0.74s 0.77s +4.1%
tests/micro-benchmarks/_cache/SimplifyProp.fst.checked 89.7 MiB 90.1 MiB +0.4% 0.29s 0.29s +1.0%
tests/micro-benchmarks/_cache/StableErr.fst.checked 88.4 MiB 88.6 MiB +0.2% 0.24s 0.25s +1.6%
tests/micro-benchmarks/_cache/StrictUnfolding.fst.checked 254.0 MiB 254.0 MiB +0.0% 1.60s 1.69s +5.6%
…sts/micro-benchmarks/_cache/StringNormalization.fst.checked 158.0 MiB 158.0 MiB +0.0% 0.84s 0.85s +1.1%
tests/micro-benchmarks/_cache/StringOfExn.fst.checked 130.0 MiB 130.0 MiB +0.0% 0.46s 0.51s +10.3%
tests/micro-benchmarks/_cache/Subtyping.fst.checked 88.9 MiB 89.1 MiB +0.2% 0.25s 0.26s +2.4%
tests/micro-benchmarks/_cache/SyntaxTests.fst.checked 88.4 MiB 88.4 MiB +0.0% 0.24s 0.25s +2.9%
tests/micro-benchmarks/_cache/TcSyntax.fst.checked 124.0 MiB 124.0 MiB +0.0% 0.46s 0.49s +7.9%
tests/micro-benchmarks/_cache/Test.Break.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.82s +6.5%
…ro-benchmarks/_cache/Test.ConstantTime.Integers.fst.checked 181.0 MiB 181.0 MiB +0.0% 0.75s 0.84s +11.7%
…cro-benchmarks/_cache/Test.ConstantTimeIntegers.fst.checked 190.0 MiB 192.0 MiB +1.1% 1.01s 1.12s +10.5%
…ts/micro-benchmarks/_cache/Test.Delta.Namespace.fst.checked 193.0 MiB 194.0 MiB +0.5% 1.23s 1.27s +2.9%
tests/micro-benchmarks/_cache/Test.FStar.Parse.fst.checked 89.3 MiB 89.1 MiB -0.2% 0.26s 0.27s +2.7%
…benchmarks/_cache/Test.FunctionalExtensionality.fst.checked 124.0 MiB 123.0 MiB -0.8% 0.73s 0.78s +6.6%
tests/micro-benchmarks/_cache/Test.IFC.fst.checked 118.0 MiB 120.0 MiB +1.7% 0.49s 0.53s +8.8%
tests/micro-benchmarks/_cache/Test.Integers.fst.checked 195.0 MiB 196.0 MiB +0.5% 1.24s 1.31s +5.7%
…sts/micro-benchmarks/_cache/Test.LexemeFILELINE.fst.checked 88.4 MiB 88.5 MiB +0.1% 0.24s 0.26s +8.0%
tests/micro-benchmarks/_cache/Test.NBE.fst.checked 138.0 MiB 138.0 MiB +0.0% 0.58s 0.59s +0.7%
tests/micro-benchmarks/_cache/Test.Printf.fst.checked 193.0 MiB 194.0 MiB +0.5% 0.87s 0.91s +4.6%
tests/micro-benchmarks/_cache/Test.QuickCode.fst.checked 137.0 MiB 138.0 MiB +0.7% 1.22s 1.40s +14.7%
tests/micro-benchmarks/_cache/Test.Real.fst.checked 114.0 MiB 114.0 MiB +0.0% 0.54s 0.59s +8.3%
tests/micro-benchmarks/_cache/Test.ReifyNBE.fst.checked 199.0 MiB 199.0 MiB +0.0% 1.00s 1.07s +7.2%
tests/micro-benchmarks/_cache/TestGhost.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.31s 0.30s -2.9%
tests/micro-benchmarks/_cache/TestHasEq.fst.checked 119.0 MiB 119.0 MiB +0.0% 0.58s 0.61s +5.4%
tests/micro-benchmarks/_cache/TestHeap.fst.checked 116.0 MiB 116.0 MiB +0.0% 0.40s 0.42s +5.8%
tests/micro-benchmarks/_cache/TestImmutableArray.fst.checked 205.0 MiB 205.0 MiB +0.0% 1.06s 1.12s +5.7%
tests/micro-benchmarks/_cache/TestMRef.fst.checked 127.0 MiB 127.0 MiB +0.0% 0.65s 0.69s +6.3%
tests/micro-benchmarks/_cache/TestPrintable.fst.checked 266.0 MiB 266.0 MiB +0.0% 2.08s 2.12s +2.2%
tests/micro-benchmarks/_cache/TestQueue.fst.checked 138.0 MiB 139.0 MiB +0.7% 0.63s 0.65s +3.2%
tests/micro-benchmarks/_cache/TestSealed.fst.checked 207.0 MiB 209.0 MiB +1.0% 1.24s 1.30s +4.9%
tests/micro-benchmarks/_cache/TestSeq.fst.checked 165.0 MiB 165.0 MiB +0.0% 0.59s 0.63s +5.5%
tests/micro-benchmarks/_cache/TestSet.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.32s 0.32s +0.6%
tests/micro-benchmarks/_cache/TestStrings.fst.checked 129.0 MiB 129.0 MiB +0.0% 0.45s 0.46s +2.2%
tests/micro-benchmarks/_cache/TestTwoLevelHeap.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.38s 0.37s -0.8%
…icro-benchmarks/_cache/TestWellFoundedRecursion.fst.checked 187.0 MiB 188.0 MiB +0.5% 1.88s 2.02s +7.8%
…/micro-benchmarks/_cache/TopLevelIndexedEffects.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.37s 0.39s +3.8%
tests/micro-benchmarks/_cache/TupleSyntax.fst.checked 91.8 MiB 91.7 MiB -0.2% 0.34s 0.34s -0.6%
tests/micro-benchmarks/_cache/TwoPhaseTC.fst.checked 137.0 MiB 137.0 MiB +0.0% 0.73s 0.82s +12.0%
…ro-benchmarks/_cache/TypeclassesWithRefinements.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.53s 0.53s -0.6%
tests/micro-benchmarks/_cache/Typos.fst.checked 88.7 MiB 88.7 MiB +0.1% 0.25s 0.26s +6.1%
tests/micro-benchmarks/_cache/UnfoldOnce.fst.checked 169.0 MiB 170.0 MiB +0.6% 0.76s 0.79s +3.9%
tests/micro-benchmarks/_cache/UnicodeOperators.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.79s 0.80s +1.0%
tests/micro-benchmarks/_cache/UnifierArith.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.29s +3.2%
tests/micro-benchmarks/_cache/UnifyMatch.fst.checked 217.0 MiB 215.0 MiB -0.9% 1.29s 1.33s +3.2%
tests/micro-benchmarks/_cache/UnifyRefs.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.35s 0.39s +10.5%
tests/micro-benchmarks/_cache/UnifyReify.fst.checked 224.0 MiB 227.0 MiB +1.3% 1.09s 1.14s +4.0%
tests/micro-benchmarks/_cache/Unit1.Basic.fst.checked 210.0 MiB 210.0 MiB +0.0% 2.12s 2.20s +3.6%
tests/micro-benchmarks/_cache/Unit1.Parser.fst.checked 110.0 MiB 110.0 MiB +0.0% 0.36s 0.37s +3.4%
tests/micro-benchmarks/_cache/Unit1.Projectors1.fst.checked 136.0 MiB 134.0 MiB -1.5% 0.47s 0.49s +5.3%
tests/micro-benchmarks/_cache/Unit1.Projectors2.fst.checked 111.0 MiB 112.0 MiB +0.9% 0.35s 0.36s +4.3%
…-benchmarks/_cache/Unit1.RecursiveTypeFunctions.fst.checked 132.0 MiB 132.0 MiB +0.0% 0.64s 0.69s +9.0%
…cro-benchmarks/_cache/Unit1.RefinementInference.fst.checked 89.1 MiB 89.4 MiB +0.2% 0.26s 0.27s +5.0%
tests/micro-benchmarks/_cache/Unit1.TopLevelPats.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.32s +7.0%
…/micro-benchmarks/_cache/Unit1.UnificationTests.fst.checked 116.0 MiB 114.0 MiB -1.7% 0.47s 0.49s +6.0%
…sts/micro-benchmarks/_cache/Unit1.WPsAndTriples.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.54s 0.56s +4.3%
…/micro-benchmarks/_cache/Unit1.WPsAndTriples_ST.fst.checked 118.0 MiB 118.0 MiB +0.0% 0.38s 0.38s +1.1%
tests/micro-benchmarks/_cache/Unit2.fst.checked 111.0 MiB 111.0 MiB +0.0% 0.38s 0.40s +3.7%
tests/micro-benchmarks/_cache/UnrefineAttr.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.31s 0.31s +1.3%
tests/micro-benchmarks/_cache/UseRBMap.fst.checked 181.0 MiB 181.0 MiB +0.0% 1.03s 1.10s +6.1%
tests/micro-benchmarks/_cache/UseRBSet.fst.checked 176.0 MiB 178.0 MiB +1.1% 0.85s 0.89s +4.4%
tests/micro-benchmarks/_cache/WPExtensionality.fst.checked 249.0 MiB 250.0 MiB +0.4% 1.28s 1.33s +3.4%
tests/micro-benchmarks/_cache/WarnOnUse.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.30s 0.31s +2.3%
tests/micro-benchmarks/_output/Erasable.ml 104.0 MiB 104.0 MiB +0.0% 0.41s 0.43s +6.1%
tests/micro-benchmarks/_output/ExtractMutRecTypesAndTerms.ml 98.0 MiB 98.0 MiB +0.0% 0.37s 0.39s +5.5%
…/micro-benchmarks/_output/InlineForExtractionNormRequest.ml 98.0 MiB 98.0 MiB +0.0% 0.36s 0.38s +5.2%
tests/micro-benchmarks/_output/MachineIntegerConstants.ml 227.0 MiB 227.0 MiB +0.0% 1.22s 1.32s +7.7%
tests/micro-benchmarks/_output/MatchRest.fst.output 112.0 MiB 113.0 MiB +0.9% 0.44s 0.45s +2.3%
tests/micro-benchmarks/_output/StringOfExn.ml 196.0 MiB 196.0 MiB +0.0% 1.09s 1.13s +3.7%
tests/micro-benchmarks/_output/TestSeq.ml 198.0 MiB 196.0 MiB -1.0% 1.10s 1.13s +2.3%
tests/micro-benchmarks/_output/TestStrings.ml 174.0 MiB 174.0 MiB +0.0% 0.95s 1.00s +5.8%
tests/micro-benchmarks/_output/Typos.fst.output 90.9 MiB 88.9 MiB -2.1% 0.24s 0.26s +7.3%
tests/micro-benchmarks/_output/UseRBMap.ml 251.0 MiB 251.0 MiB +0.0% 1.53s 1.60s +4.5%
tests/micro-benchmarks/_output/UseRBSet.ml 251.0 MiB 251.0 MiB +0.0% 1.52s 1.60s +5.2%
tests/prettyprinting/_output/Arrows.fst.printed 40.2 MiB 40.0 MiB -0.5% 0.06s 0.06s +3.3%
tests/prettyprinting/_output/Arrows.fst.printedinplace 40.2 MiB 40.2 MiB +0.0% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/Bug2181.fst.printed 38.2 MiB 38.1 MiB -0.3% 0.06s 0.06s +5.2%
tests/prettyprinting/_output/Bug2181.fst.printedinplace 38.0 MiB 38.1 MiB +0.1% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/Bug3560.fst.printed 38.2 MiB 38.2 MiB +0.0% 0.06s 0.06s +8.9%
tests/prettyprinting/_output/Bug3560.fst.printedinplace 38.1 MiB 38.2 MiB +0.2% 0.06s 0.06s +1.7%
tests/prettyprinting/_output/DTuples.fst.printed 38.2 MiB 38.0 MiB -0.3% 0.06s 0.06s +6.9%
tests/prettyprinting/_output/DTuples.fst.printedinplace 38.0 MiB 38.0 MiB +0.1% 0.06s 0.06s +6.7%
tests/prettyprinting/_output/Decreases.fst.printed 38.1 MiB 38.1 MiB -0.1% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/Decreases.fst.printedinplace 38.1 MiB 38.2 MiB +0.1% 0.06s 0.06s +5.1%
tests/prettyprinting/_output/Fsdocs.fst.printed 38.0 MiB 38.1 MiB +0.4% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/Fsdocs.fst.printedinplace 38.2 MiB 38.2 MiB -0.1% 0.06s 0.06s +1.7%
tests/prettyprinting/_output/Match.Returns.fst.printed 38.0 MiB 38.0 MiB -0.0% 0.06s 0.06s +1.7%
…sts/prettyprinting/_output/Match.Returns.fst.printedinplace 38.2 MiB 38.0 MiB -0.4% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/MetaArgs.fst.printed 38.2 MiB 38.2 MiB -0.0% 0.06s 0.06s +1.7%
tests/prettyprinting/_output/MetaArgs.fst.printedinplace 40.1 MiB 38.2 MiB -4.8% 0.06s 0.06s +5.1%
tests/prettyprinting/_output/Patterns.fst.printed 38.0 MiB 38.1 MiB +0.1% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/Patterns.fst.printedinplace 38.1 MiB 38.0 MiB -0.0% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/SeqLit.fst.printed 38.2 MiB 38.0 MiB -0.4% 0.06s 0.06s +1.7%
tests/prettyprinting/_output/SeqLit.fst.printedinplace 38.2 MiB 38.2 MiB +0.1% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/Sequence.fst.printed 38.0 MiB 38.0 MiB -0.0% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/Sequence.fst.printedinplace 38.2 MiB 40.2 MiB +5.3% 0.06s 0.06s +5.2%
tests/prettyprinting/_output/Tuples.fst.printed 38.0 MiB 38.1 MiB +0.1% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/Tuples.fst.printedinplace 38.0 MiB 38.2 MiB +0.4% 0.06s 0.06s +1.7%
tests/prettyprinting/_output/TypeClasses.fst.printed 38.0 MiB 38.1 MiB +0.1% 0.06s 0.06s +3.3%
tests/prettyprinting/_output/TypeClasses.fst.printedinplace 38.1 MiB 38.1 MiB +0.3% 0.06s 0.06s +1.6%
tests/projectors/.depend 53.0 MiB 53.2 MiB +0.3% 0.31s 0.32s +2.9%
tests/projectors/_cache/Bug3166.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.82s 0.86s +4.4%
tests/projectors/_cache/MonadFull.Class.fst.checked 149.0 MiB 149.0 MiB +0.0% 0.64s 0.69s +8.1%
tests/projectors/_cache/MonadFull.fst.checked 147.0 MiB 147.0 MiB +0.0% 0.65s 0.67s +2.1%
tests/restricted_includes/.depend 54.0 MiB 51.9 MiB -3.9% 0.27s 0.29s +9.4%
tests/restricted_includes/_cache/Consumer.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.48s 0.47s -3.3%
…s/restricted_includes/_cache/ConsumerInterface.fsti.checked 141.0 MiB 142.0 MiB +0.7% 0.50s 0.52s +2.4%
tests/restricted_includes/_cache/Definitions.fst.checked 112.0 MiB 112.0 MiB +0.0% 0.42s 0.43s +3.6%
…stricted_includes/_cache/DoubleIndirectConsumer.fst.checked 122.0 MiB 121.0 MiB -0.8% 0.42s 0.44s +5.0%
…sts/restricted_includes/_cache/IndirectConsumer.fst.checked 122.0 MiB 122.0 MiB +0.0% 0.43s 0.45s +3.7%
tests/restricted_includes/_cache/OpenOperators.fst.checked 88.8 MiB 88.7 MiB -0.1% 0.26s 0.26s +1.2%
…/restricted_includes/_cache/TypeclassDefinition.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.42s 0.43s +2.1%
…ts/restricted_includes/_cache/TypeclassInstance.fst.checked 121.0 MiB 119.0 MiB -1.7% 0.42s 0.43s +2.9%
tests/semiring/.depend 57.3 MiB 57.4 MiB +0.2% 0.34s 0.35s +5.3%
tests/semiring/_cache/CanonCommSemiring.Test.fst.checked 432.0 MiB 438.0 MiB +1.4% 5.92s 6.59s +11.4%
tests/semiring/_cache/CanonCommSemiring.fst.checked 615.0 MiB 612.0 MiB -0.5% 14.96s 15.94s +6.6%
tests/semiring/_output/CanonCommSemiring.interpreted 219.0 MiB 221.0 MiB +0.9% 1.18s 1.28s +8.7%
tests/semiring/_output/CanonCommSemiring.ml 265.0 MiB 265.0 MiB +0.0% 1.85s 1.96s +5.7%
tests/semiring/_output/CanonCommSemiring.native 220.0 MiB 221.0 MiB +0.5% 1.19s 1.24s +5.0%
tests/tactics/.depend 77.3 MiB 76.2 MiB -1.5% 1.18s 1.21s +2.9%
tests/tactics/Hacl.Meta.Use.fst.test 182.0 MiB 182.0 MiB +0.0% 1.16s 1.19s +1.9%
tests/tactics/Hacl_Meta.ml 219.0 MiB 219.0 MiB +0.0% 1.44s 1.50s +3.8%
tests/tactics/_cache/Admit.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.77s 0.80s +3.8%
tests/tactics/_cache/Alt.fst.checked 173.0 MiB 171.0 MiB -1.2% 0.78s 0.83s +7.6%
tests/tactics/_cache/AndElim.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.72s 0.74s +2.6%
tests/tactics/_cache/AnnoyingVCs.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.82s 0.86s +5.1%
tests/tactics/_cache/Apply.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.74s 0.77s +4.6%
tests/tactics/_cache/ApplyLemma.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.73s 0.78s +6.0%
tests/tactics/_cache/BQual.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.81s 0.84s +4.0%
tests/tactics/_cache/Branch.fst.checked 190.0 MiB 189.0 MiB -0.5% 0.89s 0.96s +7.3%
tests/tactics/_cache/Bug1252.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.77s 0.81s +4.9%
tests/tactics/_cache/Bug1256.fst.checked 188.0 MiB 192.0 MiB +2.1% 1.07s 1.13s +5.8%
tests/tactics/_cache/Bug1270.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.82s 0.88s +7.2%
tests/tactics/_cache/Bug1272.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.74s 0.76s +2.3%
tests/tactics/_cache/Bug1299.fst.checked 191.0 MiB 192.0 MiB +0.5% 0.85s 0.89s +3.7%
tests/tactics/_cache/Bug3175.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.73s 0.76s +3.3%
tests/tactics/_cache/CallSubtac.fst.checked 264.0 MiB 266.0 MiB +0.8% 2.47s 2.49s +0.6%
tests/tactics/_cache/Caller.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.72s 0.75s +4.5%
tests/tactics/_cache/Cases.fst.checked 195.0 MiB 195.0 MiB +0.0% 0.91s 0.94s +3.4%
tests/tactics/_cache/Change.fst.checked 189.0 MiB 191.0 MiB +1.1% 0.78s 0.82s +5.2%
tests/tactics/_cache/CharConstants.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.81s 0.82s +1.1%
tests/tactics/_cache/CheckEquiv.fst.checked 176.0 MiB 177.0 MiB +0.6% 0.93s 0.97s +4.1%
tests/tactics/_cache/CheckMatchComplete.fst.checked 209.0 MiB 210.0 MiB +0.5% 1.24s 1.30s +4.6%
tests/tactics/_cache/Clear.fst.checked 202.0 MiB 203.0 MiB +0.5% 0.90s 0.96s +6.2%
tests/tactics/_cache/Coercions.fst.checked 176.0 MiB 177.0 MiB +0.6% 0.84s 0.91s +8.1%
tests/tactics/_cache/CommuteMatch.fst.checked 208.0 MiB 208.0 MiB +0.0% 1.04s 1.09s +4.4%
tests/tactics/_cache/CoreCheckMatch.fst.checked 294.0 MiB 295.0 MiB +0.3% 3.54s 3.86s +9.0%
tests/tactics/_cache/Cut.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.75s 0.80s +5.9%
tests/tactics/_cache/DeltaDepth.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.85s 0.89s +4.6%
tests/tactics/_cache/DependentSynth.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.79s 0.81s +2.3%
tests/tactics/_cache/Destruct.fst.checked 253.0 MiB 255.0 MiB +0.8% 2.08s 2.13s +2.4%
tests/tactics/_cache/Div.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.74s 0.76s +3.7%
tests/tactics/_cache/EExists.fst.checked 181.0 MiB 183.0 MiB +1.1% 0.97s 1.02s +4.6%
tests/tactics/_cache/ElimExists.fst.checked 191.0 MiB 189.0 MiB -1.0% 0.81s 0.81s +1.0%
tests/tactics/_cache/EnvSquash.fst.checked 193.0 MiB 195.0 MiB +1.0% 0.86s 0.94s +9.1%
tests/tactics/_cache/Fail.fst.checked 169.0 MiB 170.0 MiB +0.6% 0.73s 0.76s +3.3%
tests/tactics/_cache/FailFlow.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.81s 0.83s +2.3%
tests/tactics/_cache/Fresh.fst.checked 172.0 MiB 174.0 MiB +1.2% 0.82s 0.86s +5.2%
tests/tactics/_cache/GRewrite.fst.checked 197.0 MiB 198.0 MiB +0.5% 0.96s 1.04s +8.4%
tests/tactics/_cache/Get.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.72s 0.77s +6.0%
tests/tactics/_cache/Goals.fst.checked 200.0 MiB 199.0 MiB -0.5% 1.03s 1.11s +6.9%
tests/tactics/_cache/Hacl.Meta.Use.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.75s 0.78s +4.3%
tests/tactics/_cache/Hacl.Meta.fst.checked 194.0 MiB 196.0 MiB +1.0% 0.88s 0.92s +4.3%
tests/tactics/_cache/HoleBy.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.80s 0.83s +3.5%
tests/tactics/_cache/Ill1.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.72s 0.77s +6.2%
tests/tactics/_cache/Ill2.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.71s 0.74s +3.8%
tests/tactics/_cache/InspectEffComp.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.84s 0.90s +7.8%
tests/tactics/_cache/Instantiate.fst.checked 190.0 MiB 191.0 MiB +0.5% 0.88s 0.92s +4.2%
tests/tactics/_cache/Join.fst.checked 331.0 MiB 330.0 MiB -0.3% 4.96s 5.40s +8.9%
tests/tactics/_cache/LN.fst.checked 188.0 MiB 189.0 MiB +0.5% 0.78s 0.81s +3.5%
tests/tactics/_cache/Labels.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.73s 0.79s +8.8%
tests/tactics/_cache/LaxOn.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.75s 0.75s -0.1%
tests/tactics/_cache/LeftToRight.fst.checked 176.0 MiB 176.0 MiB +0.0% 0.94s 0.96s +2.9%
tests/tactics/_cache/LemmaArgs.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.84s 0.84s +0.4%
tests/tactics/_cache/Map.OpaqueToSMT.Test.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.29s 0.30s +3.1%
tests/tactics/_cache/Map.OpaqueToSMT.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.33s 0.33s +0.9%
tests/tactics/_cache/MetaArgs.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.78s 0.80s +2.2%
tests/tactics/_cache/MyMap.fst.checked 109.0 MiB 109.0 MiB +0.0% 0.31s 0.32s +4.2%
tests/tactics/_cache/NamedViewCtor.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.90s 0.94s +4.3%
tests/tactics/_cache/NatNeg.fst.checked 187.0 MiB 187.0 MiB +0.0% 0.76s 0.78s +3.4%
tests/tactics/_cache/NatPos.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.73s 0.76s +4.0%
tests/tactics/_cache/Neg.fst.checked 200.0 MiB 200.0 MiB +0.0% 0.85s 0.88s +3.3%
tests/tactics/_cache/Nest.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.78s 0.80s +1.5%
tests/tactics/_cache/NoDuplicateSplice.fst.checked 194.0 MiB 194.0 MiB +0.0% 0.88s 0.91s +3.4%
tests/tactics/_cache/NonTot.fst.checked 169.0 MiB 171.0 MiB +1.2% 0.73s 0.76s +3.4%
tests/tactics/_cache/NormBinderType.fst.checked 191.0 MiB 192.0 MiB +0.5% 0.83s 0.87s +4.7%
tests/tactics/_cache/PackInd.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.87s 0.89s +2.8%
tests/tactics/_cache/PackInd2.fst.checked 195.0 MiB 197.0 MiB +1.0% 0.95s 0.99s +4.4%
tests/tactics/_cache/Parsing.fst.checked 193.0 MiB 193.0 MiB +0.0% 0.91s 0.94s +3.4%
tests/tactics/_cache/PluginReturned.fst.checked 170.0 MiB 171.0 MiB +0.6% 0.75s 0.79s +5.5%
tests/tactics/_cache/PointwiseLoop.fst.checked 204.0 MiB 203.0 MiB -0.5% 0.95s 0.96s +1.3%
tests/tactics/_cache/Pose.fst.checked 187.0 MiB 187.0 MiB +0.0% 0.75s 0.81s +7.6%
tests/tactics/_cache/PoseLemma.fst.checked 189.0 MiB 189.0 MiB +0.0% 0.83s 0.82s -1.1%
tests/tactics/_cache/Postprocess.fst.checked 223.0 MiB 225.0 MiB +0.9% 1.45s 1.57s +8.6%
tests/tactics/_cache/PostprocessType.fst.checked 168.0 MiB 168.0 MiB +0.0% 0.71s 0.74s +4.5%
tests/tactics/_cache/Prettify.fst.checked 941.0 MiB 984.0 MiB +4.6% 21.19s 23.95s +13.0%
tests/tactics/_cache/Pruning.fst.checked 305.0 MiB 308.0 MiB +1.0% 2.51s 2.71s +8.0%
tests/tactics/_cache/Quals.fst.checked 195.0 MiB 195.0 MiB +0.0% 0.97s 0.98s +1.0%
tests/tactics/_cache/Raise.fst.checked 198.0 MiB 199.0 MiB +0.5% 0.96s 1.02s +6.6%
tests/tactics/_cache/ReflectionMisc.fst.checked 197.0 MiB 198.0 MiB +0.5% 0.97s 0.99s +2.1%
tests/tactics/_cache/Reflexivity.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.81s 0.82s +1.9%
tests/tactics/_cache/Rename.fst.checked 172.0 MiB 173.0 MiB +0.6% 0.81s 0.87s +6.9%
tests/tactics/_cache/Retype.fst.checked 183.0 MiB 183.0 MiB +0.0% 0.93s 1.00s +8.3%
tests/tactics/_cache/RewriteInArrow.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.77s 0.81s +5.7%
tests/tactics/_cache/SMTSync.fst.checked 193.0 MiB 195.0 MiB +1.0% 0.89s 0.91s +2.0%
tests/tactics/_cache/SolvedWitness.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.74s 0.76s +3.5%
tests/tactics/_cache/Splice.fst.checked 200.0 MiB 200.0 MiB +0.0% 1.01s 1.08s +6.9%
tests/tactics/_cache/Splice2.fst.checked 187.0 MiB 187.0 MiB +0.0% 0.77s 0.77s +0.1%
tests/tactics/_cache/SpliceVal.Use.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.70s 0.75s +6.6%
tests/tactics/_cache/SpliceVal.fst.checked 197.0 MiB 198.0 MiB +0.5% 0.97s 1.02s +5.8%
tests/tactics/_cache/SpliceVal.fsti.checked 194.0 MiB 192.0 MiB -1.0% 0.84s 0.86s +2.3%
tests/tactics/_cache/State.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.77s 0.80s +3.4%
tests/tactics/_cache/SyntaxBasics.fst.checked 242.0 MiB 247.0 MiB +2.1% 1.83s 1.96s +6.9%
tests/tactics/_cache/SyntaxTest.fst.checked 218.0 MiB 222.0 MiB +1.8% 1.73s 1.87s +8.6%
tests/tactics/_cache/Synthesis.fst.checked 210.0 MiB 213.0 MiB +1.4% 1.31s 1.46s +11.2%
tests/tactics/_cache/TReflGuards.fst.checked 190.0 MiB 190.0 MiB +0.0% 0.81s 0.85s +4.7%
tests/tactics/_cache/TacF.fst.checked 190.0 MiB 189.0 MiB -0.5% 0.83s 0.85s +2.9%
tests/tactics/_cache/Test.CanonCommMonoid.fst.checked 241.0 MiB 244.0 MiB +1.2% 3.53s 3.86s +9.2%
…tactics/_cache/Test.CanonCommMonoidSimple.Equiv.fst.checked 192.0 MiB 192.0 MiB +0.0% 0.87s 0.91s +5.4%
tests/tactics/_cache/Test.CanonCommMonoidSimple.fst.checked 195.0 MiB 196.0 MiB +0.5% 1.06s 1.10s +3.1%
tests/tactics/_cache/Test.CanonCommSemiring.fst.checked 218.0 MiB 218.0 MiB +0.0% 1.00s 1.01s +1.5%
tests/tactics/_cache/Test.CanonMonoid.fst.checked 214.0 MiB 214.0 MiB +0.0% 1.09s 1.15s +4.9%
tests/tactics/_cache/Test.LaxTermEq.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.76s 0.81s +7.0%
tests/tactics/_cache/Test.TypeRepr.fst.checked 225.0 MiB 227.0 MiB +0.9% 1.21s 1.26s +4.4%
tests/tactics/_cache/TestBV.fst.checked 233.0 MiB 234.0 MiB +0.4% 1.66s 1.69s +1.4%
tests/tactics/_cache/TestMApply.fst.checked 177.0 MiB 175.0 MiB -1.1% 0.88s 0.94s +6.7%
tests/tactics/_cache/TestPprint.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.73s 0.79s +6.9%
tests/tactics/_cache/Trans.fst.checked 188.0 MiB 188.0 MiB +0.0% 0.77s 0.81s +5.1%
tests/tactics/_cache/Unbound.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.73s 0.77s +4.2%
tests/tactics/_cache/Unfold.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.76s 0.80s +5.1%
tests/tactics/_cache/Unify.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.84s 0.88s +5.1%
tests/tactics/_cache/UnitTests.fst.checked 213.0 MiB 214.0 MiB +0.5% 1.35s 1.40s +3.9%
tests/tactics/_cache/Univs.fst.checked 175.0 MiB 175.0 MiB +0.0% 0.87s 0.88s +0.8%
tests/tactics/_cache/UnknownSynth.fst.checked 169.0 MiB 169.0 MiB +0.0% 0.74s 0.76s +3.0%
tests/tactics/_cache/Unresolved.fst.checked 171.0 MiB 169.0 MiB -1.2% 0.71s 0.74s +3.8%
tests/tactics/_cache/VC.fst.checked 173.0 MiB 174.0 MiB +0.6% 0.80s 0.86s +8.4%
tests/tactics/_cache/VQuote.fst.checked 89.3 MiB 89.5 MiB +0.3% 0.28s 0.28s +0.4%
tests/tactics/_cache/WeakVsHNF.fst.checked 236.0 MiB 243.0 MiB +3.0% 1.99s 2.12s +6.4%
tests/tactics/_cache/Wild.fst.checked 194.0 MiB 194.0 MiB +0.0% 0.86s 0.90s +4.9%
tests/tactics/_output/Postprocess.fst.output 226.0 MiB 227.0 MiB +0.4% 1.52s 1.61s +5.8%
tests/tactics/_output/PostprocessType.ml 219.0 MiB 219.0 MiB +0.0% 1.43s 1.50s +4.4%
tests/typeclasses/.depend 56.5 MiB 56.6 MiB +0.2% 0.41s 0.45s +8.2%
tests/typeclasses/_cache/Bug2591.fst.checked 123.0 MiB 123.0 MiB +0.0% 0.47s 0.51s +6.5%
tests/typeclasses/_cache/Bug2591b.fst.checked 140.0 MiB 141.0 MiB +0.7% 0.48s 0.51s +6.0%
tests/typeclasses/_cache/Bug3130.fst.checked 122.0 MiB 123.0 MiB +0.8% 0.48s 0.51s +6.7%
tests/typeclasses/_cache/Bug3130b.fst.checked 171.0 MiB 171.0 MiB +0.0% 0.78s 0.80s +3.1%
tests/typeclasses/_cache/Bug3130c.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.53s 0.56s +4.3%
tests/typeclasses/_cache/Bug3130d.fst.checked 283.0 MiB 284.0 MiB +0.4% 3.39s 3.87s +14.0%
tests/typeclasses/_cache/Bug3130e.fst.checked 144.0 MiB 144.0 MiB +0.0% 0.60s 0.62s +4.2%
tests/typeclasses/_cache/Bug3130f.fst.checked 121.0 MiB 121.0 MiB +0.0% 0.46s 0.48s +4.4%
tests/typeclasses/_cache/CoallesceConstraints.fst.checked 170.0 MiB 170.0 MiB +0.0% 0.74s 0.77s +4.2%
tests/typeclasses/_cache/Debug.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.44s 0.45s +2.8%
tests/typeclasses/_cache/Extend.fst.checked 200.0 MiB 199.0 MiB -0.5% 1.02s 1.03s +0.7%
tests/typeclasses/_cache/Fundeps.fst.checked 125.0 MiB 125.0 MiB +0.0% 0.53s 0.54s +3.2%
tests/typeclasses/_cache/Higher.fst.checked 144.0 MiB 144.0 MiB +0.0% 0.62s 0.63s +1.4%
tests/typeclasses/_cache/NoInst.fst.checked 143.0 MiB 143.0 MiB +0.0% 0.56s 0.58s +3.4%
tests/typeclasses/_cache/NoMethod.fst.checked 123.0 MiB 121.0 MiB -1.6% 0.44s 0.45s +2.5%
tests/typeclasses/_cache/Refinements.fst.checked 148.0 MiB 148.0 MiB +0.0% 0.70s 0.73s +3.0%
tests/typeclasses/_cache/SolveUnderscore.fst.checked 121.0 MiB 122.0 MiB +0.8% 0.46s 0.47s +1.5%
tests/typeclasses/_cache/Superclass.fst.checked 122.0 MiB 121.0 MiB -0.8% 0.44s 0.48s +7.7%
tests/typeclasses/_cache/TWal1107.fst.checked 201.0 MiB 201.0 MiB +0.0% 0.99s 1.06s +6.5%
tests/typeclasses/_cache/Unfold.fst.checked 120.0 MiB 121.0 MiB +0.8% 0.44s 0.44s -0.7%
tests/typeclasses/_cache/Unit.fst.checked 122.0 MiB 120.0 MiB -1.6% 0.43s 0.45s +2.5%
tests/vale/.depend 59.8 MiB 59.7 MiB -0.3% 0.47s 0.51s +8.1%
tests/vale/_cache/Asm1.fst.checked 175.0 MiB 177.0 MiB +1.1% 1.39s 1.53s +10.4%
tests/vale/_cache/Asm2.fst.checked 117.0 MiB 117.0 MiB +0.0% 0.45s 0.45s -1.5%
tests/vale/_cache/Calc.fst.checked 191.0 MiB 191.0 MiB +0.0% 0.83s 0.90s +8.0%
tests/vale/_cache/DeltaAttr.fst.checked 172.0 MiB 172.0 MiB +0.0% 0.84s 0.83s -0.8%
tests/vale/_cache/Opaque_i.fst.checked 107.0 MiB 107.0 MiB +0.0% 0.28s 0.27s -1.1%
tests/vale/_cache/Opaque_i.fsti.checked 88.4 MiB 88.4 MiB -0.0% 0.25s 0.24s -3.6%
tests/vale/_cache/TransparentMap.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.39s 0.40s +2.6%
tests/vale/_cache/X64.Machine_s.fst.checked 136.0 MiB 136.0 MiB +0.0% 0.68s 0.72s +7.0%
tests/vale/_cache/X64.Poly1305.Bitvectors_i.fst.checked 308.0 MiB 310.0 MiB +0.6% 7.02s 7.52s +7.1%
tests/vale/_cache/X64.Poly1305.Bitvectors_i.fsti.checked 168.0 MiB 169.0 MiB +0.6% 1.66s 1.73s +4.3%
tests/vale/_cache/X64.Poly1305.Math_i.fst.checked 312.0 MiB 313.0 MiB +0.3% 3.53s 3.67s +3.9%
tests/vale/_cache/X64.Poly1305.Math_i.fsti.checked 170.0 MiB 171.0 MiB +0.6% 1.17s 1.22s +5.1%
tests/vale/_cache/X64.Poly1305.Spec_s.fst.checked 137.0 MiB 137.0 MiB +0.0% 0.64s 0.68s +5.4%
tests/vale/_cache/X64.Print_s.fst.checked 209.0 MiB 209.0 MiB +0.0% 1.36s 1.44s +5.7%
tests/vale/_cache/X64.Semantics_s.fst.checked 229.0 MiB 230.0 MiB +0.4% 2.86s 3.00s +5.0%
tests/vale/_cache/X64.Vale.Decls.fst.checked 412.0 MiB 413.0 MiB +0.2% 85.86s 87.55s +2.0%
tests/vale/_cache/X64.Vale.Decls.fsti.checked 172.0 MiB 172.0 MiB +0.0% 1.27s 1.36s +6.6%
tests/vale/_cache/X64.Vale.Lemmas_i.fst.checked 164.0 MiB 164.0 MiB +0.0% 1.02s 1.04s +2.0%
tests/vale/_cache/X64.Vale.Lemmas_i.fsti.checked 157.0 MiB 157.0 MiB +0.0% 0.73s 0.76s +3.4%
tests/vale/_cache/X64.Vale.Regs_i.fst.checked 113.0 MiB 113.0 MiB +0.0% 0.34s 0.35s +5.0%
tests/vale/_cache/X64.Vale.Regs_i.fsti.checked 93.4 MiB 93.5 MiB +0.1% 0.29s 0.30s +3.4%
tests/vale/_cache/X64.Vale.StateLemmas_i.fst.checked 163.0 MiB 164.0 MiB +0.6% 1.15s 1.17s +1.6%
tests/vale/_cache/X64.Vale.StateLemmas_i.fsti.checked 152.0 MiB 152.0 MiB +0.0% 0.63s 0.63s +0.6%
tests/vale/_cache/X64.Vale.State_i.fsti.checked 119.0 MiB 120.0 MiB +0.8% 0.50s 0.52s +3.6%
tests/vale/_cache/X64.Vale.StrongPost_i.fst.checked 260.0 MiB 262.0 MiB +0.8% 3.09s 3.36s +8.7%
tests/vale/_cache/X64.Vale.StrongPost_i.fsti.checked 218.0 MiB 219.0 MiB +0.5% 1.89s 1.98s +4.8%
tests/vale/_output/DeltaAttr.fst.output 178.0 MiB 178.0 MiB +0.0% 0.85s 0.89s +4.8%

Note: Time measurements are from single runs and may be noisy, especially for fast tests. Memory measurements are generally more deterministic. Tests with baseline time < 0.1s are excluded from time statistics. The geometric mean (Geo Mean) of the patched/baseline ratio is the most robust summary statistic for performance comparisons (1.0× = no change, <1× = improvement).


📎 Download HTML report and raw .ramon files

Our bench pipeline measures memory usage via ramon, which reports the
memory of the whole cgroup (including Z3). This can be fixed, but can
vary significantly anyway due to randomness is the system and the OCaml
GC. Luckily, OCaml provides a way to query the peak bytes used by the
heap, which we can write out and parse when benchmarking.  This makes
memory measurements much more stable (but not fully determistic).
@mtzguido

Copy link
Copy Markdown
Owner Author

!rebase

Port key ideas from PR FStarLang#3970 (subst improvements):

1. delay: Don't coalesce nested Tm_delayed nodes. Previously, delay
   would compose substitutions when encountering an existing Tm_delayed,
   which breaks structural sharing and causes quadratic memory blowup
   on deeply nested let-expressions (issue FStarLang#3800).

2. push_subst: Handle Tm_delayed by recursing through compress_subst
   instead of failing. This allows nested delayed substitutions to be
   resolved incrementally.

3. Tm_uvar: Use simple compose_subst instead of compose_uvar_subst
   in push_subst.

4. compress: Simplified to a single recursive function that resolves
   uvars and pushes substitutions in one pass.

Benchmarks (1116 matched tests, heavy tests > 100 MiB):
  Memory: median +0.0%, mean -0.1%, range [-20.4%, +4.3%]
  (Main impact is on pathological cases like issue FStarLang#3800.)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mtzguido

Copy link
Copy Markdown
Owner Author

!bench

@github-actions

Copy link
Copy Markdown

🔬 F* Performance Comparison

Baseline: Base (master @ 8067f9763acaf077aca1c602d989130c5e0a237c) | Patched: PR #20 (perf-0004 @ 4b0f18243df1818595ed7b96552ded070fc02d1b) | Matched: 2042 tests

Summary

Metric Median Mean Geo Mean Std Dev P5 → P95 Min → Max
Memory +0.0% +0.2% 1.002× 0.8% -0.2% → +0.9% -2.6% → +32.0%
Time +3.0% +3.2% 1.032× 4.1% -1.2% → +7.6% -5.2% → +101.3%

Totals: Memory: 675.4 MiB | Time: +90.8s

Change Distribution

Metric 🟢 Improved (>5%) ⚪ Unchanged (±5%) 🔴 Regressed (>5%)
Memory 0 (0%) 2041 (100%) 1 (0%)
Time 1 (0%) 1556 (78%) 434 (22%)

Heavy Tests (baseline > 100 MiB, n=804)

Metric Median Mean Geo Mean Std Dev P5 → P95
Memory +0.1% +0.3% 1.003× 1.2% -0.2% → +1.1%
Time +3.3% +3.8% 1.037× 5.5% -0.4% → +8.0%
📉 Top 20 Memory Improvements
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/calc/_cache/Long.fst.checked 860.8 MiB 838.6 MiB -2.6% 19.45s 20.93s +7.6%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 569.5 MiB 564.6 MiB -0.9% 27.29s 28.16s +3.2%
…ples/dsls/bool_refinement/_cache/BoolRefinement.fst.checked 651.9 MiB 648.3 MiB -0.6% 52.64s 54.54s +3.6%
tests/semiring/_cache/CanonCommSemiring.fst.checked 508.2 MiB 505.2 MiB -0.6% 14.54s 15.16s +4.2%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.4 GiB 1.4 GiB -0.2% 21.22s 22.36s +5.4%
pulse/test/bug-reports/_cache/Bug172.fst.checked 90.4 MiB 88.2 MiB -2.4% 0.23s 0.24s +3.4%
tests/machine_integers/_cache/TestShift.fst.checked 231.9 MiB 229.8 MiB -0.9% 2.26s 2.37s +5.0%
pulse/test/_cache/Example.Hashtable.fst.checked 329.0 MiB 327.0 MiB -0.6% 1.85s 1.96s +5.8%
pulse/test/_cache/Example.TestOnAutomation.fst.checked 308.0 MiB 306.0 MiB -0.6% 1.74s 1.82s +5.1%
pulse/test/_cache/Matches.fst.checked 306.0 MiB 304.0 MiB -0.7% 1.56s 1.56s +0.1%
pulse/test/nolib/_cache/Test.RewriteBy.fst.checked 247.0 MiB 245.0 MiB -0.8% 1.06s 1.08s +1.9%
…s/data_structures/_cache/BinaryTreesEnumeration.fst.checked 200.9 MiB 198.9 MiB -1.0% 2.90s 3.08s +6.4%
doc/book/code/_cache/Vec.fst.checked 154.5 MiB 153.4 MiB -0.7% 1.71s 1.81s +6.0%
examples/preorders/_cache/Protocol.fst.checked 255.0 MiB 254.0 MiB -0.4% 16.81s 16.95s +0.8%
examples/rel/_cache/ReifyLong.fst.checked 1.0 GiB 1.0 GiB -0.1% 16.68s 18.35s +10.0%
pulse/test/_cache/BangBang.fst.checked 315.0 MiB 314.0 MiB -0.3% 1.75s 1.81s +3.9%
pulse/test/_cache/BorrowsExample.fst.checked 405.0 MiB 404.0 MiB -0.2% 4.48s 4.59s +2.4%
pulse/test/_cache/Goto.fst.checked 343.0 MiB 342.0 MiB -0.3% 2.65s 2.67s +0.9%
pulse/test/_cache/MatchBasic.fst.checked 317.0 MiB 316.0 MiB -0.3% 1.97s 2.04s +3.2%
pulse/test/_cache/SlpropDefn.fst.checked 281.0 MiB 280.0 MiB -0.4% 1.25s 1.29s +3.3%
📈 Top 20 Memory Regressions
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 757.5 MiB 1000.0 MiB +32.0% 24.37s 49.04s +101.3%
tests/tactics/_cache/Prettify.fst.checked 793.4 MiB 830.3 MiB +4.7% 20.12s 21.59s +7.3%
pulse/test/_output/Defer.ml 395.0 MiB 407.0 MiB +3.0% 2.94s 3.06s +3.8%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 315.9 MiB 324.5 MiB +2.7% 7.42s 8.68s +16.9%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 569.9 MiB 577.3 MiB +1.3% 29.02s 30.42s +4.8%
…s/micro-benchmarks/_cache/RecordFieldAttributes.fst.checked 197.1 MiB 204.5 MiB +3.7% 1.92s 2.01s +5.0%
tests/tactics/_cache/WeakVsHNF.fst.checked 208.8 MiB 215.6 MiB +3.2% 1.89s 2.06s +8.5%
examples/metatheory/_cache/LambdaOmega.fst.checked 377.4 MiB 384.0 MiB +1.8% 12.52s 12.90s +3.0%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 529.4 MiB 535.7 MiB +1.2% 37.65s 38.52s +2.3%
tests/semiring/_cache/CanonCommSemiring.Test.fst.checked 360.7 MiB 366.9 MiB +1.7% 5.80s 6.22s +7.2%
examples/dsls/stlc/_cache/STLC.Core.fst.checked 362.4 MiB 367.9 MiB +1.5% 7.24s 7.69s +6.2%
tests/hacl/_cache/Lib.Sequence.Lemmas.fsti.checked 308.2 MiB 312.9 MiB +1.5% 5.75s 5.90s +2.7%
examples/oplss2021/_cache/OPLSS2021.IFC.fst.checked 176.3 MiB 180.7 MiB +2.5% 5.32s 5.51s +3.6%
examples/rel/_cache/Setoids.fst.checked 159.2 MiB 163.3 MiB +2.6% 9.75s 9.85s +1.0%
examples/algorithms/_cache/QuickSort.Array.fst.checked 143.8 MiB 147.8 MiB +2.8% 4.06s 4.11s +1.2%
tests/machine_integers/_cache/TestPrint.fst.checked 157.9 MiB 161.7 MiB +2.4% 1.55s 1.53s -1.4%
tests/bug-reports/closed/_cache/Bug1966a.fst.checked 172.1 MiB 175.6 MiB +2.0% 1.28s 1.34s +4.8%
tests/hacl/_cache/Lib.Exponentiation.Definition.fst.checked 252.5 MiB 255.8 MiB +1.3% 5.83s 6.31s +8.3%
tests/tactics/_cache/SyntaxTest.fst.checked 190.9 MiB 194.3 MiB +1.8% 1.67s 1.83s +9.6%
examples/layeredeffects/_cache/AlgWP.fst.checked 288.4 MiB 291.7 MiB +1.2% 8.75s 8.98s +2.6%
⬇️ Top 20 Time Improvements
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
examples/data_structures/_cache/RBTreeIntrinsic.fst.checked 167.1 MiB 167.6 MiB +0.3% 81.35s 79.74s -2.0%
examples/rel/_cache/Benton2004.DDCC.fst.checked 211.8 MiB 212.2 MiB +0.2% 37.40s 36.79s -1.6%
examples/data_structures/_cache/BinomialQueue.fst.checked 155.6 MiB 156.6 MiB +0.6% 41.99s 41.52s -1.1%
examples/rel/_cache/Benton2004.RHL.Examples.fst.checked 121.6 MiB 121.6 MiB -0.0% 39.40s 39.05s -0.9%
examples/rel/_cache/Benton2004.RHL.fst.checked 208.8 MiB 211.3 MiB +1.2% 10.21s 9.97s -2.4%
examples/tactics/eci19/_cache/ConstructiveLogic.fst.checked 160.8 MiB 161.3 MiB +0.3% 7.06s 6.83s -3.3%
tests/micro-benchmarks/_cache/BvBinaryOps.fst.checked 109.0 MiB 109.7 MiB +0.7% 3.80s 3.63s -4.4%
examples/algorithms/_cache/Unification.fst.checked 149.1 MiB 150.6 MiB +1.0% 3.77s 3.69s -2.0%
examples/verifythis/2015/_cache/Problem01.fst.checked 92.3 MiB 92.5 MiB +0.2% 2.24s 2.17s -2.9%
examples/rel/_cache/UnionFind.Functions.fst.checked 144.8 MiB 146.2 MiB +1.0% 2.78s 2.73s -1.8%
pulse/test/_cache/Break.fst.checked 361.0 MiB 361.0 MiB +0.0% 3.46s 3.41s -1.4%
examples/rel/_cache/IfcDelimitedReleaseReify.fst.checked 156.9 MiB 157.0 MiB +0.1% 5.41s 5.37s -0.9%
doc/book/code/_cache/Part1.Quicksort.fst.checked 96.3 MiB 97.6 MiB +1.3% 1.84s 1.79s -2.4%
pulse/test/bug-reports/_cache/BugIfFalse.fst.checked 298.0 MiB 298.0 MiB +0.0% 1.33s 1.30s -2.6%
tests/error-messages/_output/Monoid.fst.output 90.1 MiB 91.7 MiB +1.8% 1.13s 1.10s -2.7%
examples/preorders/_cache/ImmutableSTwHeaps.fst.checked 72.6 MiB 72.6 MiB +0.0% 0.54s 0.52s -5.2%
doc/old/tutorial/code/exercises/_cache/Ex07d.fst.checked 95.2 MiB 95.9 MiB +0.8% 1.65s 1.62s -1.6%
tests/micro-benchmarks/_cache/StrictUnfolding.fst.checked 206.0 MiB 206.2 MiB +0.1% 1.56s 1.53s -1.7%
pulse/test/bug-reports/_cache/Bug59.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.35s 1.32s -1.9%
examples/dm4free/_cache/FStar.DM4F.Heap.fst.checked 95.6 MiB 95.9 MiB +0.3% 1.52s 1.49s -1.6%
⬆️ Top 20 Time Regressions
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 757.5 MiB 1000.0 MiB +32.0% 24.37s 49.04s +101.3%
…ples/dsls/bool_refinement/_cache/BoolRefinement.fst.checked 651.9 MiB 648.3 MiB -0.6% 52.64s 54.54s +3.6%
tests/vale/_cache/X64.Vale.Decls.fst.checked 243.3 MiB 244.3 MiB +0.4% 79.43s 81.25s +2.3%
tests/machine_integers/BigList.memcheck 206.7 MiB 207.5 MiB +0.4% 1.88s 3.57s +89.9%
examples/rel/_cache/ReifyLong.fst.checked 1.0 GiB 1.0 GiB -0.1% 16.68s 18.35s +10.0%
tests/calc/_cache/Long.fst.checked 860.8 MiB 838.6 MiB -2.6% 19.45s 20.93s +7.6%
tests/tactics/_cache/Prettify.fst.checked 793.4 MiB 830.3 MiB +4.7% 20.12s 21.59s +7.3%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 569.9 MiB 577.3 MiB +1.3% 29.02s 30.42s +4.8%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 315.9 MiB 324.5 MiB +2.7% 7.42s 8.68s +16.9%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.4 GiB 1.4 GiB -0.2% 21.22s 22.36s +5.4%
tests/hacl/_cache/Lib.Sequence.fsti.checked 347.3 MiB 349.2 MiB +0.5% 8.09s 9.09s +12.3%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 569.5 MiB 564.6 MiB -0.9% 27.29s 28.16s +3.2%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 529.4 MiB 535.7 MiB +1.2% 37.65s 38.52s +2.3%
tests/semiring/_cache/CanonCommSemiring.fst.checked 508.2 MiB 505.2 MiB -0.6% 14.54s 15.16s +4.2%
examples/rel/_cache/IfcExampleReify2.fst.checked 130.5 MiB 130.6 MiB +0.0% 1.29s 1.90s +47.3%
tests/hacl/_cache/Lib.Exponentiation.Definition.fst.checked 252.5 MiB 255.8 MiB +1.3% 5.83s 6.31s +8.3%
examples/dsls/stlc/_cache/STLC.Core.fst.checked 362.4 MiB 367.9 MiB +1.5% 7.24s 7.69s +6.2%
examples/rel/_cache/Benton2004.fst.checked 182.0 MiB 183.3 MiB +0.7% 15.12s 15.55s +2.8%
tests/semiring/_cache/CanonCommSemiring.Test.fst.checked 360.7 MiB 366.9 MiB +1.7% 5.80s 6.22s +7.2%
examples/rel/_cache/Memo.fst.checked 213.2 MiB 214.7 MiB +0.7% 4.72s 5.11s +8.1%
📋 Full Comparison (2042 tests)
File Mem (base) Mem (patch) Mem Δ Time (base) Time (patch) Time Δ
bare-tests/.depend 19.5 MiB 19.5 MiB +0.0% 0.06s 0.06s +1.6%
bare-tests/_cache/A.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s -1.4%
bare-tests/_cache/Check.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +0.0%
bare-tests/_cache/FStar.Attributes.fsti.checked 27.0 MiB 27.7 MiB +2.8% 0.27s 0.27s +0.7%
bare-tests/_cache/Ix1.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +0.0%
bare-tests/_cache/Ix1.fsti.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s -1.4%
bare-tests/_cache/Ix2.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +0.0%
bare-tests/_cache/Ix2.fsti.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +0.0%
bare-tests/_cache/Ix3.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.08s +1.3%
bare-tests/_cache/Ix3.fsti.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s -1.4%
bare-tests/_cache/Ix4.fst.checked 23.1 MiB 23.5 MiB +1.9% 0.12s 0.12s +1.7%
bare-tests/_cache/Ix4.fsti.checked 23.0 MiB 23.1 MiB +0.5% 0.11s 0.11s -0.9%
bare-tests/_cache/NonexistentInclude.fst.checked 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +0.0%
bare-tests/_cache/Prims.fst.checked 29.8 MiB 30.3 MiB +1.9% 0.44s 0.44s +0.0%
bare-tests/_cache/Ticked.fst.checked 27.7 MiB 28.2 MiB +1.7% 0.22s 0.21s -3.2%
bare-tests/_output/Check.fst.output 28.8 MiB 29.2 MiB +1.2% 0.36s 0.36s +1.1%
bare-tests/_output/NonexistentInclude.fst.output 22.4 MiB 22.4 MiB +0.0% 0.07s 0.07s +1.4%
doc/book/code/.depend 35.4 MiB 35.3 MiB -0.4% 0.53s 0.56s +6.0%
doc/book/code/_cache/AdHocEffectPolymorphism.fst.checked 68.0 MiB 68.1 MiB +0.2% 0.46s 0.47s +0.2%
doc/book/code/_cache/Alex.fst.checked 64.1 MiB 64.7 MiB +0.9% 0.38s 0.40s +4.5%
doc/book/code/_cache/AlexOpaque.fst.checked 76.5 MiB 77.3 MiB +1.0% 0.69s 0.71s +3.0%
doc/book/code/_cache/Connectives.fst.checked 76.8 MiB 77.8 MiB +1.3% 0.68s 0.71s +5.6%
doc/book/code/_cache/Divergence.fst.checked 97.6 MiB 97.8 MiB +0.2% 0.96s 0.99s +2.9%
doc/book/code/_cache/FactorialTailRec.fst.checked 65.6 MiB 66.0 MiB +0.6% 0.61s 0.64s +4.1%
doc/book/code/_cache/GradedMonad.fst.checked 108.6 MiB 108.7 MiB +0.1% 0.78s 0.79s +1.4%
doc/book/code/_cache/HintReplay.fst.checked 59.4 MiB 59.5 MiB +0.1% 0.26s 0.27s +3.0%
doc/book/code/_cache/Imp.fst.checked 92.6 MiB 92.6 MiB +0.0% 1.36s 1.42s +4.3%
doc/book/code/_cache/LList.fst.checked 67.5 MiB 67.2 MiB -0.3% 0.49s 0.50s +2.6%
doc/book/code/_cache/MerkleTree.fst.checked 148.9 MiB 148.1 MiB -0.5% 1.75s 1.82s +3.6%
doc/book/code/_cache/MonadFunctorInference.fst.checked 106.8 MiB 107.1 MiB +0.3% 0.72s 0.73s +1.9%
doc/book/code/_cache/Part1.Assertions.fst.checked 60.2 MiB 60.4 MiB +0.3% 0.29s 0.30s +3.1%
doc/book/code/_cache/Part1.GettingOffTheGround.fst.checked 67.6 MiB 67.5 MiB -0.2% 0.51s 0.53s +4.7%
doc/book/code/_cache/Part1.Inductives.fst.checked 74.4 MiB 74.8 MiB +0.6% 0.65s 0.69s +5.5%
doc/book/code/_cache/Part1.Lemmas.fst.checked 101.1 MiB 102.7 MiB +1.6% 1.53s 1.58s +3.5%
doc/book/code/_cache/Part1.Poly.fst.checked 60.5 MiB 60.5 MiB -0.1% 0.28s 0.28s +0.7%
doc/book/code/_cache/Part1.Poly2.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.25s 0.26s +2.8%
doc/book/code/_cache/Part1.Quicksort.Generic.fst.checked 88.0 MiB 89.1 MiB +1.2% 1.12s 1.19s +7.0%
doc/book/code/_cache/Part1.Quicksort.Main.fst.checked 138.9 MiB 138.6 MiB -0.2% 0.78s 0.80s +1.8%
doc/book/code/_cache/Part1.Quicksort.Permutation.fst.checked 93.6 MiB 93.8 MiB +0.2% 1.42s 1.41s -0.6%
doc/book/code/_cache/Part1.Quicksort.fst.checked 96.3 MiB 97.6 MiB +1.3% 1.84s 1.79s -2.4%
doc/book/code/_cache/Part1.Termination.fst.checked 67.7 MiB 67.2 MiB -0.6% 0.49s 0.50s +3.1%
doc/book/code/_cache/Part2.Free.fst.checked 98.9 MiB 99.7 MiB +0.8% 1.27s 1.30s +2.7%
doc/book/code/_cache/Part2.FreeFunExt.fst.checked 102.7 MiB 103.4 MiB +0.7% 1.38s 1.42s +2.9%
doc/book/code/_cache/Part2.HOAS.fst.checked 67.6 MiB 67.9 MiB +0.5% 0.52s 0.54s +3.9%
doc/book/code/_cache/Part2.PHOAS.fst.checked 70.0 MiB 71.0 MiB +1.5% 0.56s 0.58s +3.7%
doc/book/code/_cache/Part2.Par.fst.checked 87.4 MiB 87.8 MiB +0.5% 0.94s 0.98s +4.0%
doc/book/code/_cache/Part2.Positivity.fst.checked 67.2 MiB 66.9 MiB -0.4% 0.43s 0.44s +2.8%
doc/book/code/_cache/Part2.ST.fst.checked 64.5 MiB 64.8 MiB +0.6% 0.40s 0.43s +7.0%
doc/book/code/_cache/Part2.STInt.fst.checked 65.9 MiB 65.9 MiB -0.1% 0.47s 0.49s +3.8%
doc/book/code/_cache/Part2.STLC.Strong.fst.checked 118.5 MiB 119.2 MiB +0.6% 1.96s 2.03s +3.7%
doc/book/code/_cache/Part2.STLC.fst.checked 126.5 MiB 125.8 MiB -0.5% 2.31s 2.42s +5.0%
doc/book/code/_cache/Part2.WellFounded.fst.checked 114.8 MiB 115.3 MiB +0.4% 1.36s 1.39s +2.0%
doc/book/code/_cache/Part3.DataTypesALaCarte.fst.checked 246.5 MiB 246.6 MiB +0.1% 11.90s 12.20s +2.5%
doc/book/code/_cache/Part4.UTLCEx1.fst.checked 69.8 MiB 69.8 MiB -0.0% 0.54s 0.55s +2.4%
doc/book/code/_cache/Part4.UTLCEx2.fst.checked 66.7 MiB 66.5 MiB -0.3% 0.49s 0.50s +2.9%
doc/book/code/_cache/Part5.IsConj.fst.checked 150.7 MiB 151.0 MiB +0.2% 0.89s 0.90s +1.7%
doc/book/code/_cache/Part5.Mapply.fst.checked 143.2 MiB 143.3 MiB +0.1% 0.77s 0.80s +4.1%
doc/book/code/_cache/Part5.Pow2.fst.checked 146.3 MiB 146.2 MiB -0.1% 0.90s 0.91s +1.2%
doc/book/code/_cache/ProvableEquality.fst.checked 161.6 MiB 161.5 MiB -0.1% 1.29s 1.33s +2.9%
doc/book/code/_cache/Pure.fst.checked 71.3 MiB 71.2 MiB -0.1% 0.54s 0.56s +3.7%
doc/book/code/_cache/RevealHideCoercions.fst.checked 61.9 MiB 61.9 MiB +0.0% 0.28s 0.30s +6.8%
doc/book/code/_cache/Russell.fst.checked 65.0 MiB 65.2 MiB +0.3% 0.42s 0.43s +2.1%
doc/book/code/_cache/SMTEncoding.fst.checked 60.2 MiB 60.3 MiB +0.2% 0.29s 0.29s +1.4%
doc/book/code/_cache/SimplifiedFStarSet.fst.checked 66.3 MiB 66.6 MiB +0.4% 0.43s 0.45s +3.9%
doc/book/code/_cache/SimplifiedFStarSet.fsti.checked 61.5 MiB 61.5 MiB +0.0% 0.29s 0.30s +3.4%
doc/book/code/_cache/Typeclasses.fst.checked 186.3 MiB 188.0 MiB +1.0% 2.56s 2.65s +3.3%
doc/book/code/_cache/TypeclassesAlt.fst.checked 177.3 MiB 177.7 MiB +0.2% 2.87s 3.00s +4.5%
doc/book/code/_cache/TypeclassesAlt2.fst.checked 133.7 MiB 134.0 MiB +0.2% 1.56s 1.61s +3.6%
doc/book/code/_cache/TypeclassesAlt3.fst.checked 134.6 MiB 134.9 MiB +0.2% 2.86s 2.97s +3.6%
doc/book/code/_cache/UInt32.fst.checked 63.4 MiB 63.6 MiB +0.3% 0.41s 0.43s +3.4%
doc/book/code/_cache/UInt32.fsti.checked 61.7 MiB 61.4 MiB -0.6% 0.32s 0.32s +2.2%
doc/book/code/_cache/UInt32BV.fst.checked 170.3 MiB 170.4 MiB +0.1% 1.41s 1.46s +3.1%
doc/book/code/_cache/UInt32BV.fsti.checked 61.7 MiB 61.3 MiB -0.6% 0.32s 0.34s +5.7%
doc/book/code/_cache/Universes.fst.checked 71.0 MiB 71.8 MiB +1.0% 0.56s 0.56s +0.2%
doc/book/code/_cache/UnsoundUniverseLowering.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +1.2%
doc/book/code/_cache/Vec.fst.checked 154.5 MiB 153.4 MiB -0.7% 1.71s 1.81s +6.0%
doc/book/code/_cache/VecErased.fst.checked 66.8 MiB 67.4 MiB +0.9% 0.43s 0.44s +3.5%
doc/book/code/_cache/VecErasedExplicit.fst.checked 66.3 MiB 66.6 MiB +0.4% 0.42s 0.43s +1.9%
doc/old/tutorial/code/exercises/.depend 28.1 MiB 28.1 MiB +0.1% 0.29s 0.31s +6.6%
…c/old/tutorial/code/exercises/_cache/CoreCrypto.fst.checked 126.2 MiB 126.7 MiB +0.4% 1.13s 1.18s +4.5%
doc/old/tutorial/code/exercises/_cache/Ex01a.fst.checked 103.3 MiB 103.2 MiB -0.0% 0.53s 0.55s +3.6%
doc/old/tutorial/code/exercises/_cache/Ex02a.fst.checked 59.2 MiB 59.1 MiB -0.1% 0.24s 0.24s +2.5%
doc/old/tutorial/code/exercises/_cache/Ex03a.fst.checked 59.7 MiB 59.6 MiB -0.1% 0.28s 0.28s +2.2%
doc/old/tutorial/code/exercises/_cache/Ex03b.fst.checked 59.3 MiB 59.5 MiB +0.3% 0.27s 0.28s +6.0%
doc/old/tutorial/code/exercises/_cache/Ex03c.fst.checked 59.9 MiB 60.1 MiB +0.3% 0.29s 0.29s -1.4%
doc/old/tutorial/code/exercises/_cache/Ex04a.fst.checked 60.5 MiB 60.8 MiB +0.5% 0.30s 0.32s +6.3%
doc/old/tutorial/code/exercises/_cache/Ex04b.fst.checked 61.1 MiB 61.7 MiB +0.9% 0.33s 0.34s +2.1%
doc/old/tutorial/code/exercises/_cache/Ex04c.fst.checked 61.7 MiB 62.0 MiB +0.4% 0.34s 0.36s +5.0%
doc/old/tutorial/code/exercises/_cache/Ex04e.fst.checked 61.2 MiB 61.5 MiB +0.5% 0.34s 0.34s -0.6%
doc/old/tutorial/code/exercises/_cache/Ex04f.fst.checked 61.8 MiB 61.6 MiB -0.3% 0.32s 0.34s +6.9%
doc/old/tutorial/code/exercises/_cache/Ex04g.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.25s +0.8%
doc/old/tutorial/code/exercises/_cache/Ex04h.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s -1.3%
doc/old/tutorial/code/exercises/_cache/Ex05a.fst.checked 62.7 MiB 63.1 MiB +0.6% 0.37s 0.39s +7.4%
doc/old/tutorial/code/exercises/_cache/Ex05b.fst.checked 60.6 MiB 60.7 MiB +0.3% 0.31s 0.32s +2.6%
doc/old/tutorial/code/exercises/_cache/Ex06a.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s -2.1%
doc/old/tutorial/code/exercises/_cache/Ex06b.fst.checked 75.8 MiB 76.3 MiB +0.7% 0.94s 0.95s +1.4%
doc/old/tutorial/code/exercises/_cache/Ex06e.fst.checked 60.7 MiB 61.0 MiB +0.6% 0.31s 0.32s +4.6%
doc/old/tutorial/code/exercises/_cache/Ex07a.fst.checked 93.6 MiB 94.1 MiB +0.5% 1.53s 1.63s +6.1%
doc/old/tutorial/code/exercises/_cache/Ex07b.fst.checked 93.0 MiB 94.9 MiB +2.1% 1.55s 1.62s +4.5%
doc/old/tutorial/code/exercises/_cache/Ex07c.fst.checked 93.8 MiB 94.7 MiB +0.9% 1.54s 1.61s +4.5%
doc/old/tutorial/code/exercises/_cache/Ex07d.fst.checked 95.2 MiB 95.9 MiB +0.8% 1.65s 1.62s -1.6%
doc/old/tutorial/code/exercises/_cache/Ex10a.fst.checked 89.0 MiB 89.0 MiB +0.0% 0.56s 0.59s +4.1%
doc/old/tutorial/code/exercises/_cache/Ex10b.fst.checked 73.4 MiB 73.8 MiB +0.5% 0.51s 0.55s +6.7%
doc/old/tutorial/code/exercises/_cache/Ex12.BMAC.fst.checked 101.3 MiB 101.3 MiB +0.0% 0.48s 0.48s +1.7%
doc/old/tutorial/code/exercises/_cache/Ex12.MAC.fst.checked 124.5 MiB 124.6 MiB +0.1% 0.79s 0.87s +10.4%
doc/old/tutorial/code/exercises/_cache/Ex12.Pad.fst.checked 106.3 MiB 106.3 MiB -0.0% 0.68s 0.70s +2.6%
doc/old/tutorial/code/exercises/_cache/Ex12.SHA1.fst.checked 114.6 MiB 114.5 MiB -0.1% 0.59s 0.60s +1.0%
…c/old/tutorial/code/exercises/_cache/Ex12a.ACLs.fst.checked 104.1 MiB 104.1 MiB +0.0% 0.56s 0.58s +3.9%
…c/old/tutorial/code/exercises/_cache/Ex12a1.Cap.fst.checked 120.0 MiB 120.0 MiB +0.0% 0.59s 0.63s +6.1%
…ld/tutorial/code/exercises/_cache/Ex12b1.Format.fst.checked 120.7 MiB 121.0 MiB +0.2% 0.84s 0.85s +1.4%
…ld/tutorial/code/exercises/_cache/Ex12b2.Format.fst.checked 123.0 MiB 123.1 MiB +0.2% 0.90s 0.97s +7.0%
…old/tutorial/code/exercises/_cache/Ex12c.Format.fst.checked 114.4 MiB 114.5 MiB +0.1% 0.61s 0.61s +0.7%
doc/old/tutorial/code/exercises/_cache/Ex12d.Pad.fst.checked 103.1 MiB 103.3 MiB +0.2% 0.54s 0.56s +2.8%
doc/old/tutorial/code/exercises/_cache/Ex12e.Pad.fst.checked 105.2 MiB 105.2 MiB +0.0% 0.60s 0.62s +3.3%
…c/old/tutorial/code/exercises/_cache/Ex12f.TMAC.fst.checked 101.8 MiB 101.8 MiB +0.0% 0.46s 0.49s +7.0%
…/old/tutorial/code/exercises/_cache/Ex12g.TMAC2.fst.checked 104.1 MiB 104.2 MiB +0.1% 0.56s 0.58s +4.1%
…d/tutorial/code/exercises/_cache/Platform.Bytes.fst.checked 115.3 MiB 115.7 MiB +0.3% 1.01s 1.02s +1.0%
doc/old/tutorial/code/solutions/.depend 27.3 MiB 27.3 MiB +0.0% 0.28s 0.31s +9.6%
…c/old/tutorial/code/solutions/_cache/CoreCrypto.fst.checked 126.2 MiB 126.7 MiB +0.4% 1.12s 1.17s +4.1%
…c/old/tutorial/code/solutions/_cache/EtM.Ideal.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +3.0%
doc/old/tutorial/code/solutions/_cache/EtM.Plain.fst.checked 106.0 MiB 106.0 MiB +0.0% 0.47s 0.48s +3.7%
doc/old/tutorial/code/solutions/_cache/Ex01a.fst.checked 103.9 MiB 103.9 MiB -0.0% 0.55s 0.56s +1.1%
doc/old/tutorial/code/solutions/_cache/Ex02a.fst.checked 59.2 MiB 59.2 MiB -0.1% 0.24s 0.25s +5.9%
doc/old/tutorial/code/solutions/_cache/Ex03a.fst.checked 59.7 MiB 59.6 MiB -0.1% 0.27s 0.29s +7.8%
doc/old/tutorial/code/solutions/_cache/Ex03b.fst.checked 60.2 MiB 60.0 MiB -0.3% 0.28s 0.29s +3.2%
doc/old/tutorial/code/solutions/_cache/Ex03c.fst.checked 60.6 MiB 60.5 MiB -0.1% 0.31s 0.32s +3.6%
doc/old/tutorial/code/solutions/_cache/Ex04a.fst.checked 61.4 MiB 61.6 MiB +0.3% 0.34s 0.35s +2.6%
doc/old/tutorial/code/solutions/_cache/Ex04b.fst.checked 61.5 MiB 61.8 MiB +0.5% 0.34s 0.36s +4.7%
doc/old/tutorial/code/solutions/_cache/Ex04c.fst.checked 62.1 MiB 62.3 MiB +0.4% 0.35s 0.37s +3.9%
doc/old/tutorial/code/solutions/_cache/Ex04e.fst.checked 66.1 MiB 66.1 MiB -0.0% 0.48s 0.49s +3.1%
doc/old/tutorial/code/solutions/_cache/Ex04f.fst.checked 64.7 MiB 65.0 MiB +0.4% 0.42s 0.44s +5.3%
doc/old/tutorial/code/solutions/_cache/Ex04g.fst.checked 59.7 MiB 59.6 MiB -0.1% 0.27s 0.28s +3.0%
doc/old/tutorial/code/solutions/_cache/Ex04h.fst.checked 60.6 MiB 61.1 MiB +0.8% 0.32s 0.32s -0.6%
doc/old/tutorial/code/solutions/_cache/Ex05a.fst.checked 64.8 MiB 65.0 MiB +0.3% 0.45s 0.44s -2.4%
doc/old/tutorial/code/solutions/_cache/Ex05b.fst.checked 66.9 MiB 67.1 MiB +0.3% 0.51s 0.54s +4.5%
doc/old/tutorial/code/solutions/_cache/Ex06a.fst.checked 60.6 MiB 60.4 MiB -0.3% 0.29s 0.30s +3.1%
doc/old/tutorial/code/solutions/_cache/Ex06b.fst.checked 78.3 MiB 78.5 MiB +0.2% 0.88s 0.91s +3.3%
doc/old/tutorial/code/solutions/_cache/Ex06c.fst.checked 81.9 MiB 82.3 MiB +0.5% 1.17s 1.25s +6.3%
doc/old/tutorial/code/solutions/_cache/Ex06d.fst.checked 82.7 MiB 83.1 MiB +0.5% 1.21s 1.26s +3.5%
doc/old/tutorial/code/solutions/_cache/Ex06e.fst.checked 67.5 MiB 68.3 MiB +1.3% 0.52s 0.54s +4.2%
doc/old/tutorial/code/solutions/_cache/Ex07a.fst.checked 93.8 MiB 94.6 MiB +0.8% 1.59s 1.65s +3.9%
doc/old/tutorial/code/solutions/_cache/Ex07b.fst.checked 107.4 MiB 108.0 MiB +0.5% 2.66s 2.84s +6.8%
doc/old/tutorial/code/solutions/_cache/Ex07c.fst.checked 103.4 MiB 103.5 MiB +0.1% 1.96s 2.04s +4.6%
doc/old/tutorial/code/solutions/_cache/Ex07d.fst.checked 103.5 MiB 103.2 MiB -0.3% 1.82s 1.85s +1.6%
doc/old/tutorial/code/solutions/_cache/Ex10a.fst.checked 89.3 MiB 89.4 MiB +0.1% 0.60s 0.60s +0.8%
doc/old/tutorial/code/solutions/_cache/Ex10b.fst.checked 80.3 MiB 80.8 MiB +0.5% 0.79s 0.81s +2.3%
doc/old/tutorial/code/solutions/_cache/Ex12.BMAC.fst.checked 101.2 MiB 101.3 MiB +0.0% 0.46s 0.49s +5.4%
doc/old/tutorial/code/solutions/_cache/Ex12.Pad.fst.checked 106.4 MiB 106.4 MiB -0.0% 0.68s 0.70s +2.9%
…ld/tutorial/code/solutions/_cache/Ex12b1.Format.fst.checked 122.7 MiB 122.9 MiB +0.2% 0.87s 0.90s +3.0%
…ld/tutorial/code/solutions/_cache/Ex12b2.Format.fst.checked 125.7 MiB 126.0 MiB +0.2% 1.04s 1.08s +4.4%
doc/old/tutorial/code/solutions/_cache/Ex12d.Pad.fst.checked 104.9 MiB 105.0 MiB +0.1% 0.61s 0.61s +0.5%
doc/old/tutorial/code/solutions/_cache/Ex12e.Pad.fst.checked 107.2 MiB 107.2 MiB -0.0% 0.72s 0.76s +5.7%
…c/old/tutorial/code/solutions/_cache/Ex12f.TMAC.fst.checked 103.2 MiB 103.2 MiB +0.1% 0.53s 0.55s +3.0%
…/old/tutorial/code/solutions/_cache/Ex12g.TMAC2.fst.checked 105.9 MiB 106.0 MiB +0.1% 0.65s 0.66s +1.5%
…d/tutorial/code/solutions/_cache/Platform.Bytes.fst.checked 115.3 MiB 115.6 MiB +0.3% 0.98s 1.03s +4.9%
examples/algorithms/.depend 32.0 MiB 32.0 MiB +0.0% 0.41s 0.44s +7.3%
examples/algorithms/_cache/BinarySearch.fst.checked 118.0 MiB 118.8 MiB +0.6% 1.36s 1.35s -1.1%
examples/algorithms/_cache/Coincidence.fst.checked 68.9 MiB 68.6 MiB -0.3% 0.55s 0.55s +0.9%
examples/algorithms/_cache/GC.fst.checked 91.5 MiB 92.4 MiB +1.0% 2.04s 2.03s -0.2%
examples/algorithms/_cache/GenericSort.fst.checked 81.7 MiB 81.7 MiB +0.0% 0.55s 0.56s +0.9%
examples/algorithms/_cache/GenericStability.fst.checked 91.1 MiB 91.4 MiB +0.4% 0.94s 0.94s +0.3%
examples/algorithms/_cache/Huffman.fst.checked 144.2 MiB 145.8 MiB +1.1% 2.21s 2.30s +4.0%
examples/algorithms/_cache/InsertionSort.fst.checked 82.1 MiB 81.8 MiB -0.3% 0.60s 0.64s +6.2%
examples/algorithms/_cache/InsertionSort2.fst.checked 88.7 MiB 89.4 MiB +0.8% 0.79s 0.81s +2.8%
examples/algorithms/_cache/IntSort.fst.checked 78.1 MiB 78.1 MiB +0.0% 0.47s 0.46s -2.2%
examples/algorithms/_cache/IntervalIntersect.fst.checked 185.8 MiB 185.6 MiB -0.1% 3.19s 3.23s +1.3%
examples/algorithms/_cache/MergeSort.fst.checked 84.6 MiB 85.0 MiB +0.4% 1.24s 1.26s +1.6%
examples/algorithms/_cache/MergeSort2.fst.checked 108.0 MiB 108.4 MiB +0.4% 1.77s 1.81s +2.5%
examples/algorithms/_cache/QuickSort.Array.fst.checked 143.8 MiB 147.8 MiB +2.8% 4.06s 4.11s +1.2%
examples/algorithms/_cache/QuickSort.List.fst.checked 92.2 MiB 93.5 MiB +1.4% 1.13s 1.15s +1.7%
examples/algorithms/_cache/QuickSort.Seq.fst.checked 105.0 MiB 105.5 MiB +0.5% 1.55s 1.61s +3.9%
examples/algorithms/_cache/StringMatching.fst.checked 281.9 MiB 283.2 MiB +0.5% 9.76s 10.07s +3.3%
examples/algorithms/_cache/Unification.fst.checked 149.1 MiB 150.6 MiB +1.0% 3.77s 3.69s -2.0%
examples/algorithms/_output/Huffman.ml 128.5 MiB 128.5 MiB +0.0% 0.82s 0.86s +4.4%
examples/algorithms/_output/IntervalIntersect.ml 207.1 MiB 207.2 MiB +0.0% 1.37s 1.44s +4.8%
examples/crypto/.depend 26.7 MiB 26.7 MiB -0.1% 0.27s 0.27s +1.9%
examples/crypto/_cache/AES.fst.checked 112.3 MiB 112.4 MiB +0.0% 0.56s 0.60s +7.7%
examples/crypto/_cache/Cap.fst.checked 125.6 MiB 125.7 MiB +0.1% 0.72s 0.76s +4.4%
examples/crypto/_cache/Cert.ACLs.fst.checked 102.4 MiB 102.4 MiB -0.1% 0.51s 0.52s +2.1%
examples/crypto/_cache/CntFormat.fst.checked 121.7 MiB 121.8 MiB +0.1% 0.83s 0.88s +5.8%
examples/crypto/_cache/CntProtocol.fst.checked 163.4 MiB 164.2 MiB +0.5% 2.91s 3.02s +3.7%
examples/crypto/_cache/CoreCrypto.fst.checked 126.2 MiB 126.7 MiB +0.4% 1.12s 1.16s +3.3%
examples/crypto/_cache/Encrypt_Sample.fst.checked 112.9 MiB 113.0 MiB +0.0% 0.51s 0.54s +7.1%
examples/crypto/_cache/Encrypt_SymEnc.fst.checked 122.6 MiB 123.1 MiB +0.4% 0.87s 0.87s +0.3%
examples/crypto/_cache/Formatting.fst.checked 125.2 MiB 125.7 MiB +0.4% 1.06s 1.09s +3.2%
examples/crypto/_cache/MAC.fst.checked 126.1 MiB 126.2 MiB +0.1% 0.84s 0.85s +1.7%
examples/crypto/_cache/OPLSS.fst.checked 101.1 MiB 101.2 MiB +0.1% 0.50s 0.50s +1.0%
examples/crypto/_cache/Platform.Bytes.fst.checked 115.3 MiB 115.6 MiB +0.2% 1.01s 1.02s +0.8%
examples/crypto/_cache/RPC.fst.checked 141.7 MiB 141.8 MiB +0.0% 1.07s 1.14s +7.0%
examples/crypto/_cache/SHA1.fst.checked 114.0 MiB 113.9 MiB -0.0% 0.59s 0.60s +1.0%
examples/crypto/_cache/Sig.fst.checked 115.6 MiB 115.8 MiB +0.2% 0.68s 0.70s +2.9%
examples/data_structures/.depend 30.2 MiB 30.2 MiB +0.0% 0.38s 0.39s +2.1%
examples/data_structures/_cache/ArrayRealized.fst.checked 71.0 MiB 71.0 MiB -0.0% 0.58s 0.59s +2.3%
examples/data_structures/_cache/BinarySearchTree.fst.checked 70.3 MiB 70.7 MiB +0.5% 0.63s 0.62s -1.6%
…amples/data_structures/_cache/BinarySearchTree0.fst.checked 62.9 MiB 62.7 MiB -0.3% 0.36s 0.37s +4.2%
…es/data_structures/_cache/BinarySearchTreeBasic.fst.checked 92.6 MiB 94.0 MiB +1.5% 3.35s 3.34s -0.1%
…es/data_structures/_cache/BinarySearchTreeFirst.fst.checked 89.7 MiB 90.2 MiB +0.6% 0.72s 0.77s +7.8%
examples/data_structures/_cache/BinaryTrees.fst.checked 89.0 MiB 90.3 MiB +1.4% 1.43s 1.51s +6.2%
…s/data_structures/_cache/BinaryTreesEnumeration.fst.checked 200.9 MiB 198.9 MiB -1.0% 2.90s 3.08s +6.4%
…/data_structures/_cache/BinaryTreesEnumeration.fsti.checked 202.8 MiB 202.8 MiB +0.0% 2.40s 2.44s +1.5%
examples/data_structures/_cache/BinomialQueue.fst.checked 155.6 MiB 156.6 MiB +0.6% 41.99s 41.52s -1.1%
examples/data_structures/_cache/BinomialQueue.fsti.checked 63.9 MiB 64.1 MiB +0.4% 0.39s 0.38s -0.5%
examples/data_structures/_cache/LeftistHeap.fst.checked 192.1 MiB 193.7 MiB +0.8% 4.74s 4.86s +2.5%
examples/data_structures/_cache/LeftistHeap.fsti.checked 104.4 MiB 104.8 MiB +0.4% 0.78s 0.79s +2.3%
examples/data_structures/_cache/Lens.fst.checked 90.3 MiB 90.8 MiB +0.5% 0.86s 0.92s +6.6%
examples/data_structures/_cache/MerkleTree.fst.checked 128.0 MiB 128.1 MiB +0.1% 1.65s 1.71s +3.8%
examples/data_structures/_cache/RBTree.fst.checked 93.7 MiB 94.9 MiB +1.3% 4.42s 4.54s +2.9%
examples/data_structures/_cache/RBTreeIntrinsic.fst.checked 167.1 MiB 167.6 MiB +0.3% 81.35s 79.74s -2.0%
examples/data_structures/_cache/StatefulLens.fst.checked 107.1 MiB 107.8 MiB +0.7% 1.52s 1.59s +4.8%
examples/data_structures/_cache/Vector.fst.checked 74.5 MiB 75.1 MiB +0.8% 0.69s 0.71s +3.6%
examples/data_structures/_output/RBTreeIntrinsic.ml 166.7 MiB 166.8 MiB +0.1% 1.19s 1.23s +3.4%
examples/dm4free/.depend 26.3 MiB 26.4 MiB +0.1% 0.25s 0.26s +6.9%
examples/dm4free/_cache/DelimCC.fst.checked 74.0 MiB 73.9 MiB -0.0% 0.55s 0.59s +7.1%
examples/dm4free/_cache/DelimitedRelease.fst.checked 95.2 MiB 95.4 MiB +0.2% 0.56s 0.56s +0.0%
examples/dm4free/_cache/Effects.Def.fst.checked 93.2 MiB 94.7 MiB +1.6% 1.36s 1.42s +4.1%
examples/dm4free/_cache/FStar.DM4F.Continuations.fst.checked 130.3 MiB 129.8 MiB -0.4% 1.43s 1.52s +6.5%
examples/dm4free/_cache/FStar.DM4F.Exceptions.fst.checked 81.8 MiB 82.4 MiB +0.8% 0.77s 0.76s -0.8%
examples/dm4free/_cache/FStar.DM4F.ExnSt.fst.checked 101.6 MiB 101.9 MiB +0.3% 0.97s 0.97s +0.0%
…es/dm4free/_cache/FStar.DM4F.Heap.IntStoreFixed.fst.checked 87.8 MiB 87.9 MiB +0.1% 0.52s 0.50s -2.1%
…s/dm4free/_cache/FStar.DM4F.Heap.IntStoreFixed.fsti.checked 85.4 MiB 85.3 MiB -0.0% 0.38s 0.39s +1.8%
examples/dm4free/_cache/FStar.DM4F.Heap.Random.fst.checked 90.6 MiB 90.7 MiB +0.0% 0.61s 0.61s -1.3%
examples/dm4free/_cache/FStar.DM4F.Heap.Random.fsti.checked 86.2 MiB 86.2 MiB +0.0% 0.41s 0.42s +2.0%
examples/dm4free/_cache/FStar.DM4F.Heap.ST.fst.checked 109.9 MiB 110.3 MiB +0.4% 1.31s 1.40s +6.7%
examples/dm4free/_cache/FStar.DM4F.Heap.ST.fsti.checked 108.4 MiB 108.7 MiB +0.3% 1.30s 1.27s -1.8%
examples/dm4free/_cache/FStar.DM4F.Heap.fst.checked 95.6 MiB 95.9 MiB +0.3% 1.52s 1.49s -1.6%
examples/dm4free/_cache/FStar.DM4F.Heap.fsti.checked 71.8 MiB 71.8 MiB +0.1% 0.54s 0.56s +3.9%
examples/dm4free/_cache/FStar.DM4F.IFC.fst.checked 104.5 MiB 106.2 MiB +1.6% 1.15s 1.25s +8.5%
examples/dm4free/_cache/FStar.DM4F.Id.fst.checked 80.0 MiB 81.0 MiB +1.2% 0.60s 0.61s +1.5%
examples/dm4free/_cache/FStar.DM4F.IntST.fst.checked 101.9 MiB 102.6 MiB +0.7% 1.23s 1.29s +4.9%
examples/dm4free/_cache/FStar.DM4F.IntStore.fst.checked 127.6 MiB 128.1 MiB +0.3% 1.40s 1.40s +0.1%
…ples/dm4free/_cache/FStar.DM4F.IntStoreExcFixed.fst.checked 133.6 MiB 133.9 MiB +0.2% 1.26s 1.32s +4.4%
examples/dm4free/_cache/FStar.DM4F.IntStoreFixed.fst.checked 117.6 MiB 118.0 MiB +0.4% 0.94s 1.02s +7.6%
…s/dm4free/_cache/FStar.DM4F.IntStoreFixedReader.fst.checked 101.9 MiB 102.5 MiB +0.5% 0.66s 0.66s -0.6%
examples/dm4free/_cache/FStar.DM4F.MonadLaws.fst.checked 68.6 MiB 68.9 MiB +0.4% 0.52s 0.52s +0.2%
examples/dm4free/_cache/FStar.DM4F.OTP.Heap.fst.checked 92.7 MiB 92.7 MiB +0.0% 0.60s 0.62s +3.2%
examples/dm4free/_cache/FStar.DM4F.OTP.Heap.fsti.checked 88.2 MiB 88.2 MiB -0.0% 0.43s 0.45s +5.1%
examples/dm4free/_cache/FStar.DM4F.OTP.Random.fst.checked 154.2 MiB 155.2 MiB +0.6% 1.91s 2.00s +4.9%
examples/dm4free/_cache/FStar.DM4F.Random.fst.checked 150.9 MiB 151.8 MiB +0.6% 1.88s 2.05s +8.9%
examples/dm4free/_cache/FStar.DM4F.ST.fst.checked 83.9 MiB 84.5 MiB +0.7% 0.66s 0.67s +2.1%
examples/dm4free/_cache/FStar.DM4F.StExn.fst.checked 90.2 MiB 91.5 MiB +1.5% 0.98s 0.97s -1.2%
examples/dm4free/_cache/FStar.DM4F.StExnC.fst.checked 94.0 MiB 94.5 MiB +0.5% 1.03s 1.03s +0.4%
examples/dm4free/_cache/FStar.DM4F.StMap.fst.checked 94.9 MiB 96.2 MiB +1.4% 0.79s 0.82s +4.1%
examples/dsls/bool_refinement/.depend 32.0 MiB 32.1 MiB +0.1% 0.34s 0.36s +8.1%
…ples/dsls/bool_refinement/_cache/BoolRefinement.fst.checked 651.9 MiB 648.3 MiB -0.6% 52.64s 54.54s +3.6%
examples/dsls/dependent_bool_refinement/.depend 28.9 MiB 28.9 MiB -0.1% 0.31s 0.34s +9.7%
…_bool_refinement/_cache/DependentBoolRefinement.fst.checked 529.4 MiB 535.7 MiB +1.2% 37.65s 38.52s +2.3%
examples/dsls/stlc/.depend 29.9 MiB 29.9 MiB -0.0% 0.36s 0.38s +6.7%
examples/dsls/stlc/_cache/STLC.Core.fst.checked 362.4 MiB 367.9 MiB +1.5% 7.24s 7.69s +6.2%
examples/dsls/stlc/_cache/STLC.Infer.fst.checked 277.7 MiB 279.5 MiB +0.7% 2.45s 2.60s +6.2%
examples/indexed_effects/.depend 23.9 MiB 23.9 MiB +0.1% 0.18s 0.19s +7.9%
examples/indexed_effects/_cache/GEXN.fst.checked 86.7 MiB 87.9 MiB +1.4% 0.82s 0.84s +3.3%
examples/indexed_effects/_cache/GMST.fst.checked 74.0 MiB 73.9 MiB -0.2% 0.63s 0.65s +2.8%
examples/indexed_effects/_cache/IEXN.fst.checked 69.2 MiB 69.7 MiB +0.6% 0.45s 0.48s +5.1%
examples/indexed_effects/_cache/IMST.fst.checked 71.1 MiB 71.5 MiB +0.6% 0.55s 0.55s -0.5%
examples/indexed_effects/_cache/IMSTsub.fst.checked 71.6 MiB 71.3 MiB -0.5% 0.57s 0.59s +3.3%
examples/indexed_effects/_cache/IST.fst.checked 63.6 MiB 63.4 MiB -0.2% 0.37s 0.39s +5.1%
examples/layeredeffects/.depend 39.6 MiB 39.6 MiB +0.1% 0.58s 0.61s +4.3%
examples/layeredeffects/_cache/Alg.fst.checked 282.4 MiB 285.3 MiB +1.0% 8.17s 8.32s +1.8%
examples/layeredeffects/_cache/AlgForAll.fst.checked 228.5 MiB 228.7 MiB +0.1% 8.14s 8.26s +1.4%
examples/layeredeffects/_cache/AlgHeap.fst.checked 245.7 MiB 246.5 MiB +0.3% 9.23s 9.22s -0.0%
examples/layeredeffects/_cache/AlgWP.fst.checked 288.4 MiB 291.7 MiB +1.2% 8.75s 8.98s +2.6%
…mples/layeredeffects/_cache/BUGSLowParseWriters.fst.checked 87.4 MiB 88.7 MiB +1.5% 0.92s 0.96s +3.8%
examples/layeredeffects/_cache/DM4F.fst.checked 75.4 MiB 75.3 MiB -0.1% 0.70s 0.73s +4.6%
examples/layeredeffects/_cache/DM4F_Utils.fst.checked 59.6 MiB 59.6 MiB -0.1% 0.25s 0.25s +1.2%
examples/layeredeffects/_cache/DM4F_layered.fst.checked 167.4 MiB 167.7 MiB +0.2% 1.41s 1.47s +4.5%
examples/layeredeffects/_cache/DM4F_layered5.fst.checked 217.0 MiB 217.5 MiB +0.2% 1.74s 1.73s -0.3%
examples/layeredeffects/_cache/Degenerate.fst.checked 60.6 MiB 60.8 MiB +0.4% 0.27s 0.28s +0.7%
…amples/layeredeffects/_cache/DijkstraStateMonad.fst.checked 200.2 MiB 200.9 MiB +0.3% 2.23s 2.29s +2.6%
examples/layeredeffects/_cache/DivAction.fst.checked 65.0 MiB 64.7 MiB -0.5% 0.38s 0.38s +0.5%
examples/layeredeffects/_cache/GT.fst.checked 160.0 MiB 160.7 MiB +0.4% 1.17s 1.22s +3.8%
examples/layeredeffects/_cache/GTWP.fst.checked 177.9 MiB 179.1 MiB +0.7% 1.89s 1.96s +3.5%
…amples/layeredeffects/_cache/GenericPartialDM4A.fst.checked 176.4 MiB 176.6 MiB +0.1% 1.38s 1.44s +4.4%
examples/layeredeffects/_cache/GenericTotalDM4A.fst.checked 157.4 MiB 157.1 MiB -0.2% 1.03s 1.07s +3.6%
examples/layeredeffects/_cache/HoareDiv.fst.checked 69.1 MiB 69.1 MiB -0.1% 0.47s 0.48s +1.7%
examples/layeredeffects/_cache/HoareST.fst.checked 146.6 MiB 147.6 MiB +0.7% 1.56s 1.62s +4.4%
examples/layeredeffects/_cache/HoareSTFree.fst.checked 148.3 MiB 149.3 MiB +0.6% 2.78s 2.90s +4.3%
examples/layeredeffects/_cache/HoareSTPolyBind.fst.checked 135.3 MiB 137.0 MiB +1.3% 1.80s 1.83s +1.9%
examples/layeredeffects/_cache/ID1.fst.checked 168.0 MiB 167.9 MiB -0.1% 1.62s 1.73s +7.1%
examples/layeredeffects/_cache/ID2.fst.checked 72.9 MiB 72.8 MiB -0.0% 0.61s 0.62s +1.6%
examples/layeredeffects/_cache/ID3.fst.checked 71.2 MiB 71.4 MiB +0.3% 0.60s 0.59s -1.2%
examples/layeredeffects/_cache/ID4.fst.checked 154.8 MiB 155.1 MiB +0.2% 1.61s 1.62s +0.6%
examples/layeredeffects/_cache/ID5.fst.checked 170.4 MiB 170.6 MiB +0.1% 1.84s 1.97s +7.1%
examples/layeredeffects/_cache/IteSoundness.fst.checked 171.0 MiB 171.2 MiB +0.1% 1.44s 1.44s +0.1%
examples/layeredeffects/_cache/Lattice.fst.checked 168.4 MiB 168.7 MiB +0.2% 1.83s 1.83s +0.3%
examples/layeredeffects/_cache/LatticeEff.fst.checked 177.8 MiB 177.7 MiB -0.0% 1.71s 1.76s +2.7%
examples/layeredeffects/_cache/LatticeSpec.fst.checked 196.3 MiB 197.3 MiB +0.5% 2.98s 3.03s +1.8%
examples/layeredeffects/_cache/Locals.Effect.fst.checked 112.3 MiB 112.4 MiB +0.1% 1.62s 1.76s +8.1%
examples/layeredeffects/_cache/ND.fst.checked 200.7 MiB 202.1 MiB +0.7% 2.33s 2.38s +2.2%
examples/layeredeffects/_cache/Queens.fst.checked 195.2 MiB 195.3 MiB +0.1% 5.36s 5.47s +2.1%
examples/layeredeffects/_cache/RW.fst.checked 259.1 MiB 260.5 MiB +0.5% 3.62s 3.73s +3.0%
examples/layeredeffects/_cache/RunST.fst.checked 234.6 MiB 235.6 MiB +0.4% 3.66s 3.72s +1.6%
examples/layeredeffects/_cache/Sec1.GST.fst.checked 66.6 MiB 66.4 MiB -0.2% 0.46s 0.50s +8.5%
examples/layeredeffects/_cache/Sec2.HIFC.fst.checked 246.1 MiB 246.2 MiB +0.0% 11.07s 11.10s +0.3%
examples/layeredeffects/_cache/Sec2.IFC.fst.checked 180.7 MiB 181.4 MiB +0.4% 5.37s 5.42s +0.9%
examples/layeredeffects/_cache/TestHoareST.fst.checked 121.4 MiB 121.6 MiB +0.2% 0.74s 0.78s +4.9%
examples/layeredeffects/_cache/TestST.fst.checked 74.0 MiB 74.8 MiB +1.2% 0.62s 0.66s +5.3%
examples/metatheory/.depend 30.9 MiB 31.0 MiB +0.2% 0.35s 0.37s +5.1%
…ples/metatheory/_cache/FullReductionInterpreter.fst.checked 94.2 MiB 95.0 MiB +0.9% 0.79s 0.81s +3.0%
examples/metatheory/_cache/IndInd.fst.checked 94.1 MiB 94.1 MiB -0.0% 1.23s 1.28s +4.1%
examples/metatheory/_cache/LambdaOmega.fst.checked 377.4 MiB 384.0 MiB +1.8% 12.52s 12.90s +3.0%
examples/metatheory/_cache/MiniValeSemantics.fst.checked 1.4 GiB 1.4 GiB -0.2% 21.22s 22.36s +5.4%
examples/metatheory/_cache/ParSubst.fst.checked 154.5 MiB 154.2 MiB -0.2% 1.30s 1.32s +1.8%
examples/metatheory/_cache/StackMachine.fst.checked 120.2 MiB 121.8 MiB +1.3% 1.99s 2.05s +3.2%
examples/metatheory/_cache/StlcCbvDbParSubst.fst.checked 203.7 MiB 205.2 MiB +0.7% 3.11s 3.14s +1.0%
…ples/metatheory/_cache/StlcCbvDbPntSubstNoLists.fst.checked 99.5 MiB 100.9 MiB +1.4% 1.49s 1.52s +2.1%
examples/metatheory/_cache/StlcStrongDbParSubst.fst.checked 176.8 MiB 176.5 MiB -0.1% 2.60s 2.67s +2.6%
examples/misc/.depend 20.3 MiB 20.3 MiB +0.0% 0.09s 0.10s +5.4%
examples/misc/_cache/MonadicLetBindings.fst.checked 96.7 MiB 97.0 MiB +0.4% 0.82s 0.86s +4.7%
examples/misc/_cache/VariantsWithRecords.fst.checked 76.2 MiB 77.0 MiB +1.1% 0.76s 0.77s +1.2%
examples/misc/_cache/WorkingWithSquashedProofs.fst.checked 67.6 MiB 67.8 MiB +0.3% 0.48s 0.49s +2.9%
examples/oplss2021/.depend 31.2 MiB 31.2 MiB -0.1% 0.40s 0.42s +4.2%
examples/oplss2021/_cache/OPLSS2021.Basic.fst.checked 216.3 MiB 216.9 MiB +0.3% 1.97s 2.01s +1.8%
examples/oplss2021/_cache/OPLSS2021.BasicState.fst.checked 66.6 MiB 66.6 MiB +0.0% 0.45s 0.45s +0.9%
examples/oplss2021/_cache/OPLSS2021.Demo1.fst.checked 70.5 MiB 70.5 MiB +0.1% 0.57s 0.61s +7.0%
…mples/oplss2021/_cache/OPLSS2021.DijkstraMonads.fst.checked 75.2 MiB 74.7 MiB -0.6% 0.68s 0.74s +9.3%
examples/oplss2021/_cache/OPLSS2021.Factorial.fst.checked 61.4 MiB 61.7 MiB +0.5% 0.38s 0.39s +3.5%
examples/oplss2021/_cache/OPLSS2021.IFC.fst.checked 176.3 MiB 180.7 MiB +2.5% 5.32s 5.51s +3.6%
examples/oplss2021/_cache/OPLSS2021.NDS.fst.checked 62.8 MiB 62.8 MiB +0.1% 0.35s 0.38s +8.1%
examples/oplss2021/_cache/OPLSS2021.ParDiv.fst.checked 147.5 MiB 146.8 MiB -0.5% 2.90s 3.15s +8.6%
examples/oplss2021/_cache/OPLSS2021.ParNDS.fst.checked 104.4 MiB 104.9 MiB +0.5% 1.44s 1.50s +4.3%
examples/oplss2021/_cache/OPLSS2021.ParNDSDiv.fst.checked 147.5 MiB 146.9 MiB -0.4% 3.02s 3.10s +2.7%
examples/oplss2021/_cache/OPLSS2021.ParTot.fst.checked 90.0 MiB 90.4 MiB +0.4% 1.08s 1.12s +3.4%
examples/oplss2021/_cache/OPLSS2021.STLC.fst.checked 83.6 MiB 83.7 MiB +0.1% 1.11s 1.12s +1.0%
examples/oplss2021/_cache/OPLSS2021.Vale.fst.checked 90.1 MiB 90.8 MiB +0.8% 1.12s 1.14s +2.0%
examples/oplss2021/_cache/OPLSS2021.ValeVC.fst.checked 86.1 MiB 87.1 MiB +1.1% 1.02s 1.02s -0.6%
examples/oplss2021/_cache/OPLSS2021.ValeVCNoProp.fst.checked 160.2 MiB 160.4 MiB +0.1% 1.45s 1.54s +6.1%
examples/oplss2021/_cache/OPLSS2021.Vector.fst.checked 70.5 MiB 70.5 MiB -0.0% 0.59s 0.59s -0.5%
examples/paradoxes/.depend 20.6 MiB 20.6 MiB +0.0% 0.10s 0.10s +0.0%
examples/paradoxes/_cache/CBN.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.30s 0.32s +5.7%
examples/paradoxes/_cache/IOWPInconsistent.fst.checked 68.2 MiB 68.4 MiB +0.2% 0.51s 0.52s +1.6%
…/paradoxes/_cache/InjectiveTypeFormers.Explicit.fst.checked 65.4 MiB 65.6 MiB +0.3% 0.45s 0.45s -1.1%
…mples/paradoxes/_cache/InjectiveTypeFormers.SMT.fst.checked 61.4 MiB 61.5 MiB +0.1% 0.35s 0.35s -2.3%
examples/paradoxes/_cache/PositiveRelaxed.fst.checked 61.9 MiB 61.7 MiB -0.3% 0.33s 0.35s +5.1%
examples/paradoxes/_cache/PrecedesRank.fst.checked 67.3 MiB 67.6 MiB +0.5% 0.47s 0.49s +5.1%
…opImpredicativeAndNonStrictlyPositiveInductives.fst.checked 67.1 MiB 67.5 MiB +0.6% 0.46s 0.48s +5.7%
…/_cache/PropositionalExtensionalityInconsistent.fst.checked 62.2 MiB 61.8 MiB -0.6% 0.38s 0.39s +4.2%
examples/param/.depend 27.5 MiB 27.5 MiB +0.0% 0.30s 0.30s +0.0%
examples/param/_cache/Param.fst.checked 244.2 MiB 245.5 MiB +0.5% 3.17s 3.27s +3.3%
examples/preorders/.depend 27.8 MiB 27.8 MiB -0.1% 0.26s 0.26s +0.8%
examples/preorders/_cache/AllocST.fst.checked 71.9 MiB 72.2 MiB +0.4% 0.58s 0.58s +0.5%
examples/preorders/_cache/AllocSTwHeaps.fst.checked 78.5 MiB 78.2 MiB -0.4% 0.63s 0.64s +0.6%
examples/preorders/_cache/Ariadne.fst.checked 113.5 MiB 113.7 MiB +0.2% 1.48s 1.51s +2.7%
examples/preorders/_cache/Array.fsti.checked 96.6 MiB 96.5 MiB -0.0% 0.55s 0.60s +8.1%
examples/preorders/_cache/ArrayUtils.fst.checked 104.1 MiB 104.2 MiB +0.1% 0.91s 0.98s +7.7%
examples/preorders/_cache/ImmutableST.fst.checked 70.3 MiB 71.0 MiB +0.9% 0.59s 0.59s +0.9%
examples/preorders/_cache/ImmutableSTwHeaps.fst.checked 72.6 MiB 72.6 MiB +0.0% 0.54s 0.52s -5.2%
examples/preorders/_cache/MRefHeap.fst.checked 81.3 MiB 81.8 MiB +0.6% 0.86s 0.91s +6.2%
examples/preorders/_cache/MRefHeap.fsti.checked 67.3 MiB 67.4 MiB +0.2% 0.45s 0.47s +4.2%
examples/preorders/_cache/MRefST.fst.checked 101.8 MiB 102.0 MiB +0.2% 1.24s 1.26s +1.7%
examples/preorders/_cache/MonotonicArray.fst.checked 205.2 MiB 207.9 MiB +1.3% 5.41s 5.58s +3.0%
examples/preorders/_cache/MonotonicArray.fsti.checked 118.7 MiB 119.1 MiB +0.3% 1.28s 1.38s +7.7%
examples/preorders/_cache/NatHeap.fst.checked 101.4 MiB 102.3 MiB +0.9% 1.45s 1.51s +4.1%
examples/preorders/_cache/NatHeap.fsti.checked 68.8 MiB 69.2 MiB +0.7% 0.50s 0.51s +3.0%
examples/preorders/_cache/Preorder.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.25s 0.26s +1.6%
examples/preorders/_cache/Protocol.fst.checked 255.0 MiB 254.0 MiB -0.4% 16.81s 16.95s +0.8%
examples/preorders/_cache/ReifyTest.fst.checked 115.0 MiB 116.0 MiB +0.9% 1.23s 1.33s +8.3%
examples/preorders/_cache/ReifyTestTSST.fst.checked 73.9 MiB 74.2 MiB +0.3% 0.62s 0.62s +0.8%
examples/preorders/_cache/ReifyTestTSST.fsti.checked 72.2 MiB 72.8 MiB +0.7% 0.57s 0.58s +2.1%
examples/preorders/_cache/SnapshotST.fst.checked 69.9 MiB 70.1 MiB +0.3% 0.66s 0.70s +6.2%
examples/printf/.depend 24.2 MiB 24.2 MiB +0.0% 0.20s 0.21s +4.0%
examples/printf/_cache/SimplePrintf.fst.checked 111.8 MiB 112.0 MiB +0.2% 0.83s 0.88s +5.9%
examples/printf/_cache/SimplePrintfReify.fst.checked 142.9 MiB 143.2 MiB +0.2% 1.59s 1.72s +7.8%
examples/printf/_output/SimplePrintf.ml 137.5 MiB 137.5 MiB +0.0% 0.97s 0.98s +1.0%
examples/rel/.depend 37.1 MiB 37.2 MiB +0.1% 0.43s 0.46s +5.5%
examples/rel/_cache/Benton2004.Aux.fst.checked 59.8 MiB 59.8 MiB -0.0% 0.28s 0.29s +1.1%
examples/rel/_cache/Benton2004.Aux.fsti.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s -0.8%
examples/rel/_cache/Benton2004.DDCC.Examples.fst.checked 115.8 MiB 116.7 MiB +0.8% 1.07s 1.14s +6.0%
examples/rel/_cache/Benton2004.DDCC.fst.checked 211.8 MiB 212.2 MiB +0.2% 37.40s 36.79s -1.6%
examples/rel/_cache/Benton2004.DDCC.fsti.checked 128.8 MiB 129.7 MiB +0.7% 1.25s 1.30s +3.9%
examples/rel/_cache/Benton2004.RHL.Derived.fst.checked 109.6 MiB 109.6 MiB +0.0% 0.67s 0.67s +0.8%
examples/rel/_cache/Benton2004.RHL.Examples.fst.checked 121.6 MiB 121.6 MiB -0.0% 39.40s 39.05s -0.9%
examples/rel/_cache/Benton2004.RHL.Examples2.fst.checked 111.3 MiB 111.2 MiB -0.1% 9.76s 9.77s +0.1%
examples/rel/_cache/Benton2004.RHL.fst.checked 208.8 MiB 211.3 MiB +1.2% 10.21s 9.97s -2.4%
examples/rel/_cache/Benton2004.RHL.fsti.checked 131.3 MiB 131.6 MiB +0.2% 1.23s 1.29s +5.0%
examples/rel/_cache/Benton2004.SmithVolpano.fst.checked 126.0 MiB 126.3 MiB +0.2% 1.39s 1.43s +3.2%
examples/rel/_cache/Benton2004.SmithVolpano.fsti.checked 114.4 MiB 114.5 MiB +0.1% 0.83s 0.86s +4.4%
examples/rel/_cache/Benton2004.fst.checked 182.0 MiB 183.3 MiB +0.7% 15.12s 15.55s +2.8%
examples/rel/_cache/Bijection.fst.checked 60.8 MiB 60.6 MiB -0.4% 0.30s 0.30s +1.7%
examples/rel/_cache/ElGamal.Group.fst.checked 94.4 MiB 94.5 MiB +0.2% 0.47s 0.51s +6.8%
examples/rel/_cache/ElGamal.fst.checked 97.7 MiB 97.8 MiB +0.1% 0.64s 0.67s +4.8%
examples/rel/_cache/Equivalence.fst.checked 82.0 MiB 82.4 MiB +0.5% 0.47s 0.52s +11.0%
examples/rel/_cache/IfcComposeReify.fst.checked 106.1 MiB 105.8 MiB -0.3% 0.76s 0.76s -0.9%
examples/rel/_cache/IfcDeclassify.fst.checked 92.7 MiB 92.5 MiB -0.2% 0.80s 0.83s +3.1%
examples/rel/_cache/IfcDelimitedRelease.fst.checked 141.3 MiB 143.4 MiB +1.5% 5.34s 5.48s +2.5%
examples/rel/_cache/IfcDelimitedReleaseReify.fst.checked 156.9 MiB 157.0 MiB +0.1% 5.41s 5.37s -0.9%
examples/rel/_cache/IfcExample.fst.checked 80.8 MiB 81.4 MiB +0.7% 2.38s 2.48s +4.0%
examples/rel/_cache/IfcExampleReify0.fst.checked 102.1 MiB 102.0 MiB -0.1% 0.57s 0.58s +1.7%
examples/rel/_cache/IfcExampleReify1.fst.checked 114.8 MiB 114.7 MiB -0.1% 1.15s 1.22s +5.5%
examples/rel/_cache/IfcExampleReify2.fst.checked 130.5 MiB 130.6 MiB +0.0% 1.29s 1.90s +47.3%
examples/rel/_cache/IfcExampleReify3.fst.checked 103.2 MiB 103.1 MiB -0.1% 0.68s 0.69s +1.3%
examples/rel/_cache/IfcMonitor.fst.checked 190.0 MiB 191.6 MiB +0.9% 4.74s 4.97s +4.8%
examples/rel/_cache/IfcMonitorTest.fst.checked 113.7 MiB 113.7 MiB +0.0% 0.87s 0.89s +2.9%
examples/rel/_cache/IfcRecursiveHeapReify.fst.checked 115.0 MiB 115.0 MiB +0.1% 1.06s 1.09s +2.5%
examples/rel/_cache/IfcRecursiveReify.fst.checked 108.1 MiB 108.1 MiB +0.0% 0.78s 0.81s +4.1%
examples/rel/_cache/IfcReificationRegressionTest.fst.checked 77.2 MiB 77.5 MiB +0.4% 0.48s 0.51s +4.8%
examples/rel/_cache/IfcRules.fst.checked 100.9 MiB 101.3 MiB +0.4% 2.92s 2.92s +0.1%
examples/rel/_cache/IfcRulesReify.fst.checked 159.2 MiB 161.3 MiB +1.4% 4.37s 4.49s +2.8%
examples/rel/_cache/IfcTypechecker.fst.checked 144.1 MiB 144.5 MiB +0.3% 1.19s 1.26s +5.7%
examples/rel/_cache/Label.fst.checked 61.2 MiB 61.4 MiB +0.3% 0.32s 0.31s -1.9%
examples/rel/_cache/Loops.fst.checked 128.9 MiB 130.1 MiB +0.9% 1.47s 1.55s +5.0%
examples/rel/_cache/Memo.fst.checked 213.2 MiB 214.7 MiB +0.7% 4.72s 5.11s +8.1%
examples/rel/_cache/OTP.fst.checked 100.1 MiB 100.4 MiB +0.3% 0.66s 0.67s +2.4%
examples/rel/_cache/OneTimePad.fst.checked 101.3 MiB 101.8 MiB +0.5% 3.43s 3.44s +0.3%
examples/rel/_cache/Point.fst.checked 109.6 MiB 109.7 MiB +0.1% 1.10s 1.13s +3.2%
examples/rel/_cache/ProgramEquivalence.fst.checked 115.3 MiB 115.5 MiB +0.2% 1.57s 1.69s +7.3%
examples/rel/_cache/ProgramOptimizations.fst.checked 130.0 MiB 130.5 MiB +0.4% 1.73s 1.72s -0.6%
examples/rel/_cache/RandomTapes.fst.checked 65.4 MiB 65.0 MiB -0.7% 1.00s 1.03s +2.7%
examples/rel/_cache/Recursive.fst.checked 61.8 MiB 61.9 MiB +0.2% 0.38s 0.41s +7.1%
examples/rel/_cache/ReifyLong.fst.checked 1.0 GiB 1.0 GiB -0.1% 16.68s 18.35s +10.0%
examples/rel/_cache/Rel.fst.checked 66.7 MiB 66.5 MiB -0.4% 0.40s 0.40s +1.8%
examples/rel/_cache/Setoids.fst.checked 159.2 MiB 163.3 MiB +2.6% 9.75s 9.85s +1.0%
examples/rel/_cache/StRel.fst.checked 72.1 MiB 72.5 MiB +0.6% 0.44s 0.46s +4.5%
examples/rel/_cache/Swap.fst.checked 111.0 MiB 111.5 MiB +0.4% 1.68s 1.70s +1.2%
examples/rel/_cache/UnionFind.Forest.fst.checked 110.5 MiB 110.5 MiB +0.0% 0.69s 0.71s +2.9%
examples/rel/_cache/UnionFind.Functions.fst.checked 144.8 MiB 146.2 MiB +1.0% 2.78s 2.73s -1.8%
examples/rel/_cache/UnionFind.fst.checked 222.5 MiB 222.0 MiB -0.2% 3.95s 4.21s +6.7%
examples/rel/_cache/While.fst.checked 84.1 MiB 85.1 MiB +1.2% 0.81s 0.82s +2.0%
examples/rel/_cache/WhileReify.fst.checked 118.5 MiB 119.2 MiB +0.6% 1.01s 1.03s +2.3%
examples/software_foundations/.depend 21.2 MiB 21.2 MiB +0.0% 0.10s 0.11s +7.0%
examples/software_foundations/_cache/SfBasic.fst.checked 78.7 MiB 78.6 MiB -0.1% 0.95s 0.99s +3.9%
examples/software_foundations/_cache/SfLists.fst.checked 88.6 MiB 90.4 MiB +2.1% 1.31s 1.43s +9.3%
examples/software_foundations/_cache/SfPoly.fst.checked 117.1 MiB 116.8 MiB -0.3% 2.14s 2.26s +5.6%
examples/tactics/.depend 34.3 MiB 34.3 MiB -0.2% 0.49s 0.51s +3.4%
examples/tactics/_cache/Admit.fst.checked 141.5 MiB 141.6 MiB +0.0% 0.72s 0.74s +1.8%
examples/tactics/_cache/Antiquote.fst.checked 165.5 MiB 167.5 MiB +1.2% 1.15s 1.23s +6.9%
examples/tactics/_cache/Arith.fst.checked 175.8 MiB 176.1 MiB +0.2% 1.54s 1.60s +3.8%
examples/tactics/_cache/Canon.fst.checked 173.8 MiB 173.1 MiB -0.4% 1.78s 1.80s +1.1%
examples/tactics/_cache/Easy.fst.checked 141.9 MiB 142.0 MiB +0.1% 0.75s 0.77s +3.2%
examples/tactics/_cache/Even.fst.checked 146.8 MiB 146.9 MiB +0.1% 0.83s 0.89s +6.8%
examples/tactics/_cache/HandleSmtGoal.fst.checked 142.1 MiB 142.1 MiB -0.0% 0.73s 0.77s +5.3%
examples/tactics/_cache/Imp.fst.checked 216.4 MiB 216.7 MiB +0.1% 1.88s 1.96s +4.5%
examples/tactics/_cache/LocalState.fst.checked 147.8 MiB 149.3 MiB +1.1% 0.85s 0.87s +2.4%
examples/tactics/_cache/Logic.fst.checked 142.1 MiB 142.3 MiB +0.1% 0.74s 0.76s +2.4%
examples/tactics/_cache/MkList.fst.checked 161.2 MiB 161.3 MiB +0.1% 1.06s 1.13s +6.5%
examples/tactics/_cache/MultiStage.fst.checked 166.5 MiB 166.3 MiB -0.1% 1.26s 1.32s +4.7%
examples/tactics/_cache/NArrows.fst.checked 92.7 MiB 92.8 MiB +0.0% 0.46s 0.49s +5.4%
examples/tactics/_cache/NormLHS.fst.checked 142.9 MiB 142.9 MiB -0.0% 0.75s 0.77s +2.8%
examples/tactics/_cache/Normalization.fst.checked 160.6 MiB 161.3 MiB +0.4% 1.20s 1.26s +4.7%
examples/tactics/_cache/Poly.fst.checked 192.5 MiB 193.1 MiB +0.3% 1.17s 1.28s +9.5%
examples/tactics/_cache/Postprocess.fst.checked 175.3 MiB 177.6 MiB +1.3% 1.39s 1.57s +13.2%
examples/tactics/_cache/Preprocess.fst.checked 159.4 MiB 159.7 MiB +0.2% 0.89s 0.96s +7.6%
examples/tactics/_cache/Printers.fst.checked 191.6 MiB 193.1 MiB +0.8% 1.77s 1.82s +2.6%
examples/tactics/_cache/Rewrite.Monoid.fst.checked 172.6 MiB 173.5 MiB +0.5% 1.20s 1.27s +5.6%
examples/tactics/_cache/RewriteTactic.fst.checked 143.2 MiB 143.1 MiB -0.0% 0.74s 0.80s +8.1%
examples/tactics/_cache/SealedModel.fst.checked 97.2 MiB 97.4 MiB +0.2% 0.61s 0.60s -0.2%
examples/tactics/_cache/SealedModel.fsti.checked 90.9 MiB 90.9 MiB +0.0% 0.41s 0.42s +2.2%
examples/tactics/_cache/Sequences.fst.checked 162.1 MiB 162.5 MiB +0.3% 1.06s 1.11s +4.5%
examples/tactics/_cache/SigeltOpts.fst.checked 161.1 MiB 161.0 MiB -0.1% 1.08s 1.13s +4.5%
examples/tactics/_cache/SigeltOpts2.fst.checked 157.4 MiB 157.9 MiB +0.3% 0.99s 1.00s +1.3%
examples/tactics/_cache/Simplifier.fst.checked 171.7 MiB 172.4 MiB +0.4% 1.42s 1.54s +8.3%
examples/tactics/_cache/SolveThen.fst.checked 143.7 MiB 143.7 MiB +0.0% 0.78s 0.81s +3.3%
examples/tactics/_cache/Tautology.fst.checked 189.1 MiB 190.5 MiB +0.7% 1.77s 1.82s +3.2%
examples/tactics/_cache/Trace.fst.checked 174.4 MiB 176.3 MiB +1.1% 1.68s 1.76s +4.8%
examples/tactics/_cache/Tutorial.fst.checked 159.7 MiB 159.9 MiB +0.2% 0.94s 0.98s +5.0%
examples/tactics/_cache/UserTactics.fst.checked 168.5 MiB 169.6 MiB +0.7% 1.28s 1.43s +11.5%
examples/tactics/eci19/.depend 28.2 MiB 28.2 MiB +0.1% 0.33s 0.35s +5.2%
examples/tactics/eci19/_cache/Automation.fst.checked 157.5 MiB 157.7 MiB +0.1% 1.12s 1.18s +5.1%
examples/tactics/eci19/_cache/ConstructiveLogic.fst.checked 160.8 MiB 161.3 MiB +0.3% 7.06s 6.83s -3.3%
examples/tactics/eci19/_cache/Hybrid.fst.checked 154.3 MiB 154.3 MiB -0.0% 1.24s 1.25s +1.0%
examples/tactics/eci19/_cache/Index.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +0.4%
examples/tactics/eci19/_cache/Intro.fst.checked 180.1 MiB 181.0 MiB +0.5% 1.81s 1.84s +2.0%
examples/tactics/eci19/_cache/Metaprogramming.fst.checked 152.6 MiB 153.5 MiB +0.6% 0.98s 0.99s +0.5%
examples/tactics/eci19/_cache/Term.fst.checked 146.8 MiB 147.6 MiB +0.5% 0.85s 0.88s +3.5%
examples/termination/.depend 24.3 MiB 24.3 MiB +0.0% 0.20s 0.21s +3.9%
examples/termination/_cache/CPS.Double.fst.checked 60.0 MiB 60.1 MiB +0.2% 0.28s 0.29s +5.0%
examples/termination/_cache/CPS.DoubleDefun.fst.checked 66.8 MiB 66.9 MiB +0.1% 0.48s 0.47s -1.3%
…ples/termination/_cache/CPS.DoubleLambdaLifting.fst.checked 61.3 MiB 61.4 MiB +0.1% 0.31s 0.33s +5.2%
…les/termination/_cache/CPS.DoubleLambdaLifting2.fst.checked 61.0 MiB 60.9 MiB -0.1% 0.30s 0.30s +2.4%
examples/termination/_cache/CPS.Expr.fst.checked 60.5 MiB 60.4 MiB -0.2% 0.30s 0.30s -1.3%
examples/termination/_cache/CPS.Simple.fst.checked 75.1 MiB 75.1 MiB +0.0% 0.36s 0.35s -2.5%
examples/termination/_cache/CPS.SimpleDefun.fst.checked 76.8 MiB 76.9 MiB +0.2% 0.40s 0.40s -0.5%
…ples/termination/_cache/CPS.SimpleLambdaLifting.fst.checked 75.3 MiB 75.4 MiB +0.2% 0.36s 0.35s -3.9%
examples/termination/_cache/ErrorMsg.fst.checked 61.1 MiB 61.3 MiB +0.3% 0.34s 0.34s +0.3%
examples/termination/_cache/Eval.DB.fst.checked 75.2 MiB 76.5 MiB +1.7% 0.70s 0.73s +5.5%
examples/termination/_cache/Maxime.fst.checked 59.9 MiB 59.8 MiB -0.1% 0.26s 0.26s -2.3%
examples/termination/_cache/McCarthy91.fst.checked 60.7 MiB 60.9 MiB +0.4% 0.33s 0.34s +4.6%
examples/termination/_cache/Termination.fst.checked 109.1 MiB 108.7 MiB -0.4% 1.14s 1.20s +5.3%
examples/typeclasses/.depend 30.9 MiB 30.9 MiB -0.2% 0.40s 0.43s +6.7%
examples/typeclasses/_cache/Add.fst.checked 111.9 MiB 112.1 MiB +0.2% 0.83s 0.86s +3.2%
examples/typeclasses/_cache/Deriving.fst.checked 236.9 MiB 237.5 MiB +0.3% 2.25s 2.34s +4.2%
examples/typeclasses/_cache/Enum.fst.checked 156.7 MiB 157.0 MiB +0.2% 1.03s 1.11s +7.6%
examples/typeclasses/_cache/EnumEq.fst.checked 145.5 MiB 145.5 MiB +0.0% 0.77s 0.78s +1.8%
examples/typeclasses/_cache/EnumEq.fsti.checked 143.7 MiB 143.7 MiB +0.0% 0.72s 0.72s -0.3%
examples/typeclasses/_cache/Eq.fst.checked 104.5 MiB 104.6 MiB +0.1% 0.84s 0.83s -1.1%
examples/typeclasses/_cache/Functor.fst.checked 103.5 MiB 103.5 MiB -0.1% 0.53s 0.56s +5.5%
examples/typeclasses/_cache/GradedMonad.fst.checked 107.8 MiB 107.8 MiB -0.1% 0.71s 0.76s +7.2%
examples/typeclasses/_cache/Inlining.fst.checked 93.3 MiB 93.3 MiB -0.0% 0.49s 0.46s -4.7%
examples/typeclasses/_cache/Loop.fst.checked 92.8 MiB 93.0 MiB +0.2% 0.43s 0.43s +0.9%
examples/typeclasses/_cache/Monad.fst.checked 113.7 MiB 114.2 MiB +0.4% 0.75s 0.80s +7.2%
…amples/typeclasses/_cache/MonadFunctorInference.fst.checked 106.8 MiB 107.1 MiB +0.2% 0.75s 0.73s -1.9%
examples/typeclasses/_cache/Num.fst.checked 103.9 MiB 104.1 MiB +0.3% 0.51s 0.52s +2.0%
examples/typeclasses/_cache/OpenIface.fst.checked 144.3 MiB 144.3 MiB -0.0% 0.72s 0.75s +4.0%
…/typeclasses/_cache/Pulse.Class.BoundedIntegers.fst.checked 195.3 MiB 197.3 MiB +1.0% 3.54s 3.62s +2.3%
examples/typeclasses/_cache/SyntaxTests.fst.checked 101.1 MiB 101.1 MiB -0.0% 0.48s 0.49s +2.1%
examples/typeclasses/_cache/SyntaxTests.fsti.checked 99.8 MiB 99.8 MiB -0.0% 0.47s 0.45s -3.2%
examples/typeclasses/_cache/Tests.fst.checked 105.5 MiB 105.6 MiB +0.1% 0.67s 0.69s +4.1%
examples/verifythis/2015/.depend 20.4 MiB 20.4 MiB +0.0% 0.09s 0.10s +2.2%
examples/verifythis/2015/_cache/Problem01.fst.checked 92.3 MiB 92.5 MiB +0.2% 2.24s 2.17s -2.9%
fsharp/tests/Hello/.depend 21.5 MiB 21.5 MiB +0.0% 0.18s 0.18s +2.8%
fsharp/tests/Hello/_cache/Hello.fst.checked 99.8 MiB 99.8 MiB +0.0% 0.45s 0.46s +1.6%
fsharp/tests/Hello/_output/Hello.fs 158.6 MiB 158.6 MiB +0.1% 1.10s 1.12s +2.3%
fsharp/tests/Test00/.depend 21.5 MiB 21.5 MiB +0.0% 0.17s 0.18s +5.3%
fsharp/tests/Test00/_cache/Test00.fst.checked 101.2 MiB 101.2 MiB +0.0% 0.46s 0.47s +3.7%
fsharp/tests/Test00/_output/Test00.fs 158.9 MiB 159.0 MiB +0.0% 1.08s 1.16s +6.7%
pulse/test/.depend 74.8 MiB 75.9 MiB +1.5% 1.50s 1.61s +7.6%
pulse/test/_cache/ANF.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.26s 1.32s +5.4%
pulse/test/_cache/ArrayTests.fst.checked 542.0 MiB 543.0 MiB +0.2% 8.89s 9.13s +2.7%
pulse/test/_cache/BangBang.fst.checked 315.0 MiB 314.0 MiB -0.3% 1.75s 1.81s +3.9%
pulse/test/_cache/BinderAttrs.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.07s 1.12s +5.2%
pulse/test/_cache/BorrowsExample.fst.checked 405.0 MiB 404.0 MiB -0.2% 4.48s 4.59s +2.4%
pulse/test/_cache/Break.fst.checked 361.0 MiB 361.0 MiB +0.0% 3.46s 3.41s -1.4%
pulse/test/_cache/Bug356.fst.checked 257.0 MiB 257.0 MiB +0.0% 1.13s 1.12s -0.6%
pulse/test/_cache/CombinatorArg.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.36s 1.38s +1.5%
pulse/test/_cache/Defer.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.55s 1.58s +2.1%
pulse/test/_cache/EverParseIssue.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.33s 1.40s +4.7%
pulse/test/_cache/Example.BreakReturnContinue.fst.checked 478.0 MiB 480.0 MiB +0.4% 6.60s 6.70s +1.5%
pulse/test/_cache/Example.Hashtable.fst.checked 329.0 MiB 327.0 MiB -0.6% 1.85s 1.96s +5.8%
pulse/test/_cache/Example.Slice.fst.checked 362.0 MiB 365.0 MiB +0.8% 2.84s 2.88s +1.7%
pulse/test/_cache/Example.TestOnAutomation.fst.checked 308.0 MiB 306.0 MiB -0.6% 1.74s 1.82s +5.1%
pulse/test/_cache/Example.Unreachable.fst.checked 299.0 MiB 300.0 MiB +0.3% 1.32s 1.36s +2.6%
pulse/test/_cache/ExtractUninit.fst.checked 312.0 MiB 312.0 MiB +0.0% 1.93s 1.96s +1.6%
pulse/test/_cache/ExtractionTest.fst.checked 382.0 MiB 383.0 MiB +0.3% 4.22s 4.23s +0.1%
pulse/test/_cache/FnAnnot.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.01s 1.08s +7.3%
pulse/test/_cache/Goto.fst.checked 343.0 MiB 342.0 MiB -0.3% 2.65s 2.67s +0.9%
pulse/test/_cache/ImpureSpec.fst.checked 331.0 MiB 331.0 MiB +0.0% 2.63s 2.66s +1.2%
pulse/test/_cache/InlineArrayLen.fst.checked 310.0 MiB 310.0 MiB +0.0% 1.64s 1.74s +6.2%
pulse/test/_cache/LetMutImps.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.30s 1.34s +2.8%
pulse/test/_cache/LocalFnAnnot.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.03s 1.05s +2.4%
pulse/test/_cache/LoopDecreases.fst.checked 308.0 MiB 308.0 MiB +0.0% 1.72s 1.79s +4.1%
pulse/test/_cache/LoopInvariants.fst.checked 314.0 MiB 315.0 MiB +0.3% 1.95s 2.00s +2.3%
pulse/test/_cache/LoopRequires.fst.checked 306.0 MiB 306.0 MiB +0.0% 1.61s 1.71s +5.9%
pulse/test/_cache/Match.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.28s 1.37s +7.2%
pulse/test/_cache/MatchBasic.fst.checked 317.0 MiB 316.0 MiB -0.3% 1.97s 2.04s +3.2%
pulse/test/_cache/MatchRW.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.36s 1.43s +5.4%
pulse/test/_cache/Matches.fst.checked 306.0 MiB 304.0 MiB -0.7% 1.56s 1.56s +0.1%
pulse/test/_cache/Null.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.43s 1.44s +1.0%
pulse/test/_cache/PrintCheck.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.30s 1.32s +1.8%
pulse/test/_cache/ProverLemmas.fst.checked 301.0 MiB 302.0 MiB +0.3% 1.44s 1.47s +1.5%
pulse/test/_cache/RewriteEachUnfold.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.45s 1.52s +5.5%
pulse/test/_cache/SlpropDefn.fst.checked 281.0 MiB 280.0 MiB -0.4% 1.25s 1.29s +3.3%
pulse/test/_cache/Test.Basic1.fst.checked 307.0 MiB 306.0 MiB -0.3% 1.61s 1.65s +2.4%
pulse/test/_cache/Test.Basic2.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.27s 1.28s +1.2%
pulse/test/_cache/Test.JoinInference.fst.checked 313.0 MiB 313.0 MiB +0.0% 2.01s 2.06s +2.2%
pulse/test/_cache/Test.Recursion.fst.checked 315.0 MiB 316.0 MiB +0.3% 2.04s 2.08s +1.7%
pulse/test/_cache/Test.ReflikeClass.fst.checked 285.0 MiB 285.0 MiB +0.0% 1.49s 1.48s -0.6%
pulse/test/_cache/TestBadDec.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.42s 1.43s +0.6%
pulse/test/_cache/UnfoldMetaArg.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.24s 1.30s +4.9%
pulse/test/_cache/Univs.fst.checked 257.0 MiB 257.0 MiB +0.0% 1.07s 1.11s +3.3%
pulse/test/_cache/Univs.fsti.checked 244.0 MiB 244.0 MiB +0.0% 1.03s 1.05s +2.3%
pulse/test/_cache/Unobservable.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.27s 1.30s +2.5%
pulse/test/_cache/UnreachableJoin.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.44s 1.43s -0.7%
pulse/test/_cache/VecAlloc.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.37s 1.38s +0.7%
pulse/test/_cache/WithPureTest.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.40s 1.48s +5.1%
pulse/test/_output/Defer.ml 395.0 MiB 407.0 MiB +3.0% 2.94s 3.06s +3.8%
pulse/test/_output/Example_Unreachable.ml 403.0 MiB 403.0 MiB +0.0% 2.93s 3.03s +3.2%
pulse/test/_output/ExtractionTest.ml 400.0 MiB 400.0 MiB +0.0% 2.94s 3.03s +3.0%
pulse/test/_output/InlineArrayLen.ml 392.0 MiB 392.0 MiB +0.0% 2.90s 2.98s +2.7%
pulse/test/_output/LoopInvariants.fst.output 312.0 MiB 313.0 MiB +0.3% 1.95s 1.99s +2.3%
pulse/test/_output/MatchBasic.fst.output 317.0 MiB 317.0 MiB +0.0% 2.01s 2.03s +1.2%
pulse/test/_output/Null.ml 391.0 MiB 393.0 MiB +0.5% 2.87s 3.05s +6.4%
pulse/test/_output/PrintCheck.fst.output 281.0 MiB 281.0 MiB +0.0% 1.27s 1.36s +7.3%
pulse/test/_output/Test.Recursion.fst.output 315.0 MiB 316.0 MiB +0.3% 2.00s 2.10s +4.7%
pulse/test/_output/Unobservable.ml 403.0 MiB 403.0 MiB +0.0% 2.89s 3.07s +6.1%
pulse/test/bug-reports/.depend 75.8 MiB 76.1 MiB +0.4% 1.61s 1.72s +7.1%
…lse/test/bug-reports/_cache/Bug.DesugaringError.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.24s 1.28s +2.9%
pulse/test/bug-reports/_cache/Bug.Invariants.fst.checked 312.0 MiB 312.0 MiB +0.0% 1.84s 1.93s +4.8%
pulse/test/bug-reports/_cache/Bug.SpinLock.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.34s 1.33s -0.7%
pulse/test/bug-reports/_cache/Bug100.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.47s 1.46s -0.3%
pulse/test/bug-reports/_cache/Bug102.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.32s 1.35s +2.4%
pulse/test/bug-reports/_cache/Bug102b.fst.checked 304.0 MiB 304.0 MiB +0.0% 1.49s 1.53s +3.0%
pulse/test/bug-reports/_cache/Bug107.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.27s 1.33s +4.3%
pulse/test/bug-reports/_cache/Bug11.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.34s 1.42s +5.4%
pulse/test/bug-reports/_cache/Bug110.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.35s 1.38s +2.8%
pulse/test/bug-reports/_cache/Bug111.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.23s 1.24s +1.1%
pulse/test/bug-reports/_cache/Bug113.fst.checked 197.0 MiB 197.0 MiB +0.0% 0.84s 0.88s +4.3%
pulse/test/bug-reports/_cache/Bug13.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.29s 1.34s +3.2%
pulse/test/bug-reports/_cache/Bug137.fst.checked 299.0 MiB 300.0 MiB +0.3% 1.31s 1.36s +4.0%
pulse/test/bug-reports/_cache/Bug141.fst.checked 284.0 MiB 283.0 MiB -0.4% 1.26s 1.30s +3.3%
pulse/test/bug-reports/_cache/Bug166.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.24s 1.27s +3.1%
pulse/test/bug-reports/_cache/Bug169.fst.checked 279.0 MiB 281.0 MiB +0.7% 1.27s 1.30s +2.8%
pulse/test/bug-reports/_cache/Bug172.fst.checked 90.4 MiB 88.2 MiB -2.4% 0.23s 0.24s +3.4%
pulse/test/bug-reports/_cache/Bug174.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.26s 1.27s +1.4%
pulse/test/bug-reports/_cache/Bug177.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.30s 1.35s +3.8%
pulse/test/bug-reports/_cache/Bug206.fst.checked 300.0 MiB 301.0 MiB +0.3% 1.31s 1.35s +2.8%
pulse/test/bug-reports/_cache/Bug216.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.23s 1.29s +4.9%
pulse/test/bug-reports/_cache/Bug234.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.26s 1.30s +2.7%
pulse/test/bug-reports/_cache/Bug266.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.33s 1.33s +0.1%
pulse/test/bug-reports/_cache/Bug267.fst.checked 308.0 MiB 309.0 MiB +0.3% 1.72s 1.76s +2.3%
pulse/test/bug-reports/_cache/Bug273.fst.checked 278.0 MiB 278.0 MiB +0.0% 1.27s 1.27s +0.0%
pulse/test/bug-reports/_cache/Bug274.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.35s 1.39s +2.7%
pulse/test/bug-reports/_cache/Bug278.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.25s 1.28s +2.2%
pulse/test/bug-reports/_cache/Bug29.fst.checked 302.0 MiB 302.0 MiB +0.0% 1.46s 1.48s +1.1%
pulse/test/bug-reports/_cache/Bug33.fst.checked 278.0 MiB 278.0 MiB +0.0% 1.22s 1.31s +7.3%
pulse/test/bug-reports/_cache/Bug34.fst.checked 281.0 MiB 281.0 MiB +0.0% 1.26s 1.30s +3.3%
pulse/test/bug-reports/_cache/Bug347.fst.checked 312.0 MiB 312.0 MiB +0.0% 1.69s 1.77s +5.1%
pulse/test/bug-reports/_cache/Bug347b.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.32s 1.34s +1.9%
pulse/test/bug-reports/_cache/Bug36.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.24s 1.26s +2.2%
pulse/test/bug-reports/_cache/Bug431.fst.checked 330.0 MiB 330.0 MiB +0.0% 2.54s 2.59s +1.7%
pulse/test/bug-reports/_cache/Bug45.fst.checked 307.0 MiB 307.0 MiB +0.0% 1.41s 1.48s +5.0%
pulse/test/bug-reports/_cache/Bug512.fst.checked 303.0 MiB 303.0 MiB +0.0% 1.46s 1.48s +1.4%
pulse/test/bug-reports/_cache/Bug583.fst.checked 305.0 MiB 305.0 MiB +0.0% 1.58s 1.62s +2.6%
pulse/test/bug-reports/_cache/Bug583b.fst.checked 329.0 MiB 330.0 MiB +0.3% 2.19s 2.21s +1.1%
pulse/test/bug-reports/_cache/Bug59.fst.checked 300.0 MiB 300.0 MiB +0.0% 1.35s 1.32s -1.9%
pulse/test/bug-reports/_cache/Bug94.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.39s 1.44s +3.9%
pulse/test/bug-reports/_cache/Bug95.fst.checked 306.0 MiB 306.0 MiB +0.0% 1.51s 1.57s +4.0%
pulse/test/bug-reports/_cache/Bug95b.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.32s 1.35s +2.0%
pulse/test/bug-reports/_cache/Bug96.fst.checked 279.0 MiB 281.0 MiB +0.7% 1.22s 1.26s +3.5%
pulse/test/bug-reports/_cache/Bug97.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.28s 1.27s -0.2%
pulse/test/bug-reports/_cache/BugGhostReturn.fst.checked 299.0 MiB 302.0 MiB +1.0% 1.35s 1.36s +1.0%
…st/bug-reports/_cache/BugHigherOrderApplication.fst.checked 303.0 MiB 304.0 MiB +0.3% 1.60s 1.65s +2.9%
pulse/test/bug-reports/_cache/BugIfFalse.fst.checked 298.0 MiB 298.0 MiB +0.0% 1.33s 1.30s -2.6%
…st/bug-reports/_cache/BugUnificationUnderBinder.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.35s 1.40s +3.9%
pulse/test/bug-reports/_cache/BugWhileInv.fst.checked 307.0 MiB 307.0 MiB +0.0% 1.69s 1.78s +5.3%
pulse/test/bug-reports/_cache/DependentTuples.fst.checked 282.0 MiB 282.0 MiB +0.0% 1.33s 1.39s +4.1%
…ug-reports/_cache/ExistsErasedAndPureEqualities.fst.checked 280.0 MiB 283.0 MiB +1.1% 1.34s 1.37s +2.2%
pulse/test/bug-reports/_cache/ExistsSyntax.fst.checked 280.0 MiB 280.0 MiB +0.0% 1.28s 1.33s +3.9%
…lse/test/bug-reports/_cache/ExtractPulseFnIface.fst.checked 299.0 MiB 299.0 MiB +0.0% 1.31s 1.36s +3.7%
…se/test/bug-reports/_cache/ExtractPulseFnIface.fsti.checked 279.0 MiB 279.0 MiB +0.0% 1.28s 1.28s -0.1%
pulse/test/bug-reports/_cache/GhostAdmit.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.25s 1.29s +3.4%
pulse/test/bug-reports/_cache/IntroGhost.fst.checked 301.0 MiB 301.0 MiB +0.0% 1.49s 1.57s +5.3%
pulse/test/bug-reports/_cache/JoinIf.fst.checked 452.0 MiB 453.0 MiB +0.2% 5.27s 5.41s +2.6%
…lse/test/bug-reports/_cache/OrderDepHigherOrder.fst.checked 282.0 MiB 281.0 MiB -0.4% 1.37s 1.39s +1.9%
pulse/test/bug-reports/_cache/PartialApp.fst.checked 281.0 MiB 283.0 MiB +0.7% 1.30s 1.36s +3.9%
pulse/test/bug-reports/_cache/RecordOfArrays.fst.checked 313.0 MiB 315.0 MiB +0.6% 1.77s 1.86s +4.9%
pulse/test/bug-reports/_cache/RecordWithRefs.fst.checked 305.0 MiB 305.0 MiB +0.0% 1.67s 1.72s +3.1%
pulse/test/bug-reports/_cache/Records.fst.checked 311.0 MiB 311.0 MiB +0.0% 1.85s 1.93s +4.3%
pulse/test/bug-reports/_cache/RevealHide.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.27s 1.26s -0.6%
pulse/test/bug-reports/_cache/Test.Namespace.fst.checked 279.0 MiB 278.0 MiB -0.4% 1.21s 1.26s +4.0%
…t/bug-reports/_cache/UnificationVariableEscapes.fst.checked 318.0 MiB 319.0 MiB +0.3% 2.00s 2.06s +3.2%
pulse/test/bug-reports/_cache/ValsInScope.fst.checked 279.0 MiB 279.0 MiB +0.0% 1.21s 1.27s +4.5%
…lse/test/bug-reports/_output/Bug.DesugaringError.fst.output 280.0 MiB 280.0 MiB +0.0% 1.23s 1.27s +3.6%
pulse/test/bug-reports/_output/Bug.SpinLock.fst.output 282.0 MiB 282.0 MiB +0.0% 1.28s 1.32s +3.0%
pulse/test/bug-reports/_output/Bug100.fst.output 302.0 MiB 304.0 MiB +0.7% 1.44s 1.47s +1.9%
pulse/test/bug-reports/_output/Bug111.fst.output 279.0 MiB 279.0 MiB +0.0% 1.22s 1.23s +0.9%
pulse/test/bug-reports/_output/Bug113.fst.output 197.0 MiB 197.0 MiB +0.0% 0.84s 0.86s +1.4%
pulse/test/bug-reports/_output/Bug169.fst.output 279.0 MiB 279.0 MiB +0.0% 1.24s 1.26s +1.5%
pulse/test/bug-reports/_output/Bug174.fst.output 279.0 MiB 279.0 MiB +0.0% 1.25s 1.28s +2.1%
pulse/test/bug-reports/_output/Bug206.fst.output 300.0 MiB 300.0 MiB +0.0% 1.31s 1.35s +2.8%
pulse/test/bug-reports/_output/Bug266.fst.output 300.0 MiB 300.0 MiB +0.0% 1.34s 1.35s +1.2%
pulse/test/bug-reports/_output/Bug267.fst.output 308.0 MiB 308.0 MiB +0.0% 1.68s 1.76s +4.6%
pulse/test/bug-reports/_output/Bug274.fst.output 282.0 MiB 282.0 MiB +0.0% 1.36s 1.40s +2.9%
pulse/test/bug-reports/_output/Bug278.fst.output 280.0 MiB 280.0 MiB +0.0% 1.27s 1.29s +1.6%
pulse/test/bug-reports/_output/Bug29.fst.output 302.0 MiB 301.0 MiB -0.3% 1.44s 1.48s +3.1%
pulse/test/bug-reports/_output/Bug36.fst.output 279.0 MiB 279.0 MiB +0.0% 1.21s 1.26s +4.0%
pulse/test/bug-reports/_output/Bug45.fst.output 307.0 MiB 307.0 MiB +0.0% 1.40s 1.45s +3.6%
pulse/test/bug-reports/_output/Bug59.fst.output 299.0 MiB 300.0 MiB +0.3% 1.29s 1.33s +3.5%
pulse/test/bug-reports/_output/Bug94.fst.output 301.0 MiB 301.0 MiB +0.0% 1.43s 1.43s +0.5%
…st/bug-reports/_output/BugHigherOrderApplication.fst.output 303.0 MiB 304.0 MiB +0.3% 1.58s 1.61s +1.8%
…ug-reports/_output/ExistsErasedAndPureEqualities.fst.output 280.0 MiB 281.0 MiB +0.4% 1.32s 1.36s +3.3%
pulse/test/bug-reports/_output/IntroGhost.fst.output 301.0 MiB 301.0 MiB +0.0% 1.50s 1.56s +4.1%
pulse/test/bug-reports/_output/PartialApp.fst.output 281.0 MiB 281.0 MiB +0.0% 1.30s 1.35s +4.0%
pulse/test/nolib/.depend 60.6 MiB 63.1 MiB +4.2% 0.55s 0.58s +5.6%
pulse/test/nolib/_cache/AdmitDoesNotSimpl.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.02s 1.08s +5.7%
pulse/test/nolib/_cache/AdmitKrml.fst.checked 256.0 MiB 256.0 MiB +0.0% 1.06s 1.10s +4.0%
pulse/test/nolib/_cache/Ambig.Attr.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.05s 1.07s +1.7%
pulse/test/nolib/_cache/Ambig.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.11s 1.14s +2.4%
pulse/test/nolib/_cache/Annots.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.07s 1.11s +3.8%
pulse/test/nolib/_cache/AssertWildcard.fst.checked 244.0 MiB 244.0 MiB +0.0% 1.04s 1.08s +3.4%
pulse/test/nolib/_cache/Bug32.fst.checked 244.0 MiB 246.0 MiB +0.8% 1.02s 1.05s +2.5%
pulse/test/nolib/_cache/Bug357.fst.checked 261.0 MiB 261.0 MiB +0.0% 1.20s 1.22s +2.2%
pulse/test/nolib/_cache/Bug387.fst.checked 259.0 MiB 259.0 MiB +0.0% 1.10s 1.16s +5.1%
pulse/test/nolib/_cache/Bug416.fst.checked 258.0 MiB 258.0 MiB +0.0% 1.09s 1.13s +3.7%
pulse/test/nolib/_cache/Bug511.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.03s 1.05s +1.6%
pulse/test/nolib/_cache/CharConstants.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.03s 1.04s +1.1%
pulse/test/nolib/_cache/Check.fst.checked 256.0 MiB 256.0 MiB +0.0% 1.06s 1.08s +1.7%
pulse/test/nolib/_cache/DropEmp.fst.checked 244.0 MiB 244.0 MiB +0.0% 1.03s 1.08s +4.4%
pulse/test/nolib/_cache/ErrCantFindWitness.fst.checked 244.0 MiB 244.0 MiB +0.0% 0.99s 1.04s +4.8%
pulse/test/nolib/_cache/FnRecAnnot.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.01s 1.05s +3.1%
pulse/test/nolib/_cache/Implicits.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.14s 1.15s +1.7%
pulse/test/nolib/_cache/InameReduce.fst.checked 257.0 MiB 258.0 MiB +0.4% 1.12s 1.14s +1.4%
pulse/test/nolib/_cache/Introduce.fst.checked 246.0 MiB 245.0 MiB -0.4% 1.12s 1.11s -1.2%
pulse/test/nolib/_cache/Match.fst.checked 276.0 MiB 277.0 MiB +0.4% 1.57s 1.62s +3.2%
pulse/test/nolib/_cache/MatchRange.fst.checked 260.0 MiB 260.0 MiB +0.0% 1.17s 1.21s +3.9%
pulse/test/nolib/_cache/MicroQueries.fst.checked 417.0 MiB 417.0 MiB +0.0% 3.19s 3.32s +4.0%
pulse/test/nolib/_cache/NewMatch.fst.checked 263.0 MiB 264.0 MiB +0.4% 1.24s 1.30s +5.2%
pulse/test/nolib/_cache/NoRewrite.fst.checked 260.0 MiB 260.0 MiB +0.0% 1.15s 1.22s +5.8%
pulse/test/nolib/_cache/NormCtx.fst.checked 245.0 MiB 245.0 MiB +0.0% 1.07s 1.05s -2.2%
pulse/test/nolib/_cache/Preserves.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.08s 1.11s +2.9%
pulse/test/nolib/_cache/QuantifierOps.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.02s 1.06s +4.0%
pulse/test/nolib/_cache/RewriteEachUnfold.fst.checked 256.0 MiB 256.0 MiB +0.0% 1.08s 1.11s +3.0%
pulse/test/nolib/_cache/RewriteNopWarning.fst.checked 257.0 MiB 257.0 MiB +0.0% 1.11s 1.16s +4.9%
pulse/test/nolib/_cache/Test.GenOrder.fst.checked 244.0 MiB 245.0 MiB +0.4% 1.04s 1.07s +3.3%
pulse/test/nolib/_cache/Test.GenOrder2.A.fsti.checked 244.0 MiB 245.0 MiB +0.4% 1.07s 1.09s +2.3%
pulse/test/nolib/_cache/Test.GenOrder2.B.fst.checked 244.0 MiB 244.0 MiB +0.0% 1.02s 1.06s +4.7%
pulse/test/nolib/_cache/Test.Matcher.fst.checked 261.0 MiB 261.0 MiB +0.0% 1.24s 1.27s +2.7%
pulse/test/nolib/_cache/Test.RewriteBy.fst.checked 247.0 MiB 245.0 MiB -0.8% 1.06s 1.08s +1.9%
pulse/test/nolib/_cache/TupleFun.fst.checked 259.0 MiB 261.0 MiB +0.8% 1.17s 1.24s +6.1%
pulse/test/nolib/_cache/Unfold.fst.checked 245.0 MiB 246.0 MiB +0.4% 1.02s 1.07s +4.5%
pulse/test/nolib/_cache/UnfoldArgs.fst.checked 258.0 MiB 258.0 MiB +0.0% 1.13s 1.16s +2.7%
pulse/test/nolib/_cache/UnfoldFst.fst.checked 257.0 MiB 258.0 MiB +0.4% 1.10s 1.14s +3.9%
pulse/test/nolib/_cache/Val.fst.checked 245.0 MiB 246.0 MiB +0.4% 1.02s 1.04s +1.8%
pulse/test/nolib/_cache/Val.fsti.checked 245.0 MiB 245.0 MiB +0.0% 0.98s 1.03s +5.3%
pulse/test/nolib/_output/AdmitDoesNotSimpl.fst.output 244.0 MiB 245.0 MiB +0.4% 1.06s 1.08s +2.5%
pulse/test/nolib/_output/Annots.fst.output 244.0 MiB 245.0 MiB +0.4% 1.07s 1.10s +2.3%
pulse/test/nolib/_output/Bug416.fst.output 258.0 MiB 258.0 MiB +0.0% 1.09s 1.12s +3.1%
pulse/test/nolib/_output/Check.fst.output 256.0 MiB 256.0 MiB +0.0% 1.05s 1.09s +4.0%
pulse/test/nolib/_output/ErrCantFindWitness.fst.output 244.0 MiB 245.0 MiB +0.4% 1.00s 1.05s +4.2%
pulse/test/nolib/_output/MatchRange.fst.output 260.0 MiB 260.0 MiB +0.0% 1.18s 1.20s +1.8%
pulse/test/nolib/_output/RewriteNopWarning.fst.output 257.0 MiB 257.0 MiB +0.0% 1.07s 1.10s +2.7%
pulse/test/nolib/_output/Test.Matcher.fst.output 261.0 MiB 261.0 MiB +0.0% 1.23s 1.25s +1.7%
pulse/test/nolib/_output/Test.RewriteBy.fst.output 244.0 MiB 245.0 MiB +0.4% 1.04s 1.09s +3.9%
tests/bug-reports/closed/.depend 82.1 MiB 82.2 MiB +0.2% 2.02s 2.12s +5.2%
tests/bug-reports/closed/_cache/Bug016.fst.checked 68.7 MiB 68.7 MiB +0.0% 0.30s 0.31s +3.7%
tests/bug-reports/closed/_cache/Bug019.fst.checked 61.8 MiB 61.9 MiB +0.2% 0.38s 0.40s +5.8%
tests/bug-reports/closed/_cache/Bug022.fst.checked 60.4 MiB 60.5 MiB +0.2% 0.28s 0.29s +3.5%
tests/bug-reports/closed/_cache/Bug024.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.28s 0.28s +1.4%
tests/bug-reports/closed/_cache/Bug025.fst.checked 60.0 MiB 59.9 MiB -0.2% 0.28s 0.29s +3.9%
tests/bug-reports/closed/_cache/Bug026.fst.checked 64.8 MiB 64.8 MiB -0.1% 0.57s 0.59s +2.4%
tests/bug-reports/closed/_cache/Bug026b.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.26s 0.27s +1.9%
tests/bug-reports/closed/_cache/Bug028.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug034.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.25s -0.8%
tests/bug-reports/closed/_cache/Bug035.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.27s 0.29s +5.9%
tests/bug-reports/closed/_cache/Bug043.fst.checked 61.1 MiB 61.2 MiB +0.1% 0.32s 0.34s +6.0%
tests/bug-reports/closed/_cache/Bug044.fst.checked 60.8 MiB 60.9 MiB +0.2% 0.31s 0.32s +4.6%
tests/bug-reports/closed/_cache/Bug046.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug052.fst.checked 60.7 MiB 60.7 MiB +0.1% 0.30s 0.31s +2.3%
tests/bug-reports/closed/_cache/Bug056.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.26s 0.26s +1.6%
tests/bug-reports/closed/_cache/Bug058.fst.checked 61.2 MiB 61.3 MiB +0.3% 0.31s 0.32s +3.2%
tests/bug-reports/closed/_cache/Bug058b.fst.checked 61.1 MiB 61.2 MiB +0.2% 0.31s 0.33s +7.1%
tests/bug-reports/closed/_cache/Bug063.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.27s 0.27s +0.8%
tests/bug-reports/closed/_cache/Bug067.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.27s 0.28s +3.4%
tests/bug-reports/closed/_cache/Bug069.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +3.8%
tests/bug-reports/closed/_cache/Bug077.fst.checked 62.8 MiB 62.9 MiB +0.2% 0.35s 0.36s +3.4%
tests/bug-reports/closed/_cache/Bug086.fst.checked 63.4 MiB 63.7 MiB +0.4% 0.33s 0.34s +2.1%
tests/bug-reports/closed/_cache/Bug092.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.27s +8.5%
tests/bug-reports/closed/_cache/Bug097b.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug1017.fst.checked 60.0 MiB 60.1 MiB +0.1% 0.28s 0.29s +5.0%
tests/bug-reports/closed/_cache/Bug102.fst.checked 67.1 MiB 67.7 MiB +0.8% 0.44s 0.46s +3.6%
tests/bug-reports/closed/_cache/Bug1029.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +3.4%
tests/bug-reports/closed/_cache/Bug1029b.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.23s -0.4%
tests/bug-reports/closed/_cache/Bug103.fst.checked 60.2 MiB 60.2 MiB +0.0% 0.26s 0.27s +4.3%
tests/bug-reports/closed/_cache/Bug1041.fst.checked 59.7 MiB 59.9 MiB +0.2% 0.28s 0.29s +1.8%
tests/bug-reports/closed/_cache/Bug1043.fst.checked 87.1 MiB 87.1 MiB -0.0% 0.40s 0.40s +0.3%
tests/bug-reports/closed/_cache/Bug1043b.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.23s 0.24s +3.8%
tests/bug-reports/closed/_cache/Bug1052.fst.checked 68.0 MiB 68.0 MiB +0.0% 0.30s 0.30s +2.4%
tests/bug-reports/closed/_cache/Bug1055.fst.checked 108.0 MiB 108.2 MiB +0.1% 0.76s 0.78s +2.6%
tests/bug-reports/closed/_cache/Bug1060.fst.checked 59.8 MiB 59.8 MiB +0.1% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug1065a.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.25s -0.8%
tests/bug-reports/closed/_cache/Bug1065b.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug1065c.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.25s -0.4%
tests/bug-reports/closed/_cache/Bug1066.fst.checked 60.9 MiB 60.8 MiB -0.2% 0.26s 0.27s +5.5%
tests/bug-reports/closed/_cache/Bug1070.fst.checked 61.2 MiB 61.1 MiB -0.1% 0.31s 0.32s +0.6%
tests/bug-reports/closed/_cache/Bug1074.fst.checked 61.3 MiB 61.4 MiB +0.1% 0.30s 0.33s +8.3%
tests/bug-reports/closed/_cache/Bug1076.fst.checked 60.0 MiB 59.9 MiB -0.2% 0.27s 0.28s +4.0%
tests/bug-reports/closed/_cache/Bug1090.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.23s 0.24s +3.0%
tests/bug-reports/closed/_cache/Bug1097.fst.checked 60.8 MiB 60.8 MiB -0.1% 0.30s 0.30s +1.3%
tests/bug-reports/closed/_cache/Bug1101.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.26s 0.27s +3.5%
tests/bug-reports/closed/_cache/Bug1106.fst.checked 60.6 MiB 60.5 MiB -0.1% 0.29s 0.29s +2.1%
tests/bug-reports/closed/_cache/Bug1106b.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +1.3%
tests/bug-reports/closed/_cache/Bug111.fst.checked 61.9 MiB 61.9 MiB +0.0% 0.26s 0.27s +3.1%
tests/bug-reports/closed/_cache/Bug1121a.fst.checked 59.2 MiB 59.3 MiB +0.1% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug1121b.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.24s +1.3%
tests/bug-reports/closed/_cache/Bug1123.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +2.1%
tests/bug-reports/closed/_cache/Bug1130.fst.checked 85.1 MiB 85.1 MiB +0.0% 0.35s 0.37s +4.2%
tests/bug-reports/closed/_cache/Bug1141a.fst.checked 71.5 MiB 71.6 MiB +0.1% 0.45s 0.46s +3.4%
tests/bug-reports/closed/_cache/Bug1141b.fst.checked 62.0 MiB 62.0 MiB +0.0% 0.28s 0.29s +3.5%
tests/bug-reports/closed/_cache/Bug1141c.fst.checked 73.0 MiB 73.2 MiB +0.3% 0.47s 0.51s +9.1%
tests/bug-reports/closed/_cache/Bug1141d.fst.checked 71.7 MiB 71.7 MiB -0.0% 0.45s 0.46s +1.8%
tests/bug-reports/closed/_cache/Bug1150.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.27s 0.28s +3.3%
tests/bug-reports/closed/_cache/Bug116.fst.checked 61.6 MiB 61.6 MiB +0.1% 0.32s 0.33s +3.1%
tests/bug-reports/closed/_cache/Bug1182a.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug1182b.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.25s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug1187.fst.checked 106.3 MiB 106.4 MiB +0.1% 1.07s 1.12s +4.1%
tests/bug-reports/closed/_cache/Bug1191.fst.checked 60.6 MiB 60.6 MiB +0.1% 0.28s 0.29s +2.8%
tests/bug-reports/closed/_cache/Bug120.fst.checked 62.0 MiB 61.8 MiB -0.3% 0.36s 0.37s +3.0%
tests/bug-reports/closed/_cache/Bug122.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.24s -1.2%
tests/bug-reports/closed/_cache/Bug1228.fst.checked 61.2 MiB 61.2 MiB -0.1% 0.30s 0.31s +3.4%
tests/bug-reports/closed/_cache/Bug124.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.28s 0.28s +0.4%
tests/bug-reports/closed/_cache/Bug125.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.27s 0.28s +3.8%
tests/bug-reports/closed/_cache/Bug126.fst.checked 78.3 MiB 78.3 MiB +0.0% 0.82s 0.81s -1.9%
tests/bug-reports/closed/_cache/Bug1271.fst.checked 144.5 MiB 145.1 MiB +0.4% 0.78s 0.81s +4.4%
tests/bug-reports/closed/_cache/Bug1305.fst.checked 142.0 MiB 142.1 MiB +0.0% 0.72s 0.75s +4.5%
tests/bug-reports/closed/_cache/Bug1319a.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +3.4%
tests/bug-reports/closed/_cache/Bug1319b.fst.checked 60.3 MiB 60.5 MiB +0.4% 0.29s 0.30s +2.4%
tests/bug-reports/closed/_cache/Bug1319c.fst.checked 59.3 MiB 59.4 MiB +0.1% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug1319d.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.26s 0.27s +5.5%
tests/bug-reports/closed/_cache/Bug1319e.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug1319f.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.26s 0.28s +6.2%
tests/bug-reports/closed/_cache/Bug1341.fst.checked 59.8 MiB 59.7 MiB -0.2% 0.27s 0.28s +0.7%
tests/bug-reports/closed/_cache/Bug1345.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.26s +6.2%
tests/bug-reports/closed/_cache/Bug1345b.fst.checked 59.8 MiB 59.8 MiB -0.0% 0.27s 0.28s +3.3%
tests/bug-reports/closed/_cache/Bug1345c.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug1346.fst.checked 151.7 MiB 152.3 MiB +0.4% 0.87s 0.93s +7.0%
tests/bug-reports/closed/_cache/Bug1347b.fst.checked 143.5 MiB 144.0 MiB +0.3% 0.75s 0.78s +3.3%
tests/bug-reports/closed/_cache/Bug1348.fst.checked 59.6 MiB 59.7 MiB +0.2% 0.27s 0.28s +4.1%
tests/bug-reports/closed/_cache/Bug1352.fst.checked 66.0 MiB 66.0 MiB +0.0% 0.28s 0.30s +5.0%
tests/bug-reports/closed/_cache/Bug1361.fst.checked 86.4 MiB 86.5 MiB +0.1% 0.44s 0.45s +2.5%
tests/bug-reports/closed/_cache/Bug1362.fst.checked 63.4 MiB 63.7 MiB +0.3% 0.39s 0.40s +2.8%
tests/bug-reports/closed/_cache/Bug1368.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug1370a.fst.checked 61.7 MiB 61.6 MiB -0.2% 0.34s 0.36s +4.7%
tests/bug-reports/closed/_cache/Bug1370b.fst.checked 62.2 MiB 62.1 MiB -0.1% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug138.fst.checked 62.9 MiB 63.0 MiB +0.1% 0.38s 0.36s -3.2%
tests/bug-reports/closed/_cache/Bug1383.fst.checked 59.7 MiB 59.7 MiB +0.1% 0.25s 0.25s +0.0%
tests/bug-reports/closed/_cache/Bug1389a.fst.checked 63.5 MiB 63.7 MiB +0.3% 0.40s 0.41s +3.7%
tests/bug-reports/closed/_cache/Bug1389b.fst.checked 62.8 MiB 63.0 MiB +0.3% 0.40s 0.40s -0.3%
tests/bug-reports/closed/_cache/Bug1389c.fst.checked 95.1 MiB 95.1 MiB -0.1% 0.43s 0.45s +5.1%
tests/bug-reports/closed/_cache/Bug139.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.26s +2.8%
tests/bug-reports/closed/_cache/Bug1390.fst.checked 151.6 MiB 151.8 MiB +0.1% 0.93s 0.97s +4.7%
tests/bug-reports/closed/_cache/Bug1404.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +0.4%
tests/bug-reports/closed/_cache/Bug1414.fst.checked 148.0 MiB 148.2 MiB +0.2% 0.85s 0.88s +3.5%
tests/bug-reports/closed/_cache/Bug1418.fst.checked 65.5 MiB 65.5 MiB -0.1% 0.38s 0.40s +3.9%
tests/bug-reports/closed/_cache/Bug1423.fst.checked 74.9 MiB 74.9 MiB +0.0% 0.34s 0.35s +1.8%
tests/bug-reports/closed/_cache/Bug1427.fst.checked 59.8 MiB 59.8 MiB +0.1% 0.28s 0.28s +1.1%
tests/bug-reports/closed/_cache/Bug1427.fsti.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug143.fst.checked 61.7 MiB 61.7 MiB +0.0% 0.31s 0.32s +0.3%
tests/bug-reports/closed/_cache/Bug1441.fst.checked 59.9 MiB 59.8 MiB -0.1% 0.28s 0.29s +3.9%
tests/bug-reports/closed/_cache/Bug1443a.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug1443b.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +1.3%
tests/bug-reports/closed/_cache/Bug1443c.fst.checked 59.4 MiB 59.4 MiB +0.1% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug1443d.fst.checked 61.7 MiB 61.8 MiB +0.2% 0.28s 0.29s +3.2%
tests/bug-reports/closed/_cache/Bug1443e.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.25s 0.25s -0.4%
tests/bug-reports/closed/_cache/Bug1449.fst.checked 59.7 MiB 59.7 MiB -0.1% 0.27s 0.29s +5.5%
tests/bug-reports/closed/_cache/Bug1470.fst.checked 69.2 MiB 69.1 MiB -0.1% 0.37s 0.40s +6.7%
tests/bug-reports/closed/_cache/Bug1480.fst.checked 70.9 MiB 71.2 MiB +0.5% 0.59s 0.59s -0.2%
tests/bug-reports/closed/_cache/Bug1481.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.26s 0.27s +3.0%
tests/bug-reports/closed/_cache/Bug1482.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug1485.fst.checked 69.1 MiB 69.1 MiB +0.0% 0.31s 0.32s +3.8%
tests/bug-reports/closed/_cache/Bug1486.fst.checked 102.0 MiB 102.0 MiB +0.0% 0.51s 0.51s +0.0%
tests/bug-reports/closed/_cache/Bug1488.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.23s 0.25s +6.4%
tests/bug-reports/closed/_cache/Bug1502.fst.checked 68.7 MiB 68.7 MiB +0.0% 0.30s 0.31s +2.3%
tests/bug-reports/closed/_cache/Bug1506.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +4.5%
tests/bug-reports/closed/_cache/Bug1507.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug151.fst.checked 97.8 MiB 97.8 MiB +0.1% 0.50s 0.54s +7.4%
tests/bug-reports/closed/_cache/Bug152.fst.checked 59.6 MiB 59.7 MiB +0.1% 0.28s 0.28s +2.9%
tests/bug-reports/closed/_cache/Bug1521.fst.checked 64.7 MiB 64.9 MiB +0.3% 0.43s 0.46s +6.3%
tests/bug-reports/closed/_cache/Bug1523.fst.checked 59.4 MiB 59.4 MiB +0.1% 0.24s 0.25s +3.4%
tests/bug-reports/closed/_cache/Bug1533.fst.checked 60.9 MiB 61.0 MiB +0.1% 0.32s 0.33s +5.4%
tests/bug-reports/closed/_cache/Bug1534.fst.checked 63.9 MiB 63.9 MiB +0.0% 0.34s 0.35s +3.2%
tests/bug-reports/closed/_cache/Bug1535a.fst.checked 60.0 MiB 59.9 MiB -0.1% 0.28s 0.30s +7.2%
tests/bug-reports/closed/_cache/Bug1535b.fst.checked 64.2 MiB 64.2 MiB -0.0% 0.37s 0.37s +1.4%
tests/bug-reports/closed/_cache/Bug1536.fst.checked 80.8 MiB 81.0 MiB +0.3% 0.69s 0.71s +1.7%
tests/bug-reports/closed/_cache/Bug154.fst.checked 93.8 MiB 93.9 MiB +0.2% 0.76s 0.79s +3.0%
tests/bug-reports/closed/_cache/Bug1540.fst.checked 96.5 MiB 96.3 MiB -0.2% 0.49s 0.51s +3.7%
tests/bug-reports/closed/_cache/Bug154b.fst.checked 59.7 MiB 59.7 MiB -0.1% 0.28s 0.28s -0.4%
tests/bug-reports/closed/_cache/Bug154c.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.27s 0.28s +2.2%
tests/bug-reports/closed/_cache/Bug155.fst.checked 60.4 MiB 60.4 MiB +0.0% 0.30s 0.30s -1.0%
tests/bug-reports/closed/_cache/Bug156.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.24s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug1561a.fst.checked 93.3 MiB 93.4 MiB +0.1% 0.43s 0.43s +0.7%
tests/bug-reports/closed/_cache/Bug1561b.fst.checked 94.2 MiB 94.1 MiB -0.1% 0.44s 0.45s +1.6%
tests/bug-reports/closed/_cache/Bug1568.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.25s 0.24s -1.2%
tests/bug-reports/closed/_cache/Bug1571.fst.checked 145.1 MiB 145.0 MiB -0.0% 0.78s 0.80s +3.0%
tests/bug-reports/closed/_cache/Bug1572.fst.checked 127.6 MiB 127.6 MiB +0.0% 0.68s 0.70s +3.4%
tests/bug-reports/closed/_cache/Bug1595.fst.checked 73.4 MiB 73.7 MiB +0.4% 0.66s 0.68s +4.3%
tests/bug-reports/closed/_cache/Bug1601.fst.checked 60.7 MiB 60.7 MiB -0.1% 0.32s 0.33s +3.5%
tests/bug-reports/closed/_cache/Bug1602.fst.checked 87.1 MiB 87.1 MiB +0.0% 0.41s 0.41s -1.9%
tests/bug-reports/closed/_cache/Bug1604.fst.checked 62.3 MiB 62.3 MiB -0.0% 0.31s 0.32s +2.3%
tests/bug-reports/closed/_cache/Bug1605.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.27s 0.29s +6.3%
tests/bug-reports/closed/_cache/Bug161.fst.checked 61.3 MiB 61.0 MiB -0.5% 0.30s 0.31s +3.0%
tests/bug-reports/closed/_cache/Bug1612.fst.checked 125.7 MiB 125.8 MiB +0.1% 0.59s 0.61s +3.4%
tests/bug-reports/closed/_cache/Bug1614a.fst.checked 63.9 MiB 63.9 MiB +0.0% 0.52s 0.53s +1.4%
tests/bug-reports/closed/_cache/Bug1614b.fst.checked 59.8 MiB 59.8 MiB +0.1% 0.27s 0.29s +7.8%
tests/bug-reports/closed/_cache/Bug1614c.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.26s 0.27s +2.7%
tests/bug-reports/closed/_cache/Bug1614d.fst.checked 59.4 MiB 59.5 MiB +0.1% 0.26s 0.27s +3.4%
tests/bug-reports/closed/_cache/Bug1614e.fst.checked 59.7 MiB 59.7 MiB -0.1% 0.27s 0.28s +3.7%
tests/bug-reports/closed/_cache/Bug1614f.fst.checked 62.1 MiB 62.1 MiB +0.1% 0.42s 0.42s +1.0%
tests/bug-reports/closed/_cache/Bug1616.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug162.fst.checked 60.2 MiB 60.2 MiB +0.0% 6.94s 6.92s -0.2%
tests/bug-reports/closed/_cache/Bug1621.fst.checked 102.2 MiB 103.0 MiB +0.8% 0.96s 0.97s +0.6%
tests/bug-reports/closed/_cache/Bug1622.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.31s 0.32s +1.9%
tests/bug-reports/closed/_cache/Bug163.fst.checked 69.5 MiB 69.7 MiB +0.2% 0.40s 0.40s +2.0%
tests/bug-reports/closed/_cache/Bug1640.fst.checked 112.0 MiB 112.1 MiB +0.1% 0.50s 0.54s +8.0%
tests/bug-reports/closed/_cache/Bug1680.fst.checked 157.5 MiB 157.6 MiB +0.0% 1.93s 1.92s -0.3%
tests/bug-reports/closed/_cache/Bug1682.fst.checked 61.9 MiB 61.9 MiB +0.1% 0.29s 0.29s +1.7%
tests/bug-reports/closed/_cache/Bug170.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.25s 0.26s +4.0%
tests/bug-reports/closed/_cache/Bug171.fst.checked 91.6 MiB 91.5 MiB -0.1% 0.81s 0.86s +6.3%
tests/bug-reports/closed/_cache/Bug1714.fst.checked 62.0 MiB 62.0 MiB +0.1% 0.34s 0.35s +1.5%
tests/bug-reports/closed/_cache/Bug173.fst.checked 107.3 MiB 109.1 MiB +1.7% 1.96s 2.01s +2.6%
tests/bug-reports/closed/_cache/Bug1730a.fst.checked 59.2 MiB 59.2 MiB +0.1% 0.24s 0.24s -0.4%
tests/bug-reports/closed/_cache/Bug1730b.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.27s 0.28s +4.1%
tests/bug-reports/closed/_cache/Bug174.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.24s -1.2%
tests/bug-reports/closed/_cache/Bug175.fst.checked 63.4 MiB 63.6 MiB +0.2% 0.38s 0.39s +2.3%
tests/bug-reports/closed/_cache/Bug1750.fst.checked 68.6 MiB 68.5 MiB -0.2% 0.52s 0.53s +1.9%
tests/bug-reports/closed/_cache/Bug176.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.25s +6.5%
tests/bug-reports/closed/_cache/Bug177.fst.checked 59.7 MiB 59.8 MiB +0.1% 0.27s 0.28s +3.3%
tests/bug-reports/closed/_cache/Bug178.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.1%
tests/bug-reports/closed/_cache/Bug1784.fst.checked 60.0 MiB 60.0 MiB -0.1% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug1799.fst.checked 67.4 MiB 67.4 MiB +0.1% 0.40s 0.40s +2.0%
tests/bug-reports/closed/_cache/Bug1802.fst.checked 61.5 MiB 61.5 MiB +0.1% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug181.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.23s 0.26s +11.5%
tests/bug-reports/closed/_cache/Bug1812.fst.checked 143.1 MiB 143.0 MiB -0.1% 0.75s 0.77s +2.8%
tests/bug-reports/closed/_cache/Bug1818.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.26s +5.8%
tests/bug-reports/closed/_cache/Bug183.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.24s 0.26s +6.1%
tests/bug-reports/closed/_cache/Bug184.fst.checked 60.6 MiB 60.8 MiB +0.3% 0.29s 0.29s -2.0%
tests/bug-reports/closed/_cache/Bug1840.fst.checked 143.9 MiB 143.8 MiB -0.0% 0.79s 0.81s +2.5%
tests/bug-reports/closed/_cache/Bug1841.fst.checked 75.6 MiB 75.8 MiB +0.4% 0.50s 0.52s +3.8%
tests/bug-reports/closed/_cache/Bug1847.fst.checked 61.7 MiB 61.7 MiB +0.0% 0.26s 0.26s +2.7%
tests/bug-reports/closed/_cache/Bug184Eta.fst.checked 60.7 MiB 60.8 MiB +0.3% 0.29s 0.29s -0.3%
tests/bug-reports/closed/_cache/Bug185.fst.checked 64.4 MiB 64.5 MiB +0.1% 0.37s 0.38s +2.7%
tests/bug-reports/closed/_cache/Bug1855.fst.checked 78.3 MiB 78.5 MiB +0.2% 0.44s 0.44s -0.7%
tests/bug-reports/closed/_cache/Bug186.fst.checked 60.5 MiB 60.4 MiB -0.1% 0.29s 0.29s +2.4%
tests/bug-reports/closed/_cache/Bug1863.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.26s +8.0%
tests/bug-reports/closed/_cache/Bug1866.fst.checked 171.2 MiB 172.7 MiB +0.9% 1.35s 1.39s +3.3%
tests/bug-reports/closed/_cache/Bug186b.fst.checked 79.7 MiB 80.1 MiB +0.5% 0.75s 0.77s +2.0%
tests/bug-reports/closed/_cache/Bug187.fst.checked 60.5 MiB 60.5 MiB +0.0% 0.30s 0.31s +3.0%
tests/bug-reports/closed/_cache/Bug188.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.25s +0.0%
tests/bug-reports/closed/_cache/Bug190.fst.checked 61.4 MiB 61.3 MiB -0.1% 0.30s 0.32s +7.4%
tests/bug-reports/closed/_cache/Bug1900.fst.checked 59.6 MiB 59.7 MiB +0.1% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug1901.fst.checked 59.9 MiB 59.9 MiB +0.1% 0.28s 0.29s +2.5%
tests/bug-reports/closed/_cache/Bug1902.fst.checked 163.7 MiB 164.9 MiB +0.8% 1.26s 1.28s +1.6%
tests/bug-reports/closed/_cache/Bug1903.fst.checked 60.4 MiB 60.4 MiB -0.1% 0.29s 0.30s +3.8%
tests/bug-reports/closed/_cache/Bug1908.fst.checked 83.4 MiB 83.4 MiB +0.0% 0.38s 0.40s +7.2%
tests/bug-reports/closed/_cache/Bug1913.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.26s 0.28s +6.4%
tests/bug-reports/closed/_cache/Bug1918.fst.checked 93.5 MiB 93.6 MiB +0.1% 0.46s 0.47s +3.7%
tests/bug-reports/closed/_cache/Bug192.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.26s +1.2%
tests/bug-reports/closed/_cache/Bug193.fst.checked 62.2 MiB 62.2 MiB +0.0% 0.32s 0.33s +3.4%
tests/bug-reports/closed/_cache/Bug1936.fst.checked 62.3 MiB 62.2 MiB -0.2% 0.30s 0.31s +2.3%
tests/bug-reports/closed/_cache/Bug1940a.fst.checked 87.2 MiB 87.1 MiB -0.1% 0.45s 0.47s +4.4%
tests/bug-reports/closed/_cache/Bug1940b.fst.checked 86.7 MiB 86.7 MiB -0.0% 0.41s 0.43s +3.4%
tests/bug-reports/closed/_cache/Bug1940c.fst.checked 60.5 MiB 60.5 MiB +0.0% 0.29s 0.29s -1.4%
tests/bug-reports/closed/_cache/Bug195.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug1952a.fst.checked 92.6 MiB 92.6 MiB +0.0% 0.42s 0.43s +1.2%
tests/bug-reports/closed/_cache/Bug1952b.fst.checked 59.7 MiB 59.8 MiB +0.1% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug1953.fst.checked 61.6 MiB 61.6 MiB +0.0% 0.27s 0.28s +2.6%
tests/bug-reports/closed/_cache/Bug1954.fst.checked 62.0 MiB 61.9 MiB -0.1% 0.33s 0.32s -1.5%
tests/bug-reports/closed/_cache/Bug1956.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.27s 0.27s +1.9%
tests/bug-reports/closed/_cache/Bug195b.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.24s -0.8%
tests/bug-reports/closed/_cache/Bug1966a.fst.checked 172.1 MiB 175.6 MiB +2.0% 1.28s 1.34s +4.8%
tests/bug-reports/closed/_cache/Bug1966b.fst.checked 143.6 MiB 143.6 MiB +0.0% 0.73s 0.77s +5.6%
tests/bug-reports/closed/_cache/Bug1976.fst.checked 62.1 MiB 62.3 MiB +0.3% 0.30s 0.31s +3.3%
tests/bug-reports/closed/_cache/Bug1986.fst.checked 62.2 MiB 62.2 MiB +0.0% 0.30s 0.32s +3.3%
tests/bug-reports/closed/_cache/Bug1995.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.23s 0.24s +2.6%
tests/bug-reports/closed/_cache/Bug2001.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +5.4%
tests/bug-reports/closed/_cache/Bug2002.fst.checked 60.3 MiB 60.3 MiB +0.0% 0.26s 0.27s +1.9%
tests/bug-reports/closed/_cache/Bug2004.fst.checked 106.6 MiB 106.9 MiB +0.3% 0.57s 0.62s +7.3%
tests/bug-reports/closed/_cache/Bug2031.fst.checked 63.4 MiB 63.4 MiB -0.0% 0.38s 0.38s +0.3%
tests/bug-reports/closed/_cache/Bug2045.fst.checked 142.5 MiB 142.5 MiB +0.0% 0.71s 0.71s +0.4%
tests/bug-reports/closed/_cache/Bug2055.fst.checked 62.7 MiB 62.7 MiB -0.0% 0.35s 0.36s +2.5%
tests/bug-reports/closed/_cache/Bug2057.fst.checked 64.7 MiB 64.6 MiB -0.2% 0.35s 0.36s +4.3%
tests/bug-reports/closed/_cache/Bug2058.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.29s 0.30s +4.2%
tests/bug-reports/closed/_cache/Bug206.fst.checked 61.5 MiB 61.5 MiB -0.1% 0.26s 0.26s -1.5%
tests/bug-reports/closed/_cache/Bug2066.fst.checked 64.8 MiB 65.1 MiB +0.3% 0.37s 0.39s +3.8%
tests/bug-reports/closed/_cache/Bug2069.fst.checked 69.5 MiB 69.4 MiB -0.2% 0.40s 0.41s +2.5%
tests/bug-reports/closed/_cache/Bug2074.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +5.0%
tests/bug-reports/closed/_cache/Bug208.fst.checked 59.9 MiB 59.9 MiB +0.1% 0.26s 0.25s -1.2%
tests/bug-reports/closed/_cache/Bug2081.fst.checked 142.1 MiB 142.2 MiB +0.0% 0.70s 0.75s +7.6%
tests/bug-reports/closed/_cache/Bug2083.fst.checked 143.7 MiB 143.8 MiB +0.0% 0.76s 0.81s +6.8%
tests/bug-reports/closed/_cache/Bug209.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +4.5%
tests/bug-reports/closed/_cache/Bug2099.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.27s 0.28s +1.9%
tests/bug-reports/closed/_cache/Bug209b.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug210.fst.checked 70.7 MiB 70.7 MiB +0.1% 0.48s 0.48s -1.4%
tests/bug-reports/closed/_cache/Bug2106.fst.checked 60.3 MiB 60.3 MiB +0.0% 0.28s 0.29s +2.1%
tests/bug-reports/closed/_cache/Bug210b.fst.checked 70.6 MiB 71.1 MiB +0.7% 0.51s 0.52s +1.6%
tests/bug-reports/closed/_cache/Bug210c.fst.checked 59.5 MiB 59.5 MiB +0.1% 0.24s 0.25s +4.5%
tests/bug-reports/closed/_cache/Bug212.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.26s 0.26s +2.3%
tests/bug-reports/closed/_cache/Bug2125a.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug2125b.fst.checked 159.4 MiB 159.6 MiB +0.2% 1.00s 1.03s +2.8%
tests/bug-reports/closed/_cache/Bug213.fst.checked 64.3 MiB 64.5 MiB +0.4% 0.37s 0.37s +0.8%
tests/bug-reports/closed/_cache/Bug2132.fst.checked 144.6 MiB 144.6 MiB +0.0% 0.76s 0.76s +0.7%
tests/bug-reports/closed/_cache/Bug2138.fst.checked 146.0 MiB 145.9 MiB -0.1% 0.80s 0.81s +1.9%
tests/bug-reports/closed/_cache/Bug2146.fst.checked 63.3 MiB 64.6 MiB +2.0% 0.29s 0.32s +9.0%
tests/bug-reports/closed/_cache/Bug215.fst.checked 72.0 MiB 72.0 MiB +0.0% 0.30s 0.31s +4.3%
tests/bug-reports/closed/_cache/Bug2155.fst.checked 142.6 MiB 142.7 MiB +0.1% 0.73s 0.75s +2.7%
tests/bug-reports/closed/_cache/Bug2167.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug2169.fst.checked 177.7 MiB 178.1 MiB +0.3% 1.62s 1.66s +2.3%
tests/bug-reports/closed/_cache/Bug2169b.fst.checked 164.0 MiB 164.2 MiB +0.1% 1.14s 1.17s +3.3%
tests/bug-reports/closed/_cache/Bug2172.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.28s 0.29s +2.8%
tests/bug-reports/closed/_cache/Bug2184.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.27s 0.28s +1.5%
tests/bug-reports/closed/_cache/Bug2189.fst.checked 146.8 MiB 146.8 MiB +0.0% 0.84s 0.87s +3.3%
tests/bug-reports/closed/_cache/Bug2193.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.26s 0.27s +1.5%
tests/bug-reports/closed/_cache/Bug2210.fst.checked 61.0 MiB 61.0 MiB -0.1% 0.32s 0.32s +0.3%
tests/bug-reports/closed/_cache/Bug2211.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.25s 0.25s +2.0%
tests/bug-reports/closed/_cache/Bug2229.fst.checked 152.0 MiB 152.2 MiB +0.1% 0.96s 1.00s +4.6%
tests/bug-reports/closed/_cache/Bug2257.fst.checked 143.1 MiB 143.1 MiB +0.0% 0.78s 0.80s +2.3%
tests/bug-reports/closed/_cache/Bug2269.fst.checked 146.6 MiB 146.6 MiB +0.0% 0.86s 0.85s -1.2%
tests/bug-reports/closed/_cache/Bug2331.fst.checked 59.7 MiB 59.6 MiB -0.1% 0.27s 0.29s +7.5%
tests/bug-reports/closed/_cache/Bug2352.fst.checked 61.4 MiB 61.3 MiB -0.2% 0.32s 0.33s +4.7%
tests/bug-reports/closed/_cache/Bug2366.fst.checked 87.3 MiB 88.5 MiB +1.3% 0.86s 0.90s +4.7%
tests/bug-reports/closed/_cache/Bug2374.fst.checked 61.7 MiB 61.7 MiB +0.0% 0.32s 0.32s +2.2%
tests/bug-reports/closed/_cache/Bug237b.fst.checked 62.5 MiB 62.4 MiB -0.1% 0.34s 0.34s +2.1%
tests/bug-reports/closed/_cache/Bug238.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.27s 0.28s +3.3%
tests/bug-reports/closed/_cache/Bug2398.fst.checked 60.9 MiB 60.9 MiB +0.0% 0.29s 0.30s +3.5%
tests/bug-reports/closed/_cache/Bug241.fst.checked 60.3 MiB 60.4 MiB +0.1% 0.28s 0.29s +2.1%
tests/bug-reports/closed/_cache/Bug2412.fst.checked 69.8 MiB 69.9 MiB +0.1% 0.36s 0.37s +3.9%
tests/bug-reports/closed/_cache/Bug2414.fst.checked 63.6 MiB 63.8 MiB +0.4% 0.38s 0.39s +4.2%
tests/bug-reports/closed/_cache/Bug2415.fst.checked 110.6 MiB 110.7 MiB +0.1% 0.55s 0.57s +4.0%
tests/bug-reports/closed/_cache/Bug2419.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.25s +2.8%
tests/bug-reports/closed/_cache/Bug2422.fst.checked 76.2 MiB 76.2 MiB -0.1% 0.39s 0.40s +1.5%
tests/bug-reports/closed/_cache/Bug2432.fst.checked 94.8 MiB 94.9 MiB +0.2% 0.50s 0.50s -0.2%
tests/bug-reports/closed/_cache/Bug2438.fst.checked 92.7 MiB 92.7 MiB +0.0% 0.42s 0.45s +8.1%
tests/bug-reports/closed/_cache/Bug244.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug2456.fst.checked 64.3 MiB 64.7 MiB +0.5% 0.42s 0.41s -3.1%
tests/bug-reports/closed/_cache/Bug2471_A.fst.checked 149.0 MiB 149.0 MiB +0.1% 0.83s 0.84s +1.8%
tests/bug-reports/closed/_cache/Bug2471_B.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.25s +5.1%
tests/bug-reports/closed/_cache/Bug2475.fst.checked 146.5 MiB 146.9 MiB +0.3% 0.83s 0.85s +2.2%
tests/bug-reports/closed/_cache/Bug2477.fst.checked 112.6 MiB 112.6 MiB +0.0% 0.51s 0.52s +2.6%
tests/bug-reports/closed/_cache/Bug2478.fst.checked 96.0 MiB 96.1 MiB +0.1% 0.48s 0.49s +2.1%
tests/bug-reports/closed/_cache/Bug2486.fst.checked 93.1 MiB 93.1 MiB +0.0% 0.43s 0.44s +2.6%
tests/bug-reports/closed/_cache/Bug2496.fst.checked 82.9 MiB 83.0 MiB +0.1% 0.56s 0.58s +2.3%
tests/bug-reports/closed/_cache/Bug250.fst.checked 59.6 MiB 59.6 MiB +0.1% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug251.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.28s 0.28s +1.8%
tests/bug-reports/closed/_cache/Bug251.fsti.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug2515.fst.checked 143.1 MiB 143.3 MiB +0.1% 0.73s 0.76s +3.7%
tests/bug-reports/closed/_cache/Bug252.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug2522.fst.checked 92.1 MiB 92.1 MiB +0.0% 0.41s 0.42s +2.7%
tests/bug-reports/closed/_cache/Bug253.fst.checked 60.8 MiB 60.7 MiB -0.1% 0.31s 0.32s +2.2%
tests/bug-reports/closed/_cache/Bug2535.fst.checked 142.6 MiB 142.6 MiB +0.0% 0.73s 0.77s +4.2%
tests/bug-reports/closed/_cache/Bug253b.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.5%
tests/bug-reports/closed/_cache/Bug254.fst.checked 86.7 MiB 86.7 MiB +0.0% 0.45s 0.47s +3.8%
tests/bug-reports/closed/_cache/Bug255.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.23s 0.24s +4.7%
tests/bug-reports/closed/_cache/Bug2552.fst.checked 60.1 MiB 60.2 MiB +0.2% 0.28s 0.29s +5.4%
tests/bug-reports/closed/_cache/Bug2557.fst.checked 83.9 MiB 83.9 MiB +0.0% 0.39s 0.39s +1.8%
tests/bug-reports/closed/_cache/Bug256.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug257.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +5.9%
tests/bug-reports/closed/_cache/Bug2572.fst.checked 115.5 MiB 115.5 MiB -0.0% 0.92s 0.96s +4.7%
tests/bug-reports/closed/_cache/Bug258.fst.checked 61.0 MiB 61.0 MiB -0.0% 0.29s 0.30s +2.0%
tests/bug-reports/closed/_cache/Bug2583.fst.checked 63.1 MiB 63.2 MiB +0.2% 0.32s 0.33s +1.9%
tests/bug-reports/closed/_cache/Bug2595.fst.checked 69.2 MiB 70.1 MiB +1.3% 0.57s 0.56s -1.1%
tests/bug-reports/closed/_cache/Bug2596.fst.checked 143.1 MiB 143.3 MiB +0.2% 0.78s 0.82s +5.3%
tests/bug-reports/closed/_cache/Bug2596b.fst.checked 145.5 MiB 145.8 MiB +0.2% 0.84s 0.88s +4.2%
tests/bug-reports/closed/_cache/Bug2597.fst.checked 144.2 MiB 144.3 MiB +0.0% 0.75s 0.75s +0.5%
tests/bug-reports/closed/_cache/Bug260.fst.checked 62.9 MiB 63.1 MiB +0.4% 0.36s 0.39s +8.7%
tests/bug-reports/closed/_cache/Bug2601.fst.checked 61.1 MiB 61.2 MiB +0.1% 0.29s 0.30s +2.1%
tests/bug-reports/closed/_cache/Bug2614.fst.checked 64.4 MiB 64.4 MiB -0.1% 0.36s 0.37s +3.9%
tests/bug-reports/closed/_cache/Bug262.fst.checked 69.3 MiB 69.5 MiB +0.4% 0.38s 0.39s +1.0%
tests/bug-reports/closed/_cache/Bug2622.fst.checked 157.2 MiB 157.1 MiB -0.0% 0.81s 0.83s +2.7%
tests/bug-reports/closed/_cache/Bug2629.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +6.4%
tests/bug-reports/closed/_cache/Bug2635.fst.checked 162.0 MiB 162.3 MiB +0.1% 1.25s 1.28s +2.3%
tests/bug-reports/closed/_cache/Bug2636.fst.checked 146.3 MiB 146.3 MiB +0.0% 0.77s 0.79s +2.5%
tests/bug-reports/closed/_cache/Bug2637.fst.checked 64.4 MiB 64.5 MiB +0.1% 0.37s 0.38s +2.2%
tests/bug-reports/closed/_cache/Bug264.fst.checked 68.0 MiB 68.2 MiB +0.2% 0.33s 0.33s +0.0%
tests/bug-reports/closed/_cache/Bug2641.fst.checked 179.3 MiB 180.1 MiB +0.4% 1.91s 2.03s +6.5%
tests/bug-reports/closed/_cache/Bug265.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +2.9%
tests/bug-reports/closed/_cache/Bug2659b.fst.checked 70.4 MiB 70.3 MiB -0.2% 0.51s 0.54s +7.5%
tests/bug-reports/closed/_cache/Bug2684a.fst.checked 97.7 MiB 97.6 MiB -0.1% 0.54s 0.56s +4.5%
tests/bug-reports/closed/_cache/Bug2684b.fst.checked 143.8 MiB 143.8 MiB +0.0% 0.75s 0.77s +2.0%
tests/bug-reports/closed/_cache/Bug2684c.fst.checked 143.8 MiB 143.7 MiB -0.0% 0.76s 0.76s -0.3%
tests/bug-reports/closed/_cache/Bug2684d.fst.checked 143.0 MiB 143.1 MiB +0.1% 0.73s 0.75s +1.6%
tests/bug-reports/closed/_cache/Bug2699.fst.checked 198.9 MiB 201.0 MiB +1.1% 2.31s 2.33s +1.2%
tests/bug-reports/closed/_cache/Bug274.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug275.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +3.8%
tests/bug-reports/closed/_cache/Bug2756.fst.checked 180.5 MiB 180.9 MiB +0.2% 1.74s 1.80s +3.8%
tests/bug-reports/closed/_cache/Bug279.fst.checked 61.0 MiB 61.0 MiB +0.0% 0.31s 0.32s +3.3%
tests/bug-reports/closed/_cache/Bug279.fsti.checked 60.0 MiB 60.0 MiB +0.0% 0.28s 0.29s +4.3%
tests/bug-reports/closed/_cache/Bug2806a.fst.checked 143.9 MiB 143.9 MiB +0.0% 0.79s 0.79s +0.0%
tests/bug-reports/closed/_cache/Bug2806b.fst.checked 114.9 MiB 115.0 MiB +0.0% 0.67s 0.69s +2.2%
tests/bug-reports/closed/_cache/Bug2806c.fst.checked 146.0 MiB 146.1 MiB +0.1% 0.86s 0.89s +2.9%
tests/bug-reports/closed/_cache/Bug2806d.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.25s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug2809.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +5.2%
tests/bug-reports/closed/_cache/Bug281.fst.checked 81.0 MiB 82.0 MiB +1.3% 1.87s 1.95s +4.4%
tests/bug-reports/closed/_cache/Bug283.fst.checked 60.3 MiB 60.2 MiB -0.1% 0.29s 0.29s -0.7%
tests/bug-reports/closed/_cache/Bug284.fst.checked 60.3 MiB 60.3 MiB +0.0% 0.29s 0.30s +3.1%
tests/bug-reports/closed/_cache/Bug2849a.fst.checked 143.0 MiB 143.0 MiB -0.0% 0.72s 0.74s +3.1%
tests/bug-reports/closed/_cache/Bug2849b.fst.checked 144.4 MiB 144.4 MiB +0.0% 0.73s 0.76s +4.0%
tests/bug-reports/closed/_cache/Bug2876.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.27s 0.29s +5.5%
tests/bug-reports/closed/_cache/Bug2882.fst.checked 156.7 MiB 156.9 MiB +0.1% 1.02s 1.08s +5.6%
tests/bug-reports/closed/_cache/Bug289.fst.checked 68.1 MiB 68.1 MiB -0.0% 0.34s 0.34s +0.0%
tests/bug-reports/closed/_cache/Bug2894.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.25s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug2895.fst.checked 62.9 MiB 62.7 MiB -0.3% 0.32s 0.32s -0.3%
tests/bug-reports/closed/_cache/Bug290.fst.checked 60.7 MiB 60.8 MiB +0.2% 0.31s 0.32s +4.9%
tests/bug-reports/closed/_cache/Bug2912.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +4.6%
tests/bug-reports/closed/_cache/Bug2912b.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug292.fst.checked 62.5 MiB 62.4 MiB -0.2% 0.34s 0.34s +2.4%
tests/bug-reports/closed/_cache/Bug293.fst.checked 60.1 MiB 60.1 MiB +0.1% 0.28s 0.29s +4.3%
tests/bug-reports/closed/_cache/Bug2954.fst.checked 127.6 MiB 127.6 MiB +0.0% 0.74s 0.76s +2.4%
tests/bug-reports/closed/_cache/Bug2980.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +2.5%
tests/bug-reports/closed/_cache/Bug2981.fst.checked 142.3 MiB 142.3 MiB +0.0% 0.72s 0.74s +2.9%
tests/bug-reports/closed/_cache/Bug3028.fst.checked 63.5 MiB 63.6 MiB +0.1% 0.35s 0.37s +5.1%
tests/bug-reports/closed/_cache/Bug3049.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.26s 0.26s +3.1%
tests/bug-reports/closed/_cache/Bug3081.fst.checked 96.1 MiB 96.2 MiB +0.1% 0.56s 0.58s +3.4%
tests/bug-reports/closed/_cache/Bug3089.fst.checked 79.1 MiB 79.5 MiB +0.5% 0.49s 0.49s +0.0%
tests/bug-reports/closed/_cache/Bug310.fst.checked 61.0 MiB 61.0 MiB +0.1% 0.27s 0.27s -1.5%
tests/bug-reports/closed/_cache/Bug3102.fst.checked 145.4 MiB 145.4 MiB +0.0% 0.73s 0.77s +4.4%
tests/bug-reports/closed/_cache/Bug311.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +5.9%
tests/bug-reports/closed/_cache/Bug3115.fst.checked 92.7 MiB 92.7 MiB +0.0% 0.42s 0.44s +3.3%
tests/bug-reports/closed/_cache/Bug312.fst.checked 68.0 MiB 68.3 MiB +0.4% 0.77s 0.78s +0.6%
tests/bug-reports/closed/_cache/Bug3120a.fst.checked 183.6 MiB 184.3 MiB +0.4% 1.85s 1.95s +5.4%
tests/bug-reports/closed/_cache/Bug3120b.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug314.fst.checked 110.7 MiB 110.7 MiB +0.0% 0.51s 0.52s +2.6%
tests/bug-reports/closed/_cache/Bug316.fst.checked 61.0 MiB 61.0 MiB -0.1% 0.29s 0.31s +6.9%
tests/bug-reports/closed/_cache/Bug3185.fst.checked 142.8 MiB 142.8 MiB +0.0% 0.71s 0.75s +4.8%
tests/bug-reports/closed/_cache/Bug3186.fst.checked 64.1 MiB 64.2 MiB +0.1% 0.41s 0.41s +1.5%
tests/bug-reports/closed/_cache/Bug319.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug320.fst.checked 60.3 MiB 60.4 MiB +0.2% 0.29s 0.30s +2.8%
tests/bug-reports/closed/_cache/Bug3207.fst.checked 394.8 MiB 394.7 MiB -0.0% 10.27s 10.51s +2.4%
tests/bug-reports/closed/_cache/Bug3207b.fst.checked 75.2 MiB 75.3 MiB +0.0% 0.32s 0.34s +3.7%
tests/bug-reports/closed/_cache/Bug3207c.fst.checked 300.7 MiB 302.7 MiB +0.7% 4.46s 4.57s +2.5%
tests/bug-reports/closed/_cache/Bug3210.fst.checked 153.2 MiB 153.3 MiB +0.1% 0.82s 0.84s +2.7%
tests/bug-reports/closed/_cache/Bug3210.fsti.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +1.3%
tests/bug-reports/closed/_cache/Bug3213.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.32s 0.32s +0.6%
tests/bug-reports/closed/_cache/Bug3213b.fst.checked 62.9 MiB 63.0 MiB +0.3% 0.37s 0.37s -1.3%
tests/bug-reports/closed/_cache/Bug3224a.fst.checked 151.5 MiB 151.9 MiB +0.3% 0.99s 1.01s +2.4%
tests/bug-reports/closed/_cache/Bug3224b.fst.checked 152.5 MiB 153.7 MiB +0.8% 0.96s 1.01s +4.8%
tests/bug-reports/closed/_cache/Bug3232a.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +2.5%
tests/bug-reports/closed/_cache/Bug3236.fst.checked 144.7 MiB 144.7 MiB +0.0% 0.80s 0.80s -0.4%
tests/bug-reports/closed/_cache/Bug3252.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.24s 0.26s +5.4%
tests/bug-reports/closed/_cache/Bug3264a.fst.checked 95.1 MiB 95.3 MiB +0.2% 0.47s 0.49s +3.0%
tests/bug-reports/closed/_cache/Bug3264b.fst.checked 94.7 MiB 94.9 MiB +0.2% 0.45s 0.49s +9.0%
tests/bug-reports/closed/_cache/Bug3266.fst.checked 60.8 MiB 60.9 MiB +0.1% 0.28s 0.28s +1.1%
tests/bug-reports/closed/_cache/Bug3286a.fst.checked 93.2 MiB 93.2 MiB +0.0% 0.43s 0.45s +4.7%
tests/bug-reports/closed/_cache/Bug3286b.fst.checked 93.1 MiB 93.1 MiB +0.0% 0.45s 0.44s -0.9%
tests/bug-reports/closed/_cache/Bug331Index.fst.checked 62.5 MiB 62.4 MiB -0.2% 0.35s 0.34s -2.0%
tests/bug-reports/closed/_cache/Bug331Iso.fst.checked 62.6 MiB 62.7 MiB +0.1% 0.36s 0.37s +2.8%
tests/bug-reports/closed/_cache/Bug3320.fst.checked 61.5 MiB 61.7 MiB +0.4% 0.32s 0.33s +1.2%
tests/bug-reports/closed/_cache/Bug3353.fst.checked 61.4 MiB 61.5 MiB +0.2% 0.32s 0.32s +1.9%
tests/bug-reports/closed/_cache/Bug3426.fst.checked 61.3 MiB 61.3 MiB +0.1% 0.34s 0.34s +0.3%
tests/bug-reports/closed/_cache/Bug3473.fst.checked 59.3 MiB 59.3 MiB +0.1% 0.25s 0.24s -0.8%
tests/bug-reports/closed/_cache/Bug3522.Def.fst.checked 94.2 MiB 94.4 MiB +0.2% 0.48s 0.49s +2.1%
tests/bug-reports/closed/_cache/Bug3522.fst.checked 92.1 MiB 92.1 MiB +0.0% 0.41s 0.42s +1.7%
tests/bug-reports/closed/_cache/Bug3530.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.26s +3.2%
tests/bug-reports/closed/_cache/Bug3616.fst.checked 60.2 MiB 60.4 MiB +0.3% 0.29s 0.31s +6.2%
tests/bug-reports/closed/_cache/Bug362.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +2.4%
tests/bug-reports/closed/_cache/Bug363.fst.checked 60.2 MiB 60.2 MiB +0.0% 0.28s 0.28s +0.7%
tests/bug-reports/closed/_cache/Bug367.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.9%
tests/bug-reports/closed/_cache/Bug3738A.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.24s +0.4%
tests/bug-reports/closed/_cache/Bug3738B.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug375.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.26s 0.26s +3.1%
tests/bug-reports/closed/_cache/Bug3757.fst.checked 60.6 MiB 60.6 MiB +0.0% 0.25s 0.27s +6.7%
tests/bug-reports/closed/_cache/Bug3771.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +0.4%
tests/bug-reports/closed/_cache/Bug378.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.24s +0.8%
tests/bug-reports/closed/_cache/Bug379.fst.checked 62.8 MiB 62.6 MiB -0.2% 0.38s 0.37s -0.3%
tests/bug-reports/closed/_cache/Bug3800.fst.checked 315.9 MiB 324.5 MiB +2.7% 7.42s 8.68s +16.9%
tests/bug-reports/closed/_cache/Bug380_1.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.27s 0.27s +1.9%
tests/bug-reports/closed/_cache/Bug380_2.fst.checked 60.1 MiB 60.1 MiB -0.1% 0.29s 0.30s +2.8%
tests/bug-reports/closed/_cache/Bug383.fst.checked 62.0 MiB 62.2 MiB +0.3% 0.32s 0.33s +1.5%
tests/bug-reports/closed/_cache/Bug3865.fst.checked 102.3 MiB 102.3 MiB +0.0% 0.47s 0.47s -0.2%
tests/bug-reports/closed/_cache/Bug3865b.fst.checked 60.2 MiB 60.3 MiB +0.1% 0.28s 0.28s +1.8%
tests/bug-reports/closed/_cache/Bug3943.fst.checked 146.4 MiB 146.4 MiB +0.0% 0.76s 0.79s +4.5%
tests/bug-reports/closed/_cache/Bug397.fst.checked 60.2 MiB 60.2 MiB +0.0% 0.26s 0.27s +3.4%
tests/bug-reports/closed/_cache/Bug398.fst.checked 68.2 MiB 68.2 MiB -0.0% 0.33s 0.33s +1.5%
tests/bug-reports/closed/_cache/Bug3980.fst.checked 61.6 MiB 61.6 MiB +0.0% 0.31s 0.32s +1.3%
tests/bug-reports/closed/_cache/Bug399.fst.checked 68.7 MiB 68.7 MiB -0.0% 0.34s 0.35s +2.1%
tests/bug-reports/closed/_cache/Bug3991.fst.checked 143.8 MiB 143.9 MiB +0.1% 0.75s 0.74s -1.1%
tests/bug-reports/closed/_cache/Bug400.fst.checked 59.9 MiB 59.9 MiB +0.1% 0.26s 0.26s +0.8%
tests/bug-reports/closed/_cache/Bug404.fst.checked 59.2 MiB 59.2 MiB +0.1% 0.24s 0.25s +5.9%
tests/bug-reports/closed/_cache/Bug405.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.27s 0.28s +3.0%
tests/bug-reports/closed/_cache/Bug406.fst.checked 68.7 MiB 68.7 MiB +0.0% 0.32s 0.33s +4.4%
tests/bug-reports/closed/_cache/Bug4092.fst.checked 61.0 MiB 61.0 MiB +0.2% 0.32s 0.32s +0.9%
tests/bug-reports/closed/_cache/Bug4092b.fst.checked 60.6 MiB 60.7 MiB +0.3% 0.30s 0.31s +2.7%
tests/bug-reports/closed/_cache/Bug413.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +3.4%
tests/bug-reports/closed/_cache/Bug416.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +3.0%
tests/bug-reports/closed/_cache/Bug417.fst.checked 59.6 MiB 59.6 MiB +0.1% 0.24s 0.25s +3.7%
tests/bug-reports/closed/_cache/Bug422.fst.checked 71.6 MiB 71.8 MiB +0.2% 0.47s 0.49s +3.2%
tests/bug-reports/closed/_cache/Bug424.fst.checked 68.4 MiB 68.5 MiB +0.2% 0.33s 0.34s +4.9%
tests/bug-reports/closed/_cache/Bug433.fst.checked 60.1 MiB 60.1 MiB +0.0% 0.28s 0.27s -2.5%
tests/bug-reports/closed/_cache/Bug442.fst.checked 101.6 MiB 101.6 MiB -0.0% 0.83s 0.85s +3.0%
tests/bug-reports/closed/_cache/Bug445.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug450.fst.checked 59.2 MiB 59.3 MiB +0.1% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Bug451.fst.checked 60.3 MiB 60.3 MiB +0.0% 0.28s 0.27s -1.4%
tests/bug-reports/closed/_cache/Bug463b.fst.checked 80.7 MiB 80.9 MiB +0.3% 0.52s 0.55s +5.6%
tests/bug-reports/closed/_cache/Bug466.fst.checked 60.2 MiB 60.2 MiB -0.1% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug482.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s -1.6%
tests/bug-reports/closed/_cache/Bug490.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +2.8%
tests/bug-reports/closed/_cache/Bug493.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +1.6%
tests/bug-reports/closed/_cache/Bug516.fst.checked 67.9 MiB 67.9 MiB +0.0% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug516b.fst.checked 67.8 MiB 67.8 MiB +0.0% 0.29s 0.29s +1.4%
tests/bug-reports/closed/_cache/Bug517.fst.checked 68.7 MiB 68.7 MiB +0.0% 0.33s 0.34s +0.9%
tests/bug-reports/closed/_cache/Bug518.fst.checked 68.2 MiB 68.2 MiB +0.0% 0.30s 0.31s +3.0%
tests/bug-reports/closed/_cache/Bug540.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +3.3%
tests/bug-reports/closed/_cache/Bug541.fst.checked 68.5 MiB 68.5 MiB +0.0% 0.30s 0.30s +0.3%
tests/bug-reports/closed/_cache/Bug543.fst.checked 61.1 MiB 61.2 MiB +0.1% 0.32s 0.32s +0.3%
tests/bug-reports/closed/_cache/Bug552.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +4.2%
tests/bug-reports/closed/_cache/Bug566.fst.checked 61.2 MiB 61.2 MiB -0.0% 0.32s 0.32s +0.9%
tests/bug-reports/closed/_cache/Bug574.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.25s -0.4%
tests/bug-reports/closed/_cache/Bug575.fst.checked 81.7 MiB 82.3 MiB +0.8% 0.83s 0.84s +2.2%
tests/bug-reports/closed/_cache/Bug576.fst.checked 61.0 MiB 61.0 MiB +0.0% 0.32s 0.32s +0.9%
tests/bug-reports/closed/_cache/Bug577.fst.checked 61.5 MiB 61.6 MiB +0.1% 0.31s 0.32s +3.2%
tests/bug-reports/closed/_cache/Bug579.fst.checked 66.5 MiB 66.2 MiB -0.4% 0.40s 0.41s +3.8%
tests/bug-reports/closed/_cache/Bug581.fst.checked 68.9 MiB 68.9 MiB -0.0% 0.32s 0.34s +3.7%
tests/bug-reports/closed/_cache/Bug589.fst.checked 60.1 MiB 60.2 MiB +0.2% 0.29s 0.29s +0.3%
tests/bug-reports/closed/_cache/Bug590.fst.checked 89.6 MiB 89.8 MiB +0.2% 0.59s 0.61s +2.9%
tests/bug-reports/closed/_cache/Bug601.fst.checked 60.6 MiB 60.6 MiB +0.0% 0.26s 0.27s +3.8%
tests/bug-reports/closed/_cache/Bug603.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.26s +5.8%
tests/bug-reports/closed/_cache/Bug605.fst.checked 60.3 MiB 60.3 MiB +0.0% 0.28s 0.29s +3.2%
tests/bug-reports/closed/_cache/Bug606.fst.checked 89.6 MiB 89.5 MiB -0.1% 0.56s 0.55s -1.8%
tests/bug-reports/closed/_cache/Bug607.fst.checked 60.0 MiB 60.0 MiB +0.0% 0.25s 0.26s +3.6%
tests/bug-reports/closed/_cache/Bug609.fst.checked 75.0 MiB 75.0 MiB +0.0% 0.37s 0.37s -0.8%
tests/bug-reports/closed/_cache/Bug612.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.28s 0.29s +2.5%
tests/bug-reports/closed/_cache/Bug613.fst.checked 61.1 MiB 61.1 MiB +0.0% 0.32s 0.32s +0.0%
tests/bug-reports/closed/_cache/Bug623.fst.checked 73.6 MiB 73.6 MiB +0.1% 0.52s 0.54s +2.7%
tests/bug-reports/closed/_cache/Bug655.fst.checked 68.7 MiB 68.7 MiB +0.0% 0.29s 0.31s +4.8%
tests/bug-reports/closed/_cache/Bug686.fst.checked 59.9 MiB 60.0 MiB +0.1% 0.25s 0.26s +1.6%
tests/bug-reports/closed/_cache/Bug696.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +4.7%
tests/bug-reports/closed/_cache/Bug705.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +0.8%
tests/bug-reports/closed/_cache/Bug706.fst.checked 102.3 MiB 103.1 MiB +0.8% 0.98s 1.03s +5.0%
tests/bug-reports/closed/_cache/Bug707.fst.checked 87.0 MiB 87.7 MiB +0.9% 0.84s 0.84s -0.4%
tests/bug-reports/closed/_cache/Bug709.fst.checked 80.9 MiB 80.3 MiB -0.7% 0.54s 0.58s +5.9%
tests/bug-reports/closed/_cache/Bug710.fst.checked 62.5 MiB 62.4 MiB -0.2% 0.34s 0.35s +3.2%
tests/bug-reports/closed/_cache/Bug711.fst.checked 111.4 MiB 111.7 MiB +0.3% 1.37s 1.44s +5.2%
tests/bug-reports/closed/_cache/Bug712.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +4.1%
tests/bug-reports/closed/_cache/Bug713.fst.checked 85.2 MiB 84.7 MiB -0.5% 0.68s 0.71s +4.6%
tests/bug-reports/closed/_cache/Bug734.fst.checked 60.6 MiB 60.8 MiB +0.2% 0.31s 0.30s -2.3%
tests/bug-reports/closed/_cache/Bug736.fst.checked 61.5 MiB 61.9 MiB +0.6% 0.32s 0.34s +7.8%
tests/bug-reports/closed/_cache/Bug747.fst.checked 74.9 MiB 74.9 MiB +0.0% 0.35s 0.36s +2.0%
tests/bug-reports/closed/_cache/Bug749.fst.checked 75.8 MiB 75.8 MiB -0.0% 0.39s 0.42s +6.9%
tests/bug-reports/closed/_cache/Bug756.fst.checked 63.5 MiB 63.5 MiB -0.0% 0.36s 0.37s +1.4%
tests/bug-reports/closed/_cache/Bug765.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug769.fst.checked 60.3 MiB 60.4 MiB +0.1% 0.25s 0.26s +1.6%
tests/bug-reports/closed/_cache/Bug769b.fst.checked 59.9 MiB 60.0 MiB +0.1% 0.26s 0.26s +2.4%
tests/bug-reports/closed/_cache/Bug769c.fst.checked 60.6 MiB 60.6 MiB -0.1% 0.26s 0.27s +4.2%
tests/bug-reports/closed/_cache/Bug769d.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.25s 0.25s +1.2%
tests/bug-reports/closed/_cache/Bug771.fsti.checked 83.0 MiB 83.0 MiB +0.0% 0.38s 0.39s +3.1%
tests/bug-reports/closed/_cache/Bug771b.fsti.checked 83.0 MiB 83.0 MiB +0.0% 0.39s 0.40s +2.8%
tests/bug-reports/closed/_cache/Bug775.fst.checked 61.6 MiB 61.4 MiB -0.3% 0.32s 0.33s +3.5%
tests/bug-reports/closed/_cache/Bug786.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +3.0%
tests/bug-reports/closed/_cache/Bug807a.fst.checked 60.0 MiB 60.0 MiB +0.1% 0.26s 0.26s +1.2%
tests/bug-reports/closed/_cache/Bug807b.fst.checked 59.7 MiB 59.8 MiB +0.1% 0.24s 0.25s +2.4%
tests/bug-reports/closed/_cache/Bug807c.fst.checked 59.6 MiB 59.6 MiB +0.2% 0.25s 0.26s +2.8%
tests/bug-reports/closed/_cache/Bug807d.fst.checked 60.6 MiB 60.7 MiB +0.1% 0.27s 0.28s +2.6%
tests/bug-reports/closed/_cache/Bug807e.fst.checked 61.8 MiB 61.7 MiB -0.3% 0.29s 0.30s +4.8%
tests/bug-reports/closed/_cache/Bug811.fst.checked 82.2 MiB 82.2 MiB +0.0% 0.34s 0.35s +3.6%
tests/bug-reports/closed/_cache/Bug818.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +4.6%
tests/bug-reports/closed/_cache/Bug818b.fst.checked 69.8 MiB 70.0 MiB +0.2% 0.37s 0.38s +2.7%
tests/bug-reports/closed/_cache/Bug829.fst.checked 61.7 MiB 61.7 MiB +0.1% 0.35s 0.34s -1.4%
tests/bug-reports/closed/_cache/Bug836.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +2.1%
tests/bug-reports/closed/_cache/Bug841.fst.checked 60.5 MiB 60.5 MiB +0.0% 0.31s 0.32s +2.9%
tests/bug-reports/closed/_cache/Bug844.fst.checked 68.3 MiB 68.2 MiB -0.2% 0.41s 0.41s +1.7%
tests/bug-reports/closed/_cache/Bug855a.fst.checked 68.7 MiB 68.6 MiB -0.1% 0.35s 0.34s -2.0%
tests/bug-reports/closed/_cache/Bug985.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.24s 0.26s +6.1%
tests/bug-reports/closed/_cache/Bug989.fst.checked 60.9 MiB 61.0 MiB +0.2% 0.30s 0.31s +3.0%
…sts/bug-reports/closed/_cache/BugBoxInjectivity.fst.checked 160.0 MiB 160.5 MiB +0.3% 1.24s 1.26s +2.0%
tests/bug-reports/closed/_cache/BugNBEPrimops.fst.checked 142.4 MiB 142.5 MiB +0.0% 0.72s 0.74s +2.8%
tests/bug-reports/closed/_cache/BugRaise.fst.checked 60.5 MiB 60.4 MiB -0.1% 0.30s 0.30s +0.7%
tests/bug-reports/closed/_cache/BugRecordPoly.fst.checked 63.7 MiB 63.7 MiB +0.1% 0.36s 0.36s +0.6%
…bug-reports/closed/_cache/BugTypeParamProjector.fst.checked 60.7 MiB 60.7 MiB +0.0% 0.30s 0.29s -3.3%
…bug-reports/closed/_cache/BugWildcardTelescopes.fst.checked 67.5 MiB 67.4 MiB -0.2% 0.47s 0.48s +2.3%
tests/bug-reports/closed/_cache/Dec.fst.checked 71.2 MiB 71.7 MiB +0.7% 0.64s 0.64s +0.9%
tests/bug-reports/closed/_cache/Dec.fsti.checked 59.9 MiB 59.8 MiB -0.1% 0.24s 0.26s +5.8%
tests/bug-reports/closed/_cache/ExtractionBug03.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.25s +1.6%
…ts/bug-reports/closed/_cache/ExtractionBug03Dep.fst.checked 59.4 MiB 59.4 MiB +0.1% 0.24s 0.24s +1.7%
tests/bug-reports/closed/_cache/ExtractionBug2.fst.checked 62.9 MiB 62.9 MiB +0.0% 0.37s 0.38s +1.9%
…s/bug-reports/closed/_cache/MutualRecPositivity.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +3.3%
…-reports/closed/_cache/NormalizingGhostSubterms.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.24s +2.1%
tests/bug-reports/closed/_cache/Parentheses.fst.checked 62.9 MiB 62.8 MiB -0.2% 0.34s 0.34s +2.1%
tests/bug-reports/closed/_cache/PropProofs.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.26s 0.26s +0.4%
tests/bug-reports/closed/_cache/PulseBug355.fst.checked 62.1 MiB 62.2 MiB +0.1% 0.26s 0.27s +2.7%
…sts/bug-reports/closed/_cache/PushPopProjectors.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.25s 0.26s +4.9%
…/bug-reports/closed/_cache/RemoveUnusedTypars.A.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +3.8%
…/bug-reports/closed/_cache/RemoveUnusedTypars.B.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.26s +4.9%
…reports/closed/_cache/RemoveUnusedTyparsIFace.A.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.25s +5.0%
…eports/closed/_cache/RemoveUnusedTyparsIFace.A.fsti.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +3.8%
…reports/closed/_cache/RemoveUnusedTyparsIFace.B.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.24s +3.0%
…ts/bug-reports/closed/_cache/ScopeOfBinderGuard.fst.checked 60.5 MiB 60.5 MiB +0.1% 0.30s 0.31s +3.0%
tests/bug-reports/closed/_cache/Unfold.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.27s 0.28s +5.2%
tests/bug-reports/closed/_cache/UnificationCrash.fst.checked 60.4 MiB 60.4 MiB +0.0% 0.27s 0.29s +6.2%
tests/bug-reports/closed/_cache/ValLetRec.fst.checked 62.5 MiB 62.4 MiB -0.0% 0.34s 0.36s +7.4%
tests/bug-reports/closed/_output/Bug086.ml 61.3 MiB 61.3 MiB -0.1% 0.36s 0.38s +4.4%
tests/bug-reports/closed/_output/Bug1101.ml 61.3 MiB 61.3 MiB +0.0% 0.37s 0.38s +2.4%
tests/bug-reports/closed/_output/Bug1485.ml 72.9 MiB 72.9 MiB +0.0% 0.50s 0.54s +7.0%
tests/bug-reports/closed/_output/Bug1714.ml 61.5 MiB 61.5 MiB +0.0% 0.36s 0.39s +7.1%
tests/bug-reports/closed/_output/Bug2058.ml 61.3 MiB 61.3 MiB +0.0% 0.38s 0.38s -1.0%
tests/bug-reports/closed/_output/Bug2412.ml 72.9 MiB 72.9 MiB +0.0% 0.52s 0.51s -0.6%
tests/bug-reports/closed/_output/Bug2595.ml 62.5 MiB 62.5 MiB +0.0% 0.40s 0.40s +0.3%
tests/bug-reports/closed/_output/Bug2699.ml 260.8 MiB 260.8 MiB +0.0% 2.05s 2.13s +3.9%
tests/bug-reports/closed/_output/Bug2895.ml 61.5 MiB 61.5 MiB +0.0% 0.38s 0.38s +0.3%
tests/bug-reports/closed/_output/Bug2912.ml 61.1 MiB 61.1 MiB +0.0% 0.36s 0.39s +7.5%
tests/bug-reports/closed/_output/Bug2912b.ml 61.1 MiB 61.1 MiB +0.0% 0.36s 0.38s +5.6%
tests/bug-reports/closed/_output/Bug310.ml 61.4 MiB 61.4 MiB +0.0% 0.36s 0.38s +5.2%
tests/bug-reports/closed/_output/Bug314.ml 164.7 MiB 164.7 MiB +0.0% 1.12s 1.18s +5.2%
tests/bug-reports/closed/_output/Bug3473.ml 61.1 MiB 61.1 MiB +0.0% 0.37s 0.39s +4.6%
tests/bug-reports/closed/_output/Bug3757.fst.output 60.6 MiB 60.6 MiB +0.0% 0.26s 0.26s +1.5%
tests/bug-reports/closed/_output/Bug3865.ml 162.4 MiB 162.4 MiB +0.0% 1.09s 1.11s +1.9%
tests/bug-reports/closed/_output/Bug3865b.ml 61.3 MiB 61.3 MiB +0.0% 0.36s 0.39s +7.2%
tests/bug-reports/closed/_output/Bug3980.fst.output 61.6 MiB 61.6 MiB +0.0% 0.30s 0.32s +6.3%
tests/bug-reports/closed/_output/Bug490.ml 61.2 MiB 61.2 MiB +0.0% 0.36s 0.38s +5.2%
tests/bug-reports/closed/_output/Bug540.ml 61.1 MiB 61.1 MiB +0.0% 0.37s 0.38s +3.3%
tests/bug-reports/closed/_output/Bug541.ml 72.9 MiB 72.9 MiB +0.0% 0.51s 0.52s +2.6%
tests/bug-reports/closed/_output/Bug589.ml 61.2 MiB 61.2 MiB +0.0% 0.37s 0.39s +4.8%
tests/bug-reports/closed/_output/Bug734.ml 61.3 MiB 61.3 MiB +0.0% 0.38s 0.38s -2.1%
tests/bug-reports/closed/_output/ExtractionBug2.ml 61.5 MiB 61.5 MiB +0.0% 0.37s 0.38s +1.6%
tests/bug-reports/closed/_output/PushPopProjectors.ml 61.3 MiB 61.3 MiB +0.0% 0.38s 0.39s +1.6%
…sts/bug-reports/closed/_output/RemoveUnusedTyparsIFace_A.fs 61.3 MiB 61.3 MiB +0.0% 0.36s 0.38s +3.6%
…sts/bug-reports/closed/_output/RemoveUnusedTyparsIFace_B.fs 61.3 MiB 61.3 MiB +0.0% 0.37s 0.38s +4.9%
tests/bug-reports/closed/_output/RemoveUnusedTypars_A.fs 61.1 MiB 61.1 MiB +0.0% 0.36s 0.38s +5.5%
tests/bug-reports/closed/_output/RemoveUnusedTypars_B.fs 61.2 MiB 61.3 MiB +0.0% 0.37s 0.38s +3.0%
tests/bug-reports/closed/_output/ValLetRec.ml 61.5 MiB 61.5 MiB +0.0% 0.38s 0.39s +3.2%
tests/calc/.depend 21.4 MiB 21.4 MiB +0.0% 0.12s 0.12s +3.5%
tests/calc/_cache/BasicTests.fst.checked 63.1 MiB 63.1 MiB +0.0% 0.35s 0.36s +3.1%
tests/calc/_cache/CalcImpl.fst.checked 67.4 MiB 67.8 MiB +0.6% 0.43s 0.46s +5.1%
tests/calc/_cache/CalcInference.fst.checked 63.0 MiB 63.2 MiB +0.4% 0.32s 0.34s +7.2%
tests/calc/_cache/CalcTest.fst.checked 86.6 MiB 87.2 MiB +0.7% 0.90s 0.95s +5.0%
tests/calc/_cache/Long.fst.checked 860.8 MiB 838.6 MiB -2.6% 19.45s 20.93s +7.6%
tests/calc/_cache/SeqCalc.fst.checked 88.9 MiB 89.1 MiB +0.2% 0.46s 0.47s +2.4%
tests/coercions/.depend 27.6 MiB 27.6 MiB -0.1% 0.30s 0.32s +3.9%
tests/coercions/_cache/IntBV.fst.checked 99.5 MiB 99.5 MiB +0.0% 0.50s 0.52s +3.4%
tests/coercions/_cache/ListSeq.fst.checked 84.4 MiB 84.4 MiB +0.0% 0.35s 0.36s +2.3%
tests/coercions/_cache/Q.fst.checked 142.1 MiB 142.2 MiB +0.0% 0.72s 0.73s +1.1%
tests/coercions/_cache/T.fst.checked 141.0 MiB 141.1 MiB +0.0% 0.70s 0.71s +2.0%
tests/error-messages/.depend 35.0 MiB 35.1 MiB +0.2% 0.57s 0.59s +4.4%
tests/error-messages/_cache/AQualMismatch.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +4.7%
tests/error-messages/_cache/AnotType.fst.checked 61.8 MiB 61.6 MiB -0.2% 0.29s 0.30s +4.2%
tests/error-messages/_cache/ArgsAndQuals.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +1.7%
tests/error-messages/_cache/ArgsMismatch.fst.checked 61.2 MiB 61.2 MiB +0.0% 0.26s 0.27s +4.2%
tests/error-messages/_cache/ArrowRanges.fst.checked 61.5 MiB 61.5 MiB -0.1% 0.32s 0.33s +2.5%
tests/error-messages/_cache/AssertNorm.fst.checked 59.6 MiB 59.6 MiB +0.1% 0.27s 0.28s +1.8%
tests/error-messages/_cache/Asserts.fst.checked 60.1 MiB 60.2 MiB +0.1% 0.30s 0.31s +3.0%
tests/error-messages/_cache/BadEmptyRecord.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.26s +4.0%
tests/error-messages/_cache/Basic.fst.checked 62.5 MiB 62.4 MiB -0.1% 0.40s 0.41s +3.3%
tests/error-messages/_cache/Bug1918.fst.checked 92.7 MiB 92.8 MiB +0.1% 0.44s 0.46s +3.4%
tests/error-messages/_cache/Bug1988.fst.checked 59.8 MiB 59.8 MiB +0.0% 0.25s 0.26s +5.3%
tests/error-messages/_cache/Bug1997.fst.checked 81.3 MiB 81.0 MiB -0.4% 1.10s 1.09s -1.4%
tests/error-messages/_cache/Bug2010.fst.checked 84.2 MiB 84.2 MiB +0.0% 0.36s 0.35s -1.9%
tests/error-messages/_cache/Bug2021.fst.checked 59.8 MiB 59.9 MiB +0.1% 0.24s 0.25s +5.5%
tests/error-messages/_cache/Bug2245.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.24s 0.24s +1.7%
tests/error-messages/_cache/Bug2820.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.24s 0.24s +1.2%
tests/error-messages/_cache/Bug2899.fst.checked 142.9 MiB 143.3 MiB +0.3% 0.72s 0.76s +6.0%
tests/error-messages/_cache/Bug2953.fst.checked 117.4 MiB 117.5 MiB +0.0% 0.56s 0.59s +3.9%
tests/error-messages/_cache/Bug2980.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.24s +2.5%
tests/error-messages/_cache/Bug2981.fst.checked 140.9 MiB 140.9 MiB +0.0% 0.69s 0.73s +5.9%
tests/error-messages/_cache/Bug3099.fst.checked 142.1 MiB 142.0 MiB -0.0% 0.74s 0.77s +3.9%
tests/error-messages/_cache/Bug3102.fst.checked 143.6 MiB 143.7 MiB +0.0% 0.75s 0.74s -0.9%
tests/error-messages/_cache/Bug3145.fst.checked 59.2 MiB 59.3 MiB +0.1% 0.24s 0.25s +1.6%
tests/error-messages/_cache/Bug3227.fst.checked 61.9 MiB 62.2 MiB +0.5% 0.33s 0.34s +2.1%
tests/error-messages/_cache/Bug3232b.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.24s 0.24s -2.0%
tests/error-messages/_cache/Bug3232c.fst.checked 59.2 MiB 59.1 MiB -0.1% 0.24s 0.24s +3.8%
tests/error-messages/_cache/Bug3232d.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +6.1%
tests/error-messages/_cache/Bug3292.fst.checked 59.8 MiB 60.2 MiB +0.7% 0.26s 0.27s +5.8%
tests/error-messages/_cache/Bug3530.fst.checked 59.4 MiB 59.5 MiB +0.2% 0.25s 0.25s -2.0%
tests/error-messages/_cache/Bug446.fst.checked 68.6 MiB 68.5 MiB -0.0% 0.35s 0.37s +5.5%
tests/error-messages/_cache/Calc.fst.checked 166.8 MiB 167.0 MiB +0.1% 1.38s 1.42s +3.3%
tests/error-messages/_cache/CalcImpl.fst.checked 67.4 MiB 68.0 MiB +0.9% 0.44s 0.45s +2.0%
tests/error-messages/_cache/Coercions.fst.checked 66.8 MiB 66.9 MiB +0.2% 0.44s 0.45s +2.7%
tests/error-messages/_cache/DTuples.fst.checked 62.3 MiB 62.4 MiB +0.2% 0.32s 0.34s +5.6%
tests/error-messages/_cache/DecreasesTypeWarning.fst.checked 60.8 MiB 60.7 MiB -0.1% 0.33s 0.32s -3.1%
tests/error-messages/_cache/DesugarOrder.fst.checked 59.0 MiB 59.0 MiB +0.0% 0.24s 0.25s +2.1%
tests/error-messages/_cache/DumpUvarsOf.fst.checked 142.3 MiB 142.2 MiB -0.1% 0.72s 0.75s +3.3%
tests/error-messages/_cache/Erasable.fst.checked 62.4 MiB 62.6 MiB +0.4% 0.32s 0.35s +8.6%
tests/error-messages/_cache/ExpectFailure.fst.checked 83.8 MiB 83.8 MiB +0.0% 0.37s 0.38s +0.8%
tests/error-messages/_cache/GhostImplicits.fst.checked 62.2 MiB 62.2 MiB -0.1% 0.28s 0.28s +2.2%
tests/error-messages/_cache/IfCond.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.24s 0.24s +1.3%
tests/error-messages/_cache/IfThen.fst.checked 59.1 MiB 59.1 MiB +0.1% 0.24s 0.24s +1.7%
tests/error-messages/_cache/IncoherentPatterns.fst.checked 59.1 MiB 59.0 MiB -0.1% 0.24s 0.25s +3.4%
tests/error-messages/_cache/IncompatibleQuals.fst.checked 62.3 MiB 62.4 MiB +0.1% 0.29s 0.30s +1.7%
tests/error-messages/_cache/InfixImps.fst.checked 59.1 MiB 59.2 MiB +0.1% 0.24s 0.25s +4.2%
tests/error-messages/_cache/MetaRanges.fst.checked 146.1 MiB 146.1 MiB +0.0% 0.73s 0.76s +3.7%
tests/error-messages/_cache/Monoid.fst.checked 89.1 MiB 89.8 MiB +0.8% 1.08s 1.16s +6.5%
tests/error-messages/_cache/NegativeTests.BST.fst.checked 71.8 MiB 72.4 MiB +0.9% 0.65s 0.65s +0.9%
tests/error-messages/_cache/NegativeTests.Bug260.fst.checked 61.1 MiB 61.3 MiB +0.2% 0.31s 0.32s +3.2%
tests/error-messages/_cache/NegativeTests.False.fst.checked 60.6 MiB 60.7 MiB +0.2% 0.32s 0.31s -1.9%
tests/error-messages/_cache/NegativeTests.Heap.fst.checked 66.5 MiB 66.5 MiB -0.1% 0.34s 0.36s +4.1%
tests/error-messages/_cache/NegativeTests.Neg.fst.checked 63.5 MiB 63.7 MiB +0.3% 0.42s 0.43s +0.9%
…/error-messages/_cache/NegativeTests.Positivity.fst.checked 75.1 MiB 74.8 MiB -0.3% 0.45s 0.45s +0.7%
tests/error-messages/_cache/NegativeTests.Set.fst.checked 63.1 MiB 63.2 MiB +0.1% 0.37s 0.36s -1.1%
…r-messages/_cache/NegativeTests.ShortCircuiting.fst.checked 60.4 MiB 60.4 MiB -0.1% 0.30s 0.30s +0.0%
…error-messages/_cache/NegativeTests.Termination.fst.checked 70.2 MiB 69.9 MiB -0.5% 0.71s 0.72s +1.3%
…r-messages/_cache/NegativeTests.ZZImplicitFalse.fst.checked 59.6 MiB 59.7 MiB +0.1% 0.27s 0.28s +4.1%
tests/error-messages/_cache/NonLinear.fst.checked 59.1 MiB 59.0 MiB -0.1% 0.24s 0.25s +3.8%
tests/error-messages/_cache/OccursCheckOnArrows.fst.checked 59.2 MiB 59.3 MiB +0.1% 0.23s 0.24s +3.9%
tests/error-messages/_cache/OptionStack.fst.checked 60.5 MiB 60.4 MiB -0.1% 0.31s 0.31s +0.0%
tests/error-messages/_cache/PatAnnot.fst.checked 78.2 MiB 78.2 MiB +0.0% 0.51s 0.52s +3.0%
tests/error-messages/_cache/PatCoerce.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +0.8%
tests/error-messages/_cache/PatImps.fst.checked 60.8 MiB 60.7 MiB -0.1% 0.32s 0.32s +2.2%
tests/error-messages/_cache/PatternMatch.fst.checked 65.7 MiB 65.6 MiB -0.1% 0.50s 0.49s -2.0%
tests/error-messages/_cache/QuickTest.fst.checked 77.4 MiB 76.8 MiB -0.7% 0.73s 0.75s +3.0%
tests/error-messages/_cache/QuickTestNBE.fst.checked 77.1 MiB 76.9 MiB -0.3% 0.73s 0.71s -2.6%
tests/error-messages/_cache/RecordFields.fst.checked 60.2 MiB 60.2 MiB -0.1% 0.26s 0.27s +3.1%
…/error-messages/_cache/ResolveImplicitsErrorPos.fst.checked 141.6 MiB 141.6 MiB +0.0% 0.72s 0.73s +1.1%
tests/error-messages/_cache/SMTPatSymbols.fst.checked 59.5 MiB 59.5 MiB +0.1% 0.27s 0.27s +1.9%
tests/error-messages/_cache/SeqLit.fst.checked 86.3 MiB 86.2 MiB -0.0% 0.41s 0.43s +5.3%
tests/error-messages/_cache/StableErr.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s -2.9%
tests/error-messages/_cache/StrictUnfolding.fst.checked 203.9 MiB 204.1 MiB +0.1% 1.46s 1.50s +3.1%
tests/error-messages/_cache/StringNormalization.fst.checked 108.0 MiB 108.0 MiB +0.0% 0.81s 0.82s +0.9%
…r-messages/_cache/Test.FunctionalExtensionality.fst.checked 74.0 MiB 73.7 MiB -0.4% 0.65s 0.68s +5.4%
tests/error-messages/_cache/TestErrorLocations.fst.checked 66.0 MiB 65.8 MiB -0.2% 0.45s 0.45s +0.4%
tests/error-messages/_cache/TestHasEq.fst.checked 71.0 MiB 71.0 MiB +0.0% 0.57s 0.61s +6.7%
tests/error-messages/_cache/TuplePat.fst.checked 60.3 MiB 60.2 MiB -0.2% 0.27s 0.27s +3.4%
tests/error-messages/_cache/UnboundOp.fst.checked 59.0 MiB 59.1 MiB +0.1% 0.23s 0.24s +1.3%
tests/error-messages/_cache/Unit2.fst.checked 63.3 MiB 63.6 MiB +0.6% 0.38s 0.39s +1.8%
tests/error-messages/_cache/UnivInst.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.24s 0.25s +1.6%
tests/error-messages/_cache/UnresolvedFields.fst.checked 60.0 MiB 59.9 MiB -0.1% 0.26s 0.26s +3.1%
tests/error-messages/_cache/WPExtensionality.fst.checked 202.6 MiB 203.1 MiB +0.2% 1.23s 1.29s +4.8%
tests/error-messages/_cache/WarnError.fst.checked 59.0 MiB 59.1 MiB +0.1% 0.23s 0.24s +4.8%
tests/error-messages/_output/AQualMismatch.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.24s +6.1%
tests/error-messages/_output/AQualMismatch.fst.output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.24s +5.2%
tests/error-messages/_output/AnotType.fst.json_output 61.8 MiB 61.7 MiB -0.3% 0.29s 0.29s +1.4%
tests/error-messages/_output/AnotType.fst.output 61.8 MiB 61.7 MiB -0.3% 0.29s 0.29s +1.0%
tests/error-messages/_output/ArgsAndQuals.fst.json_output 59.3 MiB 59.4 MiB +0.1% 0.24s 0.24s +1.2%
tests/error-messages/_output/ArgsAndQuals.fst.output 59.3 MiB 59.4 MiB +0.1% 0.24s 0.24s +0.8%
tests/error-messages/_output/ArgsMismatch.fst.json_output 61.3 MiB 61.2 MiB -0.1% 0.27s 0.27s +1.1%
tests/error-messages/_output/ArgsMismatch.fst.output 61.3 MiB 61.2 MiB -0.1% 0.27s 0.27s +0.0%
tests/error-messages/_output/ArrowRanges.fst.json_output 61.5 MiB 61.4 MiB -0.1% 0.32s 0.32s +0.6%
tests/error-messages/_output/ArrowRanges.fst.output 61.5 MiB 61.4 MiB -0.1% 0.32s 0.33s +5.4%
tests/error-messages/_output/AssertNorm.fst.json_output 59.5 MiB 59.5 MiB +0.1% 0.27s 0.29s +7.7%
tests/error-messages/_output/AssertNorm.fst.output 59.5 MiB 59.5 MiB +0.1% 0.27s 0.28s +3.7%
tests/error-messages/_output/Asserts.fst.json_output 60.1 MiB 60.2 MiB +0.1% 0.29s 0.31s +5.4%
tests/error-messages/_output/Asserts.fst.output 60.1 MiB 60.2 MiB +0.1% 0.30s 0.30s +2.0%
tests/error-messages/_output/BadEmptyRecord.fst.json_output 59.7 MiB 59.6 MiB -0.1% 0.24s 0.25s +3.7%
tests/error-messages/_output/BadEmptyRecord.fst.output 59.7 MiB 59.6 MiB -0.1% 0.24s 0.25s +4.1%
tests/error-messages/_output/Basic.fst.json_output 62.6 MiB 62.5 MiB -0.1% 0.39s 0.40s +4.1%
tests/error-messages/_output/Basic.fst.output 62.6 MiB 62.5 MiB -0.1% 0.40s 0.41s +3.7%
tests/error-messages/_output/Bug1918.fst.json_output 92.7 MiB 92.8 MiB +0.1% 0.45s 0.47s +5.1%
tests/error-messages/_output/Bug1918.fst.output 92.7 MiB 92.8 MiB +0.1% 0.45s 0.46s +3.3%
tests/error-messages/_output/Bug1988.fst.json_output 59.8 MiB 59.8 MiB +0.0% 0.24s 0.26s +9.1%
tests/error-messages/_output/Bug1988.fst.output 59.8 MiB 59.8 MiB +0.0% 0.24s 0.26s +7.8%
tests/error-messages/_output/Bug1997.fst.json_output 79.9 MiB 79.3 MiB -0.7% 1.02s 1.06s +3.9%
tests/error-messages/_output/Bug1997.fst.output 79.9 MiB 79.3 MiB -0.7% 1.03s 1.07s +4.2%
tests/error-messages/_output/Bug2010.fst.json_output 84.2 MiB 84.2 MiB +0.0% 0.36s 0.36s +2.0%
tests/error-messages/_output/Bug2010.fst.output 84.2 MiB 84.2 MiB +0.0% 0.35s 0.37s +4.8%
tests/error-messages/_output/Bug2021.fst.json_output 59.9 MiB 60.0 MiB +0.1% 0.25s 0.26s +3.6%
tests/error-messages/_output/Bug2021.fst.output 59.9 MiB 60.0 MiB +0.1% 0.24s 0.26s +5.8%
tests/error-messages/_output/Bug2245.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.24s +2.6%
tests/error-messages/_output/Bug2245.fst.output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.25s +7.3%
tests/error-messages/_output/Bug2820.fst.json_output 59.4 MiB 59.4 MiB -0.1% 0.24s 0.24s +2.9%
tests/error-messages/_output/Bug2820.fst.output 59.4 MiB 59.4 MiB -0.1% 0.24s 0.25s +0.8%
tests/error-messages/_output/Bug2899.fst.json_output 142.9 MiB 143.3 MiB +0.3% 0.73s 0.76s +3.4%
tests/error-messages/_output/Bug2899.fst.output 142.9 MiB 143.2 MiB +0.3% 0.72s 0.77s +7.0%
tests/error-messages/_output/Bug2953.fst.json_output 117.5 MiB 117.5 MiB +0.0% 0.55s 0.57s +4.9%
tests/error-messages/_output/Bug2953.fst.output 117.4 MiB 117.5 MiB +0.0% 0.56s 0.59s +5.0%
tests/error-messages/_output/Bug2980.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.25s +6.4%
tests/error-messages/_output/Bug2980.fst.output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.24s +4.7%
tests/error-messages/_output/Bug2981.fst.json_output 140.9 MiB 140.9 MiB +0.0% 0.69s 0.72s +4.5%
tests/error-messages/_output/Bug2981.fst.output 140.9 MiB 140.9 MiB +0.0% 0.68s 0.72s +5.1%
tests/error-messages/_output/Bug3099.fst.json_output 142.1 MiB 142.0 MiB -0.0% 0.74s 0.79s +7.6%
tests/error-messages/_output/Bug3099.fst.output 142.1 MiB 142.0 MiB -0.0% 0.74s 0.76s +3.4%
tests/error-messages/_output/Bug3102.fst.json_output 143.6 MiB 143.7 MiB +0.0% 0.74s 0.78s +4.7%
tests/error-messages/_output/Bug3102.fst.output 143.6 MiB 143.7 MiB +0.0% 0.73s 0.76s +4.1%
tests/error-messages/_output/Bug3145.fst.json_output 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +2.1%
tests/error-messages/_output/Bug3145.fst.output 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s -0.4%
tests/error-messages/_output/Bug3227.fst.json_output 62.4 MiB 62.5 MiB +0.2% 0.32s 0.32s +0.9%
tests/error-messages/_output/Bug3227.fst.output 62.4 MiB 62.5 MiB +0.2% 0.31s 0.33s +5.1%
tests/error-messages/_output/Bug3232b.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.24s 0.25s +6.4%
tests/error-messages/_output/Bug3232b.fst.output 59.2 MiB 59.1 MiB -0.1% 0.23s 0.24s +2.2%
tests/error-messages/_output/Bug3232c.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.24s 0.24s +2.9%
tests/error-messages/_output/Bug3232c.fst.output 59.2 MiB 59.1 MiB -0.1% 0.24s 0.25s +4.6%
tests/error-messages/_output/Bug3232d.fst.json_output 59.2 MiB 59.1 MiB -0.1% 0.24s 0.24s +0.0%
tests/error-messages/_output/Bug3232d.fst.output 59.2 MiB 59.1 MiB -0.1% 0.24s 0.23s -0.4%
tests/error-messages/_output/Bug3292.fst.json_output 59.6 MiB 59.6 MiB +0.0% 0.25s 0.27s +4.3%
tests/error-messages/_output/Bug3292.fst.output 59.6 MiB 59.6 MiB +0.0% 0.26s 0.27s +3.5%
tests/error-messages/_output/Bug3530.fst.json_output 59.4 MiB 59.4 MiB +0.0% 0.25s 0.24s -1.6%
tests/error-messages/_output/Bug3530.fst.output 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +0.4%
tests/error-messages/_output/Bug446.fst.json_output 68.6 MiB 68.5 MiB -0.0% 0.34s 0.38s +9.0%
tests/error-messages/_output/Bug446.fst.output 68.6 MiB 68.5 MiB -0.0% 0.35s 0.37s +5.4%
tests/error-messages/_output/Calc.fst.json_output 166.8 MiB 167.0 MiB +0.1% 1.43s 1.47s +2.7%
tests/error-messages/_output/Calc.fst.output 166.8 MiB 167.0 MiB +0.1% 1.43s 1.46s +2.4%
tests/error-messages/_output/CalcImpl.fst.json_output 67.8 MiB 67.8 MiB -0.0% 0.45s 0.46s +2.5%
tests/error-messages/_output/CalcImpl.fst.output 67.8 MiB 67.8 MiB -0.0% 0.44s 0.45s +2.0%
tests/error-messages/_output/Coercions.fst.json_output 66.8 MiB 66.9 MiB +0.2% 0.44s 0.46s +5.2%
tests/error-messages/_output/Coercions.fst.output 66.8 MiB 66.9 MiB +0.2% 0.44s 0.47s +5.4%
tests/error-messages/_output/DTuples.fst.json_output 62.7 MiB 62.8 MiB +0.1% 0.32s 0.33s +1.6%
tests/error-messages/_output/DTuples.fst.output 62.7 MiB 62.8 MiB +0.1% 0.33s 0.33s -0.6%
…error-messages/_output/DecreasesTypeWarning.fst.json_output 60.8 MiB 60.6 MiB -0.2% 0.32s 0.32s -1.3%
tests/error-messages/_output/DecreasesTypeWarning.fst.output 60.8 MiB 60.6 MiB -0.2% 0.30s 0.32s +4.3%
tests/error-messages/_output/DesugarOrder.fst.json_output 59.0 MiB 59.0 MiB +0.0% 0.23s 0.24s +0.9%
tests/error-messages/_output/DesugarOrder.fst.output 59.0 MiB 59.0 MiB +0.0% 0.23s 0.24s +2.6%
tests/error-messages/_output/DumpUvarsOf.fst.json_output 142.3 MiB 142.2 MiB -0.1% 0.74s 0.76s +2.6%
tests/error-messages/_output/DumpUvarsOf.fst.output 142.3 MiB 142.2 MiB -0.1% 0.74s 0.75s +2.4%
tests/error-messages/_output/Erasable.fst.json_output 62.4 MiB 62.6 MiB +0.3% 0.34s 0.34s +1.8%
tests/error-messages/_output/Erasable.fst.output 62.5 MiB 62.6 MiB +0.3% 0.33s 0.34s +2.4%
tests/error-messages/_output/ExpectFailure.fst.json_output 83.8 MiB 83.8 MiB +0.0% 0.38s 0.38s +0.8%
tests/error-messages/_output/ExpectFailure.fst.output 83.8 MiB 83.8 MiB +0.0% 0.38s 0.38s +1.1%
tests/error-messages/_output/GhostImplicits.fst.json_output 62.2 MiB 62.2 MiB -0.1% 0.27s 0.28s +3.8%
tests/error-messages/_output/GhostImplicits.fst.output 62.2 MiB 62.2 MiB -0.1% 0.27s 0.27s +1.9%
tests/error-messages/_output/IfCond.fst.json_output 59.1 MiB 59.1 MiB -0.1% 0.23s 0.24s +1.3%
tests/error-messages/_output/IfCond.fst.output 59.1 MiB 59.1 MiB -0.1% 0.24s 0.24s +0.4%
tests/error-messages/_output/IfThen.fst.json_output 59.1 MiB 59.1 MiB -0.1% 0.24s 0.24s -1.3%
tests/error-messages/_output/IfThen.fst.output 59.1 MiB 59.1 MiB -0.1% 0.24s 0.24s +0.4%
tests/error-messages/_output/IncoherentPatterns.fst.output 59.1 MiB 59.0 MiB -0.1% 0.23s 0.24s +0.9%
…ts/error-messages/_output/IncompatibleQuals.fst.json_output 62.3 MiB 62.3 MiB +0.1% 0.29s 0.30s +2.4%
tests/error-messages/_output/IncompatibleQuals.fst.output 62.3 MiB 62.3 MiB +0.1% 0.29s 0.30s +2.4%
tests/error-messages/_output/InfixImps.fst.json_output 59.2 MiB 59.3 MiB +0.2% 0.24s 0.24s +1.2%
tests/error-messages/_output/InfixImps.fst.output 59.2 MiB 59.3 MiB +0.2% 0.24s 0.25s +1.6%
tests/error-messages/_output/MetaRanges.fst.output 146.1 MiB 146.2 MiB +0.0% 0.75s 0.77s +3.5%
tests/error-messages/_output/Monoid.fst.json_output 90.1 MiB 91.7 MiB +1.8% 1.11s 1.13s +2.3%
tests/error-messages/_output/Monoid.fst.output 90.1 MiB 91.7 MiB +1.8% 1.13s 1.10s -2.7%
…ts/error-messages/_output/NegativeTests.BST.fst.json_output 71.8 MiB 72.5 MiB +1.0% 0.62s 0.65s +3.2%
tests/error-messages/_output/NegativeTests.BST.fst.output 71.8 MiB 72.5 MiB +1.0% 0.62s 0.67s +8.7%
…error-messages/_output/NegativeTests.Bug260.fst.json_output 61.1 MiB 61.3 MiB +0.2% 0.32s 0.33s +3.5%
tests/error-messages/_output/NegativeTests.Bug260.fst.output 61.1 MiB 61.3 MiB +0.2% 0.32s 0.32s +2.2%
…/error-messages/_output/NegativeTests.False.fst.json_output 60.8 MiB 60.9 MiB +0.2% 0.31s 0.32s +1.3%
tests/error-messages/_output/NegativeTests.False.fst.output 60.8 MiB 60.9 MiB +0.2% 0.31s 0.33s +5.1%
…s/error-messages/_output/NegativeTests.Heap.fst.json_output 66.5 MiB 66.5 MiB -0.1% 0.34s 0.36s +4.7%
tests/error-messages/_output/NegativeTests.Heap.fst.output 66.5 MiB 66.5 MiB -0.1% 0.35s 0.35s +0.6%
…ts/error-messages/_output/NegativeTests.Neg.fst.json_output 63.6 MiB 63.7 MiB +0.2% 0.43s 0.45s +4.0%
tests/error-messages/_output/NegativeTests.Neg.fst.output 63.6 MiB 63.7 MiB +0.2% 0.43s 0.43s +0.9%
…r-messages/_output/NegativeTests.Positivity.fst.json_output 75.1 MiB 74.8 MiB -0.3% 0.47s 0.45s -3.9%
…/error-messages/_output/NegativeTests.Positivity.fst.output 75.1 MiB 74.8 MiB -0.3% 0.47s 0.46s -2.1%
…ts/error-messages/_output/NegativeTests.Set.fst.json_output 63.1 MiB 63.1 MiB +0.0% 0.38s 0.37s -2.7%
tests/error-messages/_output/NegativeTests.Set.fst.output 63.1 MiB 63.1 MiB +0.0% 0.37s 0.37s +0.0%
…sages/_output/NegativeTests.ShortCircuiting.fst.json_output 60.4 MiB 60.4 MiB -0.1% 0.31s 0.31s +0.3%
…r-messages/_output/NegativeTests.ShortCircuiting.fst.output 60.4 MiB 60.4 MiB -0.1% 0.31s 0.31s +0.6%
…-messages/_output/NegativeTests.Termination.fst.json_output 70.2 MiB 69.8 MiB -0.6% 0.74s 0.75s +0.8%
…error-messages/_output/NegativeTests.Termination.fst.output 70.2 MiB 69.8 MiB -0.5% 0.72s 0.74s +2.9%
…sages/_output/NegativeTests.ZZImplicitFalse.fst.json_output 59.6 MiB 59.6 MiB +0.0% 0.27s 0.28s +2.9%
…r-messages/_output/NegativeTests.ZZImplicitFalse.fst.output 59.6 MiB 59.6 MiB +0.0% 0.27s 0.27s +0.4%
tests/error-messages/_output/NonLinear.fst.output 59.1 MiB 59.0 MiB -0.1% 0.23s 0.24s +1.7%
…/error-messages/_output/OccursCheckOnArrows.fst.json_output 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +3.4%
tests/error-messages/_output/OccursCheckOnArrows.fst.output 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +0.4%
tests/error-messages/_output/OptionStack.fst.json_output 60.4 MiB 60.5 MiB +0.1% 0.31s 0.32s +1.6%
tests/error-messages/_output/OptionStack.fst.output 60.4 MiB 60.5 MiB +0.1% 0.31s 0.31s +2.6%
tests/error-messages/_output/PatAnnot.fst.json_output 78.2 MiB 78.2 MiB +0.0% 0.49s 0.50s +1.2%
tests/error-messages/_output/PatAnnot.fst.output 78.2 MiB 78.2 MiB +0.0% 0.48s 0.50s +5.0%
tests/error-messages/_output/PatCoerce.fst.json_output 59.2 MiB 59.3 MiB +0.1% 0.23s 0.25s +5.1%
tests/error-messages/_output/PatCoerce.fst.output 59.2 MiB 59.3 MiB +0.1% 0.24s 0.25s +5.5%
tests/error-messages/_output/PatImps.fst.json_output 61.2 MiB 61.0 MiB -0.3% 0.31s 0.33s +6.1%
tests/error-messages/_output/PatImps.fst.output 61.2 MiB 61.0 MiB -0.3% 0.31s 0.33s +5.2%
tests/error-messages/_output/PatternMatch.fst.json_output 65.5 MiB 65.5 MiB -0.1% 0.48s 0.50s +4.8%
tests/error-messages/_output/PatternMatch.fst.output 65.5 MiB 65.5 MiB -0.1% 0.48s 0.50s +3.1%
tests/error-messages/_output/QuickTest.fst.json_output 77.4 MiB 76.8 MiB -0.7% 0.70s 0.73s +4.0%
tests/error-messages/_output/QuickTest.fst.output 77.4 MiB 76.8 MiB -0.7% 0.70s 0.74s +5.6%
tests/error-messages/_output/QuickTestNBE.fst.json_output 77.1 MiB 76.9 MiB -0.3% 0.69s 0.74s +6.6%
tests/error-messages/_output/QuickTestNBE.fst.output 77.1 MiB 76.9 MiB -0.3% 0.71s 0.75s +5.4%
tests/error-messages/_output/RecordFields.fst.json_output 60.2 MiB 60.2 MiB +0.1% 0.26s 0.26s +0.0%
tests/error-messages/_output/RecordFields.fst.output 60.2 MiB 60.2 MiB +0.1% 0.26s 0.26s -1.2%
…r-messages/_output/ResolveImplicitsErrorPos.fst.json_output 141.6 MiB 141.6 MiB +0.0% 0.71s 0.72s +2.3%
…/error-messages/_output/ResolveImplicitsErrorPos.fst.output 141.6 MiB 141.6 MiB +0.0% 0.71s 0.73s +3.7%
tests/error-messages/_output/SMTPatSymbols.fst.json_output 59.5 MiB 59.5 MiB +0.0% 0.26s 0.28s +5.3%
tests/error-messages/_output/SMTPatSymbols.fst.output 59.5 MiB 59.5 MiB +0.0% 0.27s 0.28s +2.6%
tests/error-messages/_output/SeqLit.fst.json_output 86.1 MiB 86.1 MiB +0.0% 0.43s 0.44s +2.3%
tests/error-messages/_output/SeqLit.fst.output 86.1 MiB 86.1 MiB +0.0% 0.42s 0.43s +2.4%
tests/error-messages/_output/StableErr.fst.json_output 59.2 MiB 59.3 MiB +0.1% 0.23s 0.25s +6.4%
tests/error-messages/_output/StableErr.fst.output 59.2 MiB 59.3 MiB +0.1% 0.23s 0.24s +3.4%
tests/error-messages/_output/StrictUnfolding.fst.json_output 203.8 MiB 204.1 MiB +0.1% 1.45s 1.52s +5.2%
tests/error-messages/_output/StrictUnfolding.fst.output 203.8 MiB 204.1 MiB +0.1% 1.48s 1.51s +2.2%
…/error-messages/_output/StringNormalization.fst.json_output 108.0 MiB 107.9 MiB -0.1% 0.79s 0.80s +2.0%
tests/error-messages/_output/StringNormalization.fst.output 108.0 MiB 107.9 MiB -0.1% 0.80s 0.82s +3.0%
…sages/_output/Test.FunctionalExtensionality.fst.json_output 74.0 MiB 73.7 MiB -0.3% 0.67s 0.68s +1.0%
…r-messages/_output/Test.FunctionalExtensionality.fst.output 74.0 MiB 73.7 MiB -0.3% 0.68s 0.66s -2.8%
…s/error-messages/_output/TestErrorLocations.fst.json_output 66.0 MiB 65.8 MiB -0.2% 0.44s 0.45s +1.4%
tests/error-messages/_output/TestErrorLocations.fst.output 66.0 MiB 65.8 MiB -0.3% 0.44s 0.45s +2.5%
tests/error-messages/_output/TestHasEq.fst.json_output 70.9 MiB 71.0 MiB +0.0% 0.55s 0.59s +7.0%
tests/error-messages/_output/TestHasEq.fst.output 70.9 MiB 71.0 MiB +0.0% 0.59s 0.60s +1.9%
tests/error-messages/_output/TuplePat.fst.json_output 60.3 MiB 60.4 MiB +0.0% 0.27s 0.27s +0.4%
tests/error-messages/_output/TuplePat.fst.output 60.3 MiB 60.4 MiB +0.0% 0.27s 0.28s +3.8%
tests/error-messages/_output/UnboundOp.fst.json_output 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +3.4%
tests/error-messages/_output/UnboundOp.fst.output 59.1 MiB 59.1 MiB +0.0% 0.23s 0.24s +4.3%
tests/error-messages/_output/Unit2.fst.json_output 63.3 MiB 63.6 MiB +0.6% 0.38s 0.40s +5.6%
tests/error-messages/_output/Unit2.fst.output 63.3 MiB 63.6 MiB +0.6% 0.38s 0.39s +3.7%
tests/error-messages/_output/UnivInst.fst.output 59.9 MiB 60.0 MiB +0.1% 0.24s 0.26s +4.5%
…sts/error-messages/_output/UnresolvedFields.fst.json_output 60.0 MiB 59.9 MiB -0.1% 0.25s 0.26s +4.0%
tests/error-messages/_output/UnresolvedFields.fst.output 60.0 MiB 59.9 MiB -0.1% 0.26s 0.25s -0.8%
…sts/error-messages/_output/WPExtensionality.fst.json_output 202.6 MiB 203.1 MiB +0.2% 1.24s 1.26s +1.1%
tests/error-messages/_output/WPExtensionality.fst.output 202.6 MiB 203.1 MiB +0.2% 1.23s 1.26s +2.5%
tests/error-messages/_output/WarnError.fst.output 59.1 MiB 59.0 MiB -0.1% 0.24s 0.24s +1.7%
tests/extraction/.depend 28.5 MiB 28.5 MiB +0.0% 0.33s 0.35s +6.3%
tests/extraction/_cache/Div.fst.checked 59.0 MiB 59.0 MiB +0.0% 0.23s 0.25s +6.5%
tests/extraction/_cache/Eta_expand.fst.checked 69.4 MiB 69.8 MiB +0.6% 0.36s 0.38s +5.6%
tests/extraction/_cache/ExtTest.fst.checked 97.9 MiB 98.0 MiB +0.1% 1.08s 1.14s +5.8%
tests/extraction/_cache/ExtTest1.fst.checked 75.1 MiB 75.8 MiB +1.1% 0.69s 0.74s +7.5%
tests/extraction/_cache/ExtTest2.fst.checked 62.4 MiB 62.4 MiB -0.1% 0.29s 0.31s +7.0%
tests/extraction/_cache/ExtractAs.fst.checked 60.7 MiB 60.6 MiB -0.1% 0.27s 0.28s +4.9%
tests/extraction/_cache/Flags.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +4.3%
tests/extraction/_cache/GhostTest.fst.checked 87.7 MiB 87.7 MiB +0.0% 0.50s 0.52s +3.6%
tests/extraction/_cache/IdealOrConcrete.fst.checked 67.8 MiB 67.8 MiB +0.0% 0.29s 0.31s +5.5%
tests/extraction/_cache/Micro.fst.checked 63.2 MiB 63.3 MiB +0.1% 0.36s 0.40s +8.8%
tests/extraction/_cache/NoInlineLet.fst.checked 141.5 MiB 141.5 MiB +0.0% 0.70s 0.74s +5.1%
tests/extraction/_cache/ParseTest.fst.checked 111.3 MiB 111.6 MiB +0.3% 0.64s 0.70s +9.0%
tests/extraction/_cache/ReifNativ.fst.checked 60.8 MiB 60.8 MiB +0.0% 0.27s 0.31s +12.1%
tests/extraction/_output/Div.ml 60.8 MiB 60.8 MiB +0.0% 0.36s 0.37s +3.0%
tests/extraction/_output/Eta_expand.ml 70.6 MiB 70.6 MiB +0.0% 0.48s 0.51s +5.2%
tests/extraction/_output/ExtractAs.ml 61.7 MiB 61.8 MiB +0.1% 0.37s 0.39s +6.8%
tests/extraction/_output/NoInlineLet.ml 185.9 MiB 186.0 MiB +0.0% 1.39s 1.49s +7.2%
tests/extraction/_output/ParseTest.ml 160.8 MiB 160.9 MiB +0.0% 1.07s 1.15s +6.7%
tests/extraction/_output/ReifNativ.ml 61.2 MiB 61.2 MiB +0.0% 0.36s 0.39s +8.4%
tests/extraction/cmi/0/.depend 19.3 MiB 19.3 MiB +0.0% 0.07s 0.08s +8.6%
tests/extraction/cmi/0/_cache/A.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +6.1%
tests/extraction/cmi/0/_cache/A.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +3.0%
tests/extraction/cmi/0/_cache/B.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +5.0%
tests/extraction/cmi/1/.depend 19.3 MiB 19.3 MiB +0.0% 0.07s 0.08s +2.7%
tests/extraction/cmi/1/_cache/A.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +4.3%
tests/extraction/cmi/1/_cache/A.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +5.7%
tests/extraction/cmi/1/_cache/B.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.25s +2.8%
tests/extraction/cmi/1/_cache/C.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +5.2%
tests/extraction/cmi/1/_output/B.ml 61.1 MiB 61.1 MiB +0.0% 0.36s 0.37s +4.5%
tests/extraction/cmi/2/.depend 19.3 MiB 19.3 MiB +0.0% 0.07s 0.08s +5.4%
tests/extraction/cmi/2/_cache/L.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.25s 0.26s +4.0%
tests/extraction/cmi/2/_cache/L.fsti.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.25s +5.0%
tests/extraction/cmi/2/_cache/M.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +6.3%
tests/extraction/cmi/2/_cache/Test.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +5.5%
tests/extraction/cmi/2/_output/Test.ml 61.3 MiB 61.3 MiB +0.0% 0.37s 0.40s +7.3%
tests/friends/1/.depend 19.3 MiB 19.3 MiB +0.0% 0.07s 0.08s +5.3%
tests/friends/1/_cache/FriendConsumer.fst.checked 59.4 MiB 59.3 MiB -0.1% 0.26s 0.26s +1.9%
tests/friends/1/_cache/FriendConsumer.fsti.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.24s +1.7%
tests/friends/1/_cache/FriendProvider.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +1.3%
tests/friends/1/_cache/FriendProvider.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +2.5%
tests/friends/2/.depend 20.0 MiB 20.0 MiB +0.0% 0.08s 0.08s +2.5%
tests/friends/2/_cache/FriendConsumer.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.26s 0.28s +5.3%
tests/friends/2/_cache/FriendConsumer.fsti.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.25s +3.8%
tests/friends/2/_cache/FriendProvider.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +1.2%
tests/friends/2/_cache/FriendProvider.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +1.3%
tests/friends/2/_cache/Other.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.24s +1.3%
tests/friends/3/.depend 20.1 MiB 20.1 MiB +0.0% 0.08s 0.08s +5.0%
tests/friends/3/_cache/A.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +3.9%
tests/friends/3/_cache/A.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.24s 0.24s +0.0%
tests/friends/3/_cache/B.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.25s 0.24s -1.6%
tests/friends/3/_cache/B.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +2.6%
tests/friends/3/_cache/C.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.25s 0.24s -0.4%
tests/friends/3/_cache/C.fsti.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.24s +1.7%
tests/friends/3/_cache/D.fst.checked 59.5 MiB 59.5 MiB +0.0% 0.24s 0.24s +0.0%
tests/friends/3/_cache/D.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +1.3%
tests/friends/4/.depend 19.3 MiB 19.3 MiB +0.0% 0.07s 0.08s +4.1%
tests/friends/4/_cache/A.fst.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +3.9%
tests/friends/4/_cache/A.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.23s +2.2%
tests/friends/4/_cache/B.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.24s 0.24s +1.3%
tests/friends/4/_cache/B.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.23s +1.7%
tests/friends/4/_cache/C.fst.checked 59.6 MiB 59.6 MiB -0.1% 0.26s 0.27s +3.5%
tests/friends/4/_cache/C.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.23s 0.24s +3.5%
tests/hacl/.depend 40.2 MiB 40.2 MiB +0.1% 0.48s 0.53s +10.6%
tests/hacl/_cache/Lib.Exponentiation.Definition.fst.checked 252.5 MiB 255.8 MiB +1.3% 5.83s 6.31s +8.3%
tests/hacl/_cache/Lib.Exponentiation.Definition.fsti.checked 111.5 MiB 111.8 MiB +0.3% 0.88s 0.95s +8.3%
tests/hacl/_cache/Lib.IntTypes.fsti.checked 222.2 MiB 222.6 MiB +0.2% 3.81s 3.89s +2.0%
tests/hacl/_cache/Lib.LoopCombinators.fst.checked 230.1 MiB 232.7 MiB +1.1% 4.55s 4.73s +4.1%
tests/hacl/_cache/Lib.LoopCombinators.fsti.checked 100.6 MiB 101.1 MiB +0.4% 1.14s 1.25s +9.5%
tests/hacl/_cache/Lib.Sequence.Lemmas.fst.checked 569.5 MiB 564.6 MiB -0.9% 27.29s 28.16s +3.2%
tests/hacl/_cache/Lib.Sequence.Lemmas.fsti.checked 308.2 MiB 312.9 MiB +1.5% 5.75s 5.90s +2.7%
tests/hacl/_cache/Lib.Sequence.fsti.checked 347.3 MiB 349.2 MiB +0.5% 8.09s 9.09s +12.3%
tests/hacl/_cache/Lib.Vec.Lemmas.fst.checked 569.9 MiB 577.3 MiB +1.3% 29.02s 30.42s +4.8%
tests/hacl/_cache/Lib.Vec.Lemmas.fsti.checked 257.6 MiB 260.3 MiB +1.1% 3.85s 3.92s +1.8%
tests/ide/emacs/.depend 28.4 MiB 28.4 MiB -0.1% 0.33s 0.36s +10.1%
tests/ide/emacs/_cache/Harness.fst.checked 64.0 MiB 63.9 MiB -0.1% 0.33s 0.35s +7.3%
tests/ide/emacs/_cache/Harness.fsti.checked 59.0 MiB 59.1 MiB +0.3% 0.24s 0.24s +2.5%
…de/emacs/_output/Backtracking.peek-with-unset-module.ideout 19.3 MiB 19.3 MiB +0.0% 0.07s 0.07s +1.5%
tests/ide/emacs/_output/Backtracking.refinements.ideout 67.5 MiB 67.5 MiB +0.0% 0.47s 0.49s +4.5%
tests/ide/emacs/_output/BugGensymUnderscore.ideout 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +1.2%
tests/ide/emacs/_output/FStarMode_GH73.ideout 142.5 MiB 142.5 MiB +0.0% 0.73s 0.73s +0.4%
tests/ide/emacs/_output/FailRange.ideout 144.9 MiB 144.9 MiB -0.0% 0.75s 0.78s +3.6%
tests/ide/emacs/_output/Fib.compute.ideout 59.7 MiB 59.7 MiB -0.0% 0.27s 0.28s +6.4%
tests/ide/emacs/_output/Harness.private.ideout 63.6 MiB 63.6 MiB +0.0% 0.30s 0.30s -1.0%
tests/ide/emacs/_output/Harness.selfref.ideout 63.7 MiB 63.7 MiB +0.1% 0.31s 0.33s +6.4%
tests/ide/emacs/_output/InfoTable.lookup.ideout 59.4 MiB 59.4 MiB -0.1% 0.24s 0.25s +3.3%
tests/ide/emacs/_output/Integration.push-pop.ideout 94.4 MiB 94.4 MiB +0.0% 0.67s 0.67s -0.2%
tests/ide/emacs/_output/Minimal.autocomplete-global.ideout 59.0 MiB 59.0 MiB +0.0% 0.24s 0.23s -4.6%
tests/ide/emacs/_output/Minimal.autocomplete-local.ideout 59.0 MiB 59.0 MiB +0.0% 0.24s 0.23s -2.9%
tests/ide/emacs/_output/Minimal.compute.ideout 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +2.1%
tests/ide/emacs/_output/Minimal.describe-repl.ideout 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/ide/emacs/_output/Minimal.push-no-extra-info.ideout 59.0 MiB 59.0 MiB +0.0% 0.21s 0.24s +16.2%
tests/ide/emacs/_output/Minimal.push-pop.ideout 99.7 MiB 99.7 MiB +0.0% 0.49s 0.52s +6.3%
…s/ide/emacs/_output/Minimal.push-positional-location.ideout 59.0 MiB 59.0 MiB +0.0% 0.23s 0.24s +5.7%
tests/ide/emacs/_output/Minimal.push.ideout 59.0 MiB 59.0 MiB +0.0% 0.23s 0.25s +6.4%
tests/ide/emacs/_output/Minimal.unset-current-module.ideout 59.0 MiB 59.0 MiB +0.0% 0.23s 0.24s +3.8%
tests/ide/emacs/_output/Missing.ideout 84.1 MiB 84.1 MiB +0.0% 0.35s 0.35s +0.6%
…ide/emacs/_output/Number.interface-violation-and-fix.ideout 99.0 MiB 99.0 MiB -0.0% 0.42s 0.42s +0.7%
tests/ide/emacs/_output/Number.interface-violation.ideout 59.1 MiB 59.1 MiB +0.0% 0.26s 0.26s +0.0%
tests/ide/emacs/_output/Tutorial.push.ideout 112.4 MiB 112.5 MiB +0.0% 0.59s 0.62s +5.8%
tests/ide/emacs/_output/Tutorial.segment.ideout 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +7.0%
tests/incl/field.pos/check-pos 59.6 MiB 59.6 MiB +0.0% 0.24s 0.25s +2.0%
tests/incl/noshadow.pos/check-pos 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +4.7%
tests/incl/open.pos/check-pos 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +3.8%
tests/incl/plain.pos/check-pos 59.2 MiB 59.2 MiB +0.0% 0.23s 0.25s +6.8%
tests/incl/private.pos/check-pos 59.2 MiB 59.2 MiB +0.0% 0.23s 0.25s +6.4%
tests/incl/shadow.pos/check-pos 59.2 MiB 59.2 MiB +0.0% 0.25s 0.25s +0.0%
tests/incl/trans.pos/check-pos 59.3 MiB 59.3 MiB +0.0% 0.24s 0.26s +4.5%
tests/machine_integers/.depend 30.9 MiB 30.9 MiB -0.2% 0.41s 0.45s +9.5%
tests/machine_integers/BigList.memcheck 206.7 MiB 207.5 MiB +0.4% 1.88s 3.57s +89.9%
tests/machine_integers/_cache/Test01.fst.checked 127.6 MiB 127.9 MiB +0.2% 0.63s 0.64s +2.7%
tests/machine_integers/_cache/Test02.fst.checked 129.2 MiB 129.2 MiB -0.0% 0.64s 0.67s +3.6%
tests/machine_integers/_cache/Test03.fst.checked 101.3 MiB 101.3 MiB -0.0% 0.46s 0.48s +4.8%
tests/machine_integers/_cache/TestCasts.fst.checked 210.2 MiB 209.5 MiB -0.4% 2.44s 2.51s +3.0%
tests/machine_integers/_cache/TestChar.fst.checked 101.6 MiB 101.7 MiB +0.1% 0.47s 0.49s +3.8%
tests/machine_integers/_cache/TestPrint.fst.checked 157.9 MiB 161.7 MiB +2.4% 1.55s 1.53s -1.4%
tests/machine_integers/_cache/TestRotate.fst.checked 131.3 MiB 131.6 MiB +0.2% 0.73s 0.78s +6.4%
tests/machine_integers/_cache/TestShift.fst.checked 231.9 MiB 229.8 MiB -0.9% 2.26s 2.37s +5.0%
tests/machine_integers/_output/Test01.ml 200.3 MiB 200.3 MiB +0.0% 1.30s 1.36s +4.6%
tests/machine_integers/_output/Test02.ml 200.4 MiB 200.5 MiB +0.0% 1.31s 1.38s +5.3%
tests/machine_integers/_output/Test03.ml 160.8 MiB 160.8 MiB +0.0% 1.08s 1.11s +2.2%
tests/machine_integers/_output/TestCasts.ml 271.1 MiB 271.2 MiB +0.0% 2.11s 2.18s +3.4%
tests/machine_integers/_output/TestChar.ml 161.0 MiB 161.1 MiB +0.0% 1.09s 1.13s +3.7%
tests/machine_integers/_output/TestPrint.ml 264.5 MiB 264.6 MiB +0.0% 2.08s 2.17s +4.4%
tests/machine_integers/_output/TestRotate.ml 187.0 MiB 187.1 MiB +0.0% 1.31s 1.37s +4.2%
tests/machine_integers/_output/TestShift.ml 270.1 MiB 270.2 MiB +0.0% 2.17s 2.32s +6.6%
tests/micro-benchmarks/.depend 44.9 MiB 44.8 MiB -0.2% 1.04s 1.12s +7.7%
tests/micro-benchmarks/_cache/AdmitTermination.fst.checked 62.1 MiB 62.5 MiB +0.6% 0.37s 0.38s +3.0%
tests/micro-benchmarks/_cache/AnotType.fst.checked 61.7 MiB 61.6 MiB -0.3% 0.29s 0.30s +4.9%
…chmarks/_cache/ApplicationUnparenthesisedRecord.fst.checked 63.2 MiB 63.1 MiB -0.1% 0.36s 0.38s +4.4%
tests/micro-benchmarks/_cache/ArgsAndQuals.fst.checked 59.3 MiB 59.4 MiB +0.1% 0.23s 0.25s +8.7%
tests/micro-benchmarks/_cache/Arith.fst.checked 63.3 MiB 63.6 MiB +0.5% 0.40s 0.39s -2.0%
tests/micro-benchmarks/_cache/B2T.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.25s +8.1%
tests/micro-benchmarks/_cache/BVExtend.fst.checked 100.7 MiB 100.7 MiB +0.0% 1.53s 1.52s -0.2%
tests/micro-benchmarks/_cache/BinderAttributes.fst.checked 171.2 MiB 171.4 MiB +0.1% 1.35s 1.50s +11.1%
tests/micro-benchmarks/_cache/BoxBitVec.fst.checked 98.4 MiB 98.2 MiB -0.1% 0.49s 0.50s +2.0%
tests/micro-benchmarks/_cache/BvBinaryOps.fst.checked 109.0 MiB 109.7 MiB +0.7% 3.80s 3.63s -4.4%
tests/micro-benchmarks/_cache/ChrisCheck.fst.checked 757.5 MiB 1000.0 MiB +32.0% 24.37s 49.04s +101.3%
tests/micro-benchmarks/_cache/ClassicalSugar.fst.checked 92.2 MiB 91.8 MiB -0.4% 1.19s 1.19s -0.1%
tests/micro-benchmarks/_cache/CoerceAdmit.fst.checked 59.0 MiB 59.0 MiB +0.0% 0.24s 0.25s +4.6%
tests/micro-benchmarks/_cache/Coercions.fst.checked 66.8 MiB 66.9 MiB +0.2% 0.45s 0.46s +2.4%
…ts/micro-benchmarks/_cache/CommuteNestedMatches.fst.checked 146.7 MiB 146.8 MiB +0.1% 0.84s 0.83s -1.0%
…s/micro-benchmarks/_cache/ConstructorAttributes.fst.checked 154.6 MiB 155.1 MiB +0.3% 0.95s 0.97s +2.1%
tests/micro-benchmarks/_cache/CoreEqualityGuard.fst.checked 62.5 MiB 62.5 MiB -0.0% 0.34s 0.36s +5.8%
tests/micro-benchmarks/_cache/CoreGeneralization.fst.checked 59.1 MiB 59.1 MiB +0.1% 0.24s 0.25s +3.3%
tests/micro-benchmarks/_cache/CoreUnivs.fst.checked 59.3 MiB 59.4 MiB +0.1% 0.24s 0.25s +4.5%
tests/micro-benchmarks/_cache/CtorWithTc.fst.checked 94.3 MiB 94.3 MiB +0.0% 0.49s 0.49s -0.6%
tests/micro-benchmarks/_cache/DeltaDepthUnif.fst.checked 158.3 MiB 158.4 MiB +0.0% 0.89s 0.93s +4.4%
tests/micro-benchmarks/_cache/DeltaQual.fst.checked 145.4 MiB 146.5 MiB +0.8% 0.79s 0.85s +7.7%
tests/micro-benchmarks/_cache/DoNotation.fst.checked 61.3 MiB 61.0 MiB -0.5% 0.32s 0.32s +1.9%
tests/micro-benchmarks/_cache/Effects.Coherence.fst.checked 69.6 MiB 69.7 MiB +0.1% 0.56s 0.57s +2.2%
…sts/micro-benchmarks/_cache/EqualityAscriptions.fst.checked 60.3 MiB 60.2 MiB -0.1% 0.32s 0.33s +5.4%
tests/micro-benchmarks/_cache/Erasable.fst.checked 80.2 MiB 80.0 MiB -0.2% 0.77s 0.76s -0.5%
tests/micro-benchmarks/_cache/Erased.fst.checked 61.7 MiB 61.8 MiB +0.2% 0.30s 0.30s +1.3%
tests/micro-benchmarks/_cache/ExpectFailure.fst.checked 83.8 MiB 83.8 MiB +0.0% 0.37s 0.38s +4.4%
tests/micro-benchmarks/_cache/Ext.fst.checked 144.3 MiB 144.3 MiB +0.0% 0.77s 0.80s +3.6%
…ro-benchmarks/_cache/ExtractMutRecTypesAndTerms.fst.checked 60.3 MiB 60.1 MiB -0.4% 0.29s 0.29s +0.0%
tests/micro-benchmarks/_cache/FirstProofs.fst.checked 63.0 MiB 63.5 MiB +0.9% 0.47s 0.48s +0.8%
tests/micro-benchmarks/_cache/Funcs.fst.checked 88.1 MiB 88.1 MiB +0.1% 0.79s 0.80s +1.3%
tests/micro-benchmarks/_cache/GhostImplicits.fst.checked 62.1 MiB 62.1 MiB +0.0% 0.28s 0.29s +1.8%
tests/micro-benchmarks/_cache/HideRevealUnif.fst.checked 62.9 MiB 63.1 MiB +0.3% 0.30s 0.30s +0.3%
…enchmarks/_cache/InlineForExtractionNormRequest.fst.checked 59.9 MiB 59.8 MiB -0.2% 0.25s 0.27s +7.1%
tests/micro-benchmarks/_cache/IntNormalization.fst.checked 144.5 MiB 145.0 MiB +0.3% 0.73s 0.77s +5.5%
tests/micro-benchmarks/_cache/Issues.fst.checked 156.9 MiB 157.1 MiB +0.1% 0.86s 0.88s +3.2%
tests/micro-benchmarks/_cache/LambdaImplicits.fst.checked 63.4 MiB 63.5 MiB +0.1% 0.38s 0.38s +1.6%
tests/micro-benchmarks/_cache/MAC.fst.checked 113.0 MiB 113.2 MiB +0.2% 0.71s 0.74s +3.8%
…micro-benchmarks/_cache/MachineIntegerConstants.fst.checked 121.4 MiB 121.4 MiB +0.0% 0.97s 1.00s +2.3%
…s/micro-benchmarks/_cache/MachineIntegerPrimops.fst.checked 95.0 MiB 96.1 MiB +1.2% 0.47s 0.50s +6.1%
tests/micro-benchmarks/_cache/Match.Returns.fst.checked 69.7 MiB 69.9 MiB +0.2% 0.41s 0.43s +4.6%
tests/micro-benchmarks/_cache/MatchRest.fst.checked 64.7 MiB 65.1 MiB +0.5% 0.44s 0.44s +0.0%
tests/micro-benchmarks/_cache/Misc.Norm1.fst.checked 63.3 MiB 63.4 MiB +0.0% 0.26s 0.29s +8.7%
tests/micro-benchmarks/_cache/Misc.Norm2.fst.checked 60.4 MiB 60.4 MiB -0.1% 0.28s 0.29s +4.3%
tests/micro-benchmarks/_cache/Misc.Norm3.fst.checked 179.8 MiB 179.9 MiB +0.1% 1.01s 1.02s +1.4%
tests/micro-benchmarks/_cache/MultiRef.fst.checked 59.7 MiB 59.7 MiB +0.0% 0.27s 0.28s +6.0%
…icro-benchmarks/_cache/MultipleAttributesBinder.fst.checked 160.1 MiB 161.8 MiB +1.0% 1.13s 1.21s +6.7%
…/micro-benchmarks/_cache/MustEraseForExtraction.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +2.0%
…micro-benchmarks/_cache/MustEraseForExtraction.fsti.checked 59.0 MiB 59.0 MiB +0.1% 0.23s 0.24s +4.7%
tests/micro-benchmarks/_cache/NegativeTests.BST.fst.checked 71.9 MiB 72.4 MiB +0.7% 0.65s 0.66s +1.9%
…ts/micro-benchmarks/_cache/NegativeTests.Bug260.fst.checked 60.7 MiB 60.8 MiB +0.2% 0.32s 0.32s +1.9%
…sts/micro-benchmarks/_cache/NegativeTests.False.fst.checked 60.6 MiB 60.8 MiB +0.3% 0.31s 0.33s +5.5%
tests/micro-benchmarks/_cache/NegativeTests.Heap.fst.checked 66.5 MiB 66.4 MiB -0.1% 0.35s 0.36s +0.8%
tests/micro-benchmarks/_cache/NegativeTests.Neg.fst.checked 63.5 MiB 63.5 MiB +0.1% 0.44s 0.44s +0.5%
…icro-benchmarks/_cache/NegativeTests.Positivity.fst.checked 75.1 MiB 75.4 MiB +0.4% 0.47s 0.45s -3.6%
tests/micro-benchmarks/_cache/NegativeTests.Set.fst.checked 63.0 MiB 63.0 MiB +0.0% 0.37s 0.38s +2.5%
…benchmarks/_cache/NegativeTests.ShortCircuiting.fst.checked 60.3 MiB 60.2 MiB -0.1% 0.31s 0.33s +4.2%
…cro-benchmarks/_cache/NegativeTests.Termination.fst.checked 70.2 MiB 69.7 MiB -0.7% 0.74s 0.73s -1.1%
tests/micro-benchmarks/_cache/NestedLemma.fst.checked 59.7 MiB 59.6 MiB -0.2% 0.26s 0.27s +3.4%
tests/micro-benchmarks/_cache/NormCfgMemo.fst.checked 95.3 MiB 95.8 MiB +0.5% 0.58s 0.61s +3.9%
tests/micro-benchmarks/_cache/NormMachineInteger.fst.checked 143.4 MiB 143.3 MiB -0.1% 0.77s 0.81s +5.6%
tests/micro-benchmarks/_cache/NormTypesForSMT.fst.checked 61.0 MiB 61.3 MiB +0.6% 0.32s 0.34s +5.0%
tests/micro-benchmarks/_cache/NormVsSMT.fst.checked 60.5 MiB 60.5 MiB +0.0% 0.31s 0.32s +3.2%
tests/micro-benchmarks/_cache/Normalization.fst.checked 152.0 MiB 152.2 MiB +0.1% 0.95s 1.01s +6.0%
…sts/micro-benchmarks/_cache/OccursCheckOnArrows.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.23s 0.24s +2.6%
tests/micro-benchmarks/_cache/Operators.fst.checked 94.8 MiB 94.9 MiB +0.1% 0.50s 0.54s +8.2%
tests/micro-benchmarks/_cache/OptionStack.fst.checked 59.6 MiB 59.6 MiB +0.1% 0.27s 0.27s +0.4%
tests/micro-benchmarks/_cache/PatAnnot.fst.checked 78.2 MiB 78.2 MiB +0.0% 0.50s 0.52s +3.4%
tests/micro-benchmarks/_cache/PatCoerce.fst.checked 59.2 MiB 59.2 MiB +0.0% 0.24s 0.25s +4.5%
tests/micro-benchmarks/_cache/PatternMatch.IFuel.fst.checked 62.1 MiB 62.1 MiB +0.0% 0.36s 0.37s +2.8%
tests/micro-benchmarks/_cache/PatternMatch.fst.checked 65.8 MiB 65.7 MiB -0.1% 0.49s 0.49s +0.6%
tests/micro-benchmarks/_cache/Pipes.fst.checked 80.5 MiB 80.5 MiB +0.1% 0.41s 0.43s +5.3%
tests/micro-benchmarks/_cache/Positivity.fst.checked 162.9 MiB 163.0 MiB +0.1% 1.91s 1.98s +3.4%
tests/micro-benchmarks/_cache/Positivity_A.fst.checked 60.8 MiB 60.7 MiB -0.2% 0.26s 0.27s +3.5%
tests/micro-benchmarks/_cache/Positivity_A.fsti.checked 59.1 MiB 59.1 MiB +0.1% 0.24s 0.24s +1.7%
tests/micro-benchmarks/_cache/PulseBug100.fst.checked 147.8 MiB 147.9 MiB +0.1% 0.96s 0.97s +0.2%
tests/micro-benchmarks/_cache/Qualifiers.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +7.9%
tests/micro-benchmarks/_cache/QuantifierOps.fst.checked 60.4 MiB 60.3 MiB -0.2% 0.26s 0.27s +3.5%
tests/micro-benchmarks/_cache/RFD.A.fst.checked 59.6 MiB 59.5 MiB -0.1% 0.25s 0.24s -2.4%
tests/micro-benchmarks/_cache/RFD.B.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.24s 0.26s +8.7%
tests/micro-benchmarks/_cache/RFD.fst.checked 59.9 MiB 59.9 MiB +0.0% 0.24s 0.26s +4.1%
tests/micro-benchmarks/_cache/RFDIncluded.fst.checked 59.6 MiB 59.6 MiB -0.0% 0.25s 0.24s -2.4%
tests/micro-benchmarks/_cache/RFDIncluding.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.23s 0.24s +2.6%
tests/micro-benchmarks/_cache/Raising.fst.checked 60.5 MiB 60.2 MiB -0.4% 0.30s 0.30s +0.0%
tests/micro-benchmarks/_cache/RangeOf.fst.checked 60.3 MiB 60.3 MiB -0.1% 0.29s 0.29s -1.0%
tests/micro-benchmarks/_cache/RecordCtor.fst.checked 61.3 MiB 61.2 MiB -0.1% 0.30s 0.31s +0.7%
…s/micro-benchmarks/_cache/RecordFieldAttributes.fst.checked 197.1 MiB 204.5 MiB +3.7% 1.92s 2.01s +5.0%
…cro-benchmarks/_cache/RecordFieldDisambiguation.fst.checked 68.9 MiB 68.9 MiB +0.0% 0.43s 0.44s +3.7%
…sts/micro-benchmarks/_cache/RecordFieldOperator.fst.checked 102.4 MiB 102.4 MiB +0.1% 0.66s 0.65s -1.4%
tests/micro-benchmarks/_cache/RecordOpen.fst.checked 68.1 MiB 68.6 MiB +0.8% 0.41s 0.43s +6.7%
tests/micro-benchmarks/_cache/RecordUpdate.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.26s +4.5%
…sts/micro-benchmarks/_cache/ReduceRecUnderMatch.fst.checked 146.0 MiB 146.4 MiB +0.2% 0.84s 0.90s +6.5%
tests/micro-benchmarks/_cache/RefNew.fst.checked 68.0 MiB 67.9 MiB -0.1% 0.33s 0.34s +2.7%
tests/micro-benchmarks/_cache/Renaming.fst.checked 59.0 MiB 59.0 MiB +0.1% 0.23s 0.25s +10.5%
tests/micro-benchmarks/_cache/Renaming1.fst.checked 59.2 MiB 59.1 MiB -0.1% 0.24s 0.25s +2.5%
tests/micro-benchmarks/_cache/Renaming2.fst.checked 59.0 MiB 59.0 MiB +0.1% 0.23s 0.26s +13.7%
tests/micro-benchmarks/_cache/Renaming3.fst.checked 59.3 MiB 59.3 MiB +0.0% 0.24s 0.24s +0.0%
…ts/micro-benchmarks/_cache/ResolveImplicitsHook.fst.checked 148.6 MiB 148.4 MiB -0.1% 0.84s 0.85s +1.7%
tests/micro-benchmarks/_cache/RevealHide.fst.checked 142.1 MiB 142.1 MiB +0.0% 0.74s 0.76s +2.3%
tests/micro-benchmarks/_cache/RightFlexible.fst.checked 147.2 MiB 147.2 MiB +0.0% 0.85s 0.86s +1.8%
tests/micro-benchmarks/_cache/ShortCircuit.fst.checked 59.8 MiB 59.9 MiB +0.1% 0.27s 0.27s +2.3%
tests/micro-benchmarks/_cache/ShortCircuitEffect.fst.checked 141.9 MiB 141.9 MiB +0.0% 0.72s 0.75s +3.2%
tests/micro-benchmarks/_cache/SimplifyProp.fst.checked 60.4 MiB 60.6 MiB +0.3% 0.28s 0.28s +0.7%
tests/micro-benchmarks/_cache/StableErr.fst.checked 59.3 MiB 59.3 MiB -0.1% 0.24s 0.25s +0.8%
tests/micro-benchmarks/_cache/StrictUnfolding.fst.checked 206.0 MiB 206.2 MiB +0.1% 1.56s 1.53s -1.7%
…sts/micro-benchmarks/_cache/StringNormalization.fst.checked 107.9 MiB 107.9 MiB -0.0% 0.79s 0.82s +3.4%
tests/micro-benchmarks/_cache/StringOfExn.fst.checked 101.2 MiB 101.2 MiB -0.1% 0.47s 0.47s +1.1%
tests/micro-benchmarks/_cache/Subtyping.fst.checked 59.6 MiB 59.6 MiB +0.0% 0.25s 0.26s +3.9%
tests/micro-benchmarks/_cache/SyntaxTests.fst.checked 59.1 MiB 59.1 MiB +0.0% 0.23s 0.25s +6.0%
tests/micro-benchmarks/_cache/TcSyntax.fst.checked 96.0 MiB 96.0 MiB +0.0% 0.46s 0.47s +3.1%
tests/micro-benchmarks/_cache/Test.Break.fst.checked 142.7 MiB 142.7 MiB +0.0% 0.77s 0.79s +2.3%
…ro-benchmarks/_cache/Test.ConstantTime.Integers.fst.checked 133.4 MiB 133.5 MiB +0.1% 0.77s 0.78s +1.0%
…cro-benchmarks/_cache/Test.ConstantTimeIntegers.fst.checked 139.9 MiB 140.3 MiB +0.2% 1.03s 1.04s +1.4%
…ts/micro-benchmarks/_cache/Test.Delta.Namespace.fst.checked 163.6 MiB 164.8 MiB +0.7% 1.16s 1.24s +7.1%
tests/micro-benchmarks/_cache/Test.FStar.Parse.fst.checked 59.8 MiB 59.9 MiB +0.1% 0.27s 0.27s -2.2%
…benchmarks/_cache/Test.FunctionalExtensionality.fst.checked 75.8 MiB 75.6 MiB -0.2% 0.69s 0.69s -0.3%
tests/micro-benchmarks/_cache/Test.IFC.fst.checked 69.0 MiB 69.1 MiB +0.1% 0.50s 0.50s +1.4%
tests/micro-benchmarks/_cache/Test.Integers.fst.checked 145.1 MiB 145.6 MiB +0.3% 1.17s 1.27s +8.8%
…sts/micro-benchmarks/_cache/Test.LexemeFILELINE.fst.checked 59.1 MiB 59.0 MiB -0.2% 0.24s 0.25s +2.5%
tests/micro-benchmarks/_cache/Test.NBE.fst.checked 90.6 MiB 90.7 MiB +0.1% 0.56s 0.59s +4.2%
tests/micro-benchmarks/_cache/Test.Printf.fst.checked 146.1 MiB 147.4 MiB +0.9% 0.85s 0.88s +3.0%
tests/micro-benchmarks/_cache/Test.QuickCode.fst.checked 108.1 MiB 108.8 MiB +0.7% 1.23s 1.39s +12.3%
tests/micro-benchmarks/_cache/Test.Real.fst.checked 66.7 MiB 66.6 MiB -0.2% 0.54s 0.54s -0.7%
tests/micro-benchmarks/_cache/Test.ReifyNBE.fst.checked 155.8 MiB 156.0 MiB +0.1% 0.98s 1.04s +5.8%
tests/micro-benchmarks/_cache/TestGhost.fst.checked 62.6 MiB 62.4 MiB -0.3% 0.31s 0.32s +3.9%
tests/micro-benchmarks/_cache/TestHasEq.fst.checked 70.9 MiB 70.9 MiB +0.0% 0.59s 0.59s +0.2%
tests/micro-benchmarks/_cache/TestHeap.fst.checked 67.8 MiB 68.0 MiB +0.2% 0.39s 0.40s +2.8%
tests/micro-benchmarks/_cache/TestImmutableArray.fst.checked 157.4 MiB 157.6 MiB +0.1% 1.07s 1.08s +0.9%
tests/micro-benchmarks/_cache/TestMRef.fst.checked 77.3 MiB 78.1 MiB +1.1% 0.64s 0.64s +0.6%
tests/micro-benchmarks/_cache/TestPrintable.fst.checked 217.8 MiB 217.8 MiB -0.0% 1.98s 2.04s +2.7%
tests/micro-benchmarks/_cache/TestQueue.fst.checked 88.8 MiB 88.9 MiB +0.0% 0.62s 0.61s -1.0%
tests/micro-benchmarks/_cache/TestSealed.fst.checked 160.1 MiB 161.6 MiB +1.0% 1.23s 1.26s +3.2%
tests/micro-benchmarks/_cache/TestSeq.fst.checked 115.9 MiB 115.9 MiB -0.0% 0.60s 0.59s -1.3%
tests/micro-benchmarks/_cache/TestSet.fst.checked 62.6 MiB 62.4 MiB -0.3% 0.32s 0.31s -2.5%
tests/micro-benchmarks/_cache/TestStrings.fst.checked 100.1 MiB 100.1 MiB +0.0% 0.46s 0.46s +0.0%
tests/micro-benchmarks/_cache/TestTwoLevelHeap.fst.checked 69.3 MiB 69.4 MiB +0.2% 0.38s 0.37s -3.2%
…icro-benchmarks/_cache/TestWellFoundedRecursion.fst.checked 121.1 MiB 122.5 MiB +1.1% 1.79s 1.84s +2.6%
…/micro-benchmarks/_cache/TopLevelIndexedEffects.fst.checked 64.1 MiB 64.1 MiB +0.1% 0.34s 0.38s +10.7%
tests/micro-benchmarks/_cache/TupleSyntax.fst.checked 62.5 MiB 62.2 MiB -0.5% 0.33s 0.34s +3.1%
tests/micro-benchmarks/_cache/TwoPhaseTC.fst.checked 89.6 MiB 89.4 MiB -0.3% 0.72s 0.78s +8.3%
…ro-benchmarks/_cache/TypeclassesWithRefinements.fst.checked 96.1 MiB 96.2 MiB +0.1% 0.53s 0.53s +0.4%
tests/micro-benchmarks/_cache/Typos.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.25s 0.25s +1.2%
tests/micro-benchmarks/_cache/UnfoldOnce.fst.checked 142.3 MiB 142.4 MiB +0.1% 0.73s 0.75s +1.8%
tests/micro-benchmarks/_cache/UnicodeOperators.fst.checked 142.8 MiB 142.9 MiB +0.1% 0.72s 0.78s +8.2%
tests/micro-benchmarks/_cache/UnifierArith.fst.checked 59.3 MiB 59.3 MiB +0.1% 0.26s 0.28s +6.5%
tests/micro-benchmarks/_cache/UnifyMatch.fst.checked 168.2 MiB 168.5 MiB +0.2% 1.23s 1.35s +9.9%
tests/micro-benchmarks/_cache/UnifyRefs.fst.checked 61.8 MiB 62.2 MiB +0.6% 0.34s 0.35s +3.2%
tests/micro-benchmarks/_cache/UnifyReify.fst.checked 162.1 MiB 162.8 MiB +0.4% 1.03s 1.09s +5.8%
tests/micro-benchmarks/_cache/Unit1.Basic.fst.checked 146.1 MiB 146.7 MiB +0.4% 2.12s 2.17s +2.6%
tests/micro-benchmarks/_cache/Unit1.Parser.fst.checked 63.1 MiB 62.7 MiB -0.5% 0.34s 0.36s +7.1%
tests/micro-benchmarks/_cache/Unit1.Projectors1.fst.checked 87.2 MiB 87.3 MiB +0.0% 0.47s 0.49s +5.1%
tests/micro-benchmarks/_cache/Unit1.Projectors2.fst.checked 83.0 MiB 83.0 MiB +0.0% 0.34s 0.35s +2.3%
…-benchmarks/_cache/Unit1.RecursiveTypeFunctions.fst.checked 84.1 MiB 84.2 MiB +0.1% 0.64s 0.69s +8.6%
…cro-benchmarks/_cache/Unit1.RefinementInference.fst.checked 59.8 MiB 59.8 MiB -0.1% 0.25s 0.26s +3.6%
tests/micro-benchmarks/_cache/Unit1.TopLevelPats.fst.checked 60.0 MiB 60.2 MiB +0.3% 0.29s 0.32s +7.1%
…/micro-benchmarks/_cache/Unit1.UnificationTests.fst.checked 66.5 MiB 66.8 MiB +0.4% 0.46s 0.48s +3.7%
…sts/micro-benchmarks/_cache/Unit1.WPsAndTriples.fst.checked 69.6 MiB 69.8 MiB +0.3% 0.52s 0.55s +6.8%
…/micro-benchmarks/_cache/Unit1.WPsAndTriples_ST.fst.checked 69.8 MiB 70.2 MiB +0.5% 0.36s 0.38s +4.4%
tests/micro-benchmarks/_cache/Unit2.fst.checked 63.2 MiB 63.6 MiB +0.5% 0.39s 0.38s -1.0%
tests/micro-benchmarks/_cache/UnrefineAttr.fst.checked 60.5 MiB 60.4 MiB -0.2% 0.30s 0.30s +0.0%
tests/micro-benchmarks/_cache/UseRBMap.fst.checked 154.3 MiB 154.2 MiB -0.1% 1.06s 1.05s -1.0%
tests/micro-benchmarks/_cache/UseRBSet.fst.checked 148.6 MiB 148.5 MiB -0.1% 0.84s 0.86s +2.4%
tests/micro-benchmarks/_cache/WPExtensionality.fst.checked 202.5 MiB 203.1 MiB +0.3% 1.21s 1.29s +6.8%
tests/micro-benchmarks/_cache/WarnOnUse.fst.checked 61.2 MiB 61.2 MiB +0.0% 0.29s 0.30s +3.5%
tests/micro-benchmarks/_output/Erasable.ml 66.9 MiB 66.9 MiB +0.0% 0.40s 0.42s +4.7%
tests/micro-benchmarks/_output/ExtractMutRecTypesAndTerms.ml 60.9 MiB 61.0 MiB +0.1% 0.35s 0.37s +3.7%
…/micro-benchmarks/_output/InlineForExtractionNormRequest.ml 61.0 MiB 61.0 MiB +0.0% 0.36s 0.37s +2.2%
tests/micro-benchmarks/_output/MachineIntegerConstants.ml 191.3 MiB 191.4 MiB +0.1% 1.18s 1.22s +3.4%
tests/micro-benchmarks/_output/MatchRest.fst.output 64.7 MiB 65.0 MiB +0.5% 0.41s 0.43s +4.9%
tests/micro-benchmarks/_output/StringOfExn.ml 161.2 MiB 161.2 MiB +0.0% 1.03s 1.09s +5.8%
tests/micro-benchmarks/_output/TestSeq.ml 161.1 MiB 161.2 MiB +0.0% 1.01s 1.10s +8.7%
tests/micro-benchmarks/_output/TestStrings.ml 136.7 MiB 136.8 MiB +0.0% 0.91s 0.95s +5.0%
tests/micro-benchmarks/_output/Typos.fst.output 59.5 MiB 59.5 MiB +0.0% 0.24s 0.26s +6.7%
tests/micro-benchmarks/_output/UseRBMap.ml 216.4 MiB 216.4 MiB +0.0% 1.51s 1.56s +3.4%
tests/micro-benchmarks/_output/UseRBSet.ml 216.3 MiB 216.3 MiB +0.0% 1.43s 1.57s +9.6%
tests/prettyprinting/_output/Arrows.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +8.9%
tests/prettyprinting/_output/Arrows.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +5.3%
tests/prettyprinting/_output/Bug2181.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +7.4%
tests/prettyprinting/_output/Bug2181.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +5.5%
tests/prettyprinting/_output/Bug3560.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/prettyprinting/_output/Bug3560.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +11.3%
tests/prettyprinting/_output/DTuples.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/prettyprinting/_output/DTuples.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +9.1%
tests/prettyprinting/_output/Decreases.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/prettyprinting/_output/Decreases.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +13.2%
tests/prettyprinting/_output/Fsdocs.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/Fsdocs.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +9.4%
tests/prettyprinting/_output/Match.Returns.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s -1.7%
…sts/prettyprinting/_output/Match.Returns.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s -3.4%
tests/prettyprinting/_output/MetaArgs.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/MetaArgs.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +3.7%
tests/prettyprinting/_output/Patterns.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +0.0%
tests/prettyprinting/_output/Patterns.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +3.7%
tests/prettyprinting/_output/SeqLit.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +3.4%
tests/prettyprinting/_output/SeqLit.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/prettyprinting/_output/Sequence.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +5.4%
tests/prettyprinting/_output/Sequence.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s -1.8%
tests/prettyprinting/_output/Tuples.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.05s 0.06s +13.2%
tests/prettyprinting/_output/Tuples.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/prettyprinting/_output/TypeClasses.fst.printed 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +9.1%
tests/prettyprinting/_output/TypeClasses.fst.printedinplace 19.3 MiB 19.3 MiB +0.0% 0.06s 0.06s +1.8%
tests/projectors/.depend 27.6 MiB 27.6 MiB +0.0% 0.32s 0.32s +0.0%
tests/projectors/_cache/Bug3166.fst.checked 148.3 MiB 148.2 MiB -0.1% 0.82s 0.83s +1.2%
tests/projectors/_cache/MonadFull.Class.fst.checked 101.6 MiB 101.6 MiB +0.0% 0.64s 0.65s +2.5%
tests/projectors/_cache/MonadFull.fst.checked 103.1 MiB 103.2 MiB +0.2% 0.64s 0.65s +1.9%
tests/restricted_includes/.depend 26.6 MiB 26.6 MiB +0.1% 0.27s 0.27s +1.1%
tests/restricted_includes/_cache/Consumer.fst.checked 94.8 MiB 94.8 MiB +0.0% 0.47s 0.46s -1.5%
…s/restricted_includes/_cache/ConsumerInterface.fsti.checked 95.0 MiB 95.0 MiB +0.0% 0.49s 0.49s -1.4%
tests/restricted_includes/_cache/Definitions.fst.checked 64.2 MiB 64.2 MiB +0.1% 0.42s 0.42s -1.9%
…stricted_includes/_cache/DoubleIndirectConsumer.fst.checked 93.2 MiB 93.2 MiB +0.0% 0.42s 0.42s -0.5%
…sts/restricted_includes/_cache/IndirectConsumer.fst.checked 93.3 MiB 93.3 MiB +0.0% 0.43s 0.43s +0.9%
tests/restricted_includes/_cache/OpenOperators.fst.checked 59.4 MiB 59.4 MiB +0.0% 0.24s 0.25s +3.3%
…/restricted_includes/_cache/TypeclassDefinition.fst.checked 91.6 MiB 91.6 MiB +0.0% 0.43s 0.41s -3.7%
…ts/restricted_includes/_cache/TypeclassInstance.fst.checked 91.0 MiB 91.0 MiB +0.0% 0.41s 0.42s +1.4%
tests/semiring/.depend 31.7 MiB 31.6 MiB -0.2% 0.33s 0.35s +5.1%
tests/semiring/_cache/CanonCommSemiring.Test.fst.checked 360.7 MiB 366.9 MiB +1.7% 5.80s 6.22s +7.2%
tests/semiring/_cache/CanonCommSemiring.fst.checked 508.2 MiB 505.2 MiB -0.6% 14.54s 15.16s +4.2%
tests/semiring/_output/CanonCommSemiring.interpreted 183.6 MiB 183.7 MiB +0.1% 1.13s 1.18s +4.7%
tests/semiring/_output/CanonCommSemiring.ml 228.2 MiB 228.4 MiB +0.1% 1.81s 1.92s +6.2%
tests/semiring/_output/CanonCommSemiring.native 184.6 MiB 184.8 MiB +0.1% 1.18s 1.23s +4.8%
tests/tactics/.depend 47.7 MiB 47.5 MiB -0.3% 1.11s 1.18s +6.2%
tests/tactics/Hacl.Meta.Use.fst.test 146.5 MiB 146.5 MiB +0.0% 1.13s 1.19s +5.3%
tests/tactics/Hacl_Meta.ml 185.7 MiB 185.9 MiB +0.1% 1.44s 1.47s +2.1%
tests/tactics/_cache/Admit.fst.checked 142.1 MiB 142.1 MiB +0.0% 0.75s 0.78s +3.9%
tests/tactics/_cache/Alt.fst.checked 144.0 MiB 144.0 MiB -0.0% 0.78s 0.81s +4.0%
tests/tactics/_cache/AndElim.fst.checked 141.2 MiB 141.2 MiB -0.0% 0.69s 0.75s +7.9%
tests/tactics/_cache/AnnoyingVCs.fst.checked 143.7 MiB 143.8 MiB +0.1% 0.78s 0.83s +6.1%
tests/tactics/_cache/Apply.fst.checked 141.3 MiB 141.3 MiB +0.0% 0.70s 0.73s +4.0%
tests/tactics/_cache/ApplyLemma.fst.checked 141.6 MiB 141.6 MiB +0.0% 0.74s 0.73s -1.6%
tests/tactics/_cache/BQual.fst.checked 143.4 MiB 143.8 MiB +0.3% 0.78s 0.82s +4.7%
tests/tactics/_cache/Branch.fst.checked 158.1 MiB 158.3 MiB +0.1% 0.88s 0.94s +7.0%
tests/tactics/_cache/Bug1252.fst.checked 142.0 MiB 142.1 MiB +0.1% 0.75s 0.80s +5.4%
tests/tactics/_cache/Bug1256.fst.checked 160.4 MiB 162.5 MiB +1.3% 1.03s 1.06s +3.8%
tests/tactics/_cache/Bug1270.fst.checked 144.0 MiB 144.2 MiB +0.1% 0.80s 0.83s +3.9%
tests/tactics/_cache/Bug1272.fst.checked 142.3 MiB 142.3 MiB -0.0% 0.72s 0.76s +5.6%
tests/tactics/_cache/Bug1299.fst.checked 144.9 MiB 145.4 MiB +0.3% 0.85s 0.88s +3.9%
tests/tactics/_cache/Bug3175.fst.checked 142.4 MiB 142.4 MiB +0.0% 0.70s 0.73s +3.7%
tests/tactics/_cache/CallSubtac.fst.checked 214.7 MiB 216.8 MiB +1.0% 2.38s 2.51s +5.3%
tests/tactics/_cache/Caller.fst.checked 141.3 MiB 141.5 MiB +0.1% 0.71s 0.76s +6.2%
tests/tactics/_cache/Cases.fst.checked 147.3 MiB 147.0 MiB -0.2% 0.87s 0.94s +8.5%
tests/tactics/_cache/Change.fst.checked 143.2 MiB 143.4 MiB +0.2% 0.77s 0.81s +5.5%
tests/tactics/_cache/CharConstants.fst.checked 144.7 MiB 144.6 MiB -0.1% 0.81s 0.80s -0.7%
tests/tactics/_cache/CheckEquiv.fst.checked 148.9 MiB 149.7 MiB +0.5% 0.90s 0.94s +4.8%
tests/tactics/_cache/CheckMatchComplete.fst.checked 162.8 MiB 163.8 MiB +0.6% 1.24s 1.29s +4.1%
tests/tactics/_cache/Clear.fst.checked 156.6 MiB 157.1 MiB +0.3% 0.85s 0.89s +4.8%
tests/tactics/_cache/Coercions.fst.checked 146.6 MiB 146.9 MiB +0.2% 0.85s 0.86s +1.6%
tests/tactics/_cache/CommuteMatch.fst.checked 160.5 MiB 160.8 MiB +0.2% 1.05s 1.07s +2.5%
tests/tactics/_cache/CoreCheckMatch.fst.checked 230.0 MiB 231.0 MiB +0.4% 3.50s 3.64s +3.8%
tests/tactics/_cache/Cut.fst.checked 141.9 MiB 141.9 MiB +0.0% 0.75s 0.77s +1.9%
tests/tactics/_cache/DeltaDepth.fst.checked 147.1 MiB 147.1 MiB +0.0% 0.82s 0.87s +6.1%
tests/tactics/_cache/DependentSynth.fst.checked 142.8 MiB 142.8 MiB +0.0% 0.75s 0.81s +8.8%
tests/tactics/_cache/Destruct.fst.checked 188.6 MiB 190.0 MiB +0.8% 1.97s 2.10s +6.9%
tests/tactics/_cache/Div.fst.checked 141.9 MiB 142.1 MiB +0.1% 0.72s 0.76s +5.5%
tests/tactics/_cache/EExists.fst.checked 153.2 MiB 154.9 MiB +1.2% 0.92s 0.97s +5.0%
tests/tactics/_cache/ElimExists.fst.checked 142.8 MiB 142.9 MiB +0.1% 0.77s 0.83s +7.8%
tests/tactics/_cache/EnvSquash.fst.checked 146.4 MiB 146.5 MiB +0.1% 0.86s 0.90s +5.5%
tests/tactics/_cache/Fail.fst.checked 141.9 MiB 141.9 MiB +0.0% 0.71s 0.76s +6.7%
tests/tactics/_cache/FailFlow.fst.checked 143.3 MiB 143.3 MiB +0.0% 0.79s 0.81s +3.4%
tests/tactics/_cache/Fresh.fst.checked 145.0 MiB 146.3 MiB +0.9% 0.78s 0.83s +6.6%
tests/tactics/_cache/GRewrite.fst.checked 150.6 MiB 151.2 MiB +0.4% 0.97s 0.99s +1.8%
tests/tactics/_cache/Get.fst.checked 141.3 MiB 141.3 MiB +0.0% 0.71s 0.74s +5.4%
tests/tactics/_cache/Goals.fst.checked 155.6 MiB 155.3 MiB -0.2% 1.02s 1.06s +3.9%
tests/tactics/_cache/Hacl.Meta.Use.fst.checked 141.5 MiB 141.5 MiB -0.0% 0.70s 0.73s +4.7%
tests/tactics/_cache/Hacl.Meta.fst.checked 144.6 MiB 144.9 MiB +0.2% 0.87s 0.88s +1.4%
tests/tactics/_cache/HoleBy.fst.checked 143.5 MiB 143.5 MiB +0.0% 0.78s 0.81s +4.2%
tests/tactics/_cache/Ill1.fst.checked 141.4 MiB 141.4 MiB +0.0% 0.72s 0.73s +0.6%
tests/tactics/_cache/Ill2.fst.checked 141.4 MiB 141.3 MiB -0.0% 0.72s 0.73s +1.1%
tests/tactics/_cache/InspectEffComp.fst.checked 145.0 MiB 145.5 MiB +0.3% 0.82s 0.84s +2.4%
tests/tactics/_cache/Instantiate.fst.checked 144.3 MiB 144.5 MiB +0.2% 0.83s 0.85s +2.2%
tests/tactics/_cache/Join.fst.checked 279.4 MiB 279.0 MiB -0.2% 4.74s 4.89s +3.1%
tests/tactics/_cache/LN.fst.checked 142.4 MiB 142.5 MiB +0.1% 0.78s 0.80s +2.4%
tests/tactics/_cache/Labels.fst.checked 141.7 MiB 141.9 MiB +0.1% 0.73s 0.76s +4.5%
tests/tactics/_cache/LaxOn.fst.checked 141.6 MiB 141.5 MiB -0.1% 0.70s 0.76s +8.9%
tests/tactics/_cache/LeftToRight.fst.checked 148.1 MiB 148.6 MiB +0.3% 0.92s 0.94s +2.8%
tests/tactics/_cache/LemmaArgs.fst.checked 143.0 MiB 143.1 MiB +0.1% 0.78s 0.82s +6.2%
tests/tactics/_cache/Map.OpaqueToSMT.Test.fst.checked 60.7 MiB 60.7 MiB +0.1% 0.29s 0.30s +3.1%
tests/tactics/_cache/Map.OpaqueToSMT.fst.checked 61.6 MiB 61.6 MiB +0.1% 0.33s 0.31s -3.7%
tests/tactics/_cache/MetaArgs.fst.checked 142.6 MiB 142.6 MiB +0.0% 0.76s 0.79s +3.1%
tests/tactics/_cache/MyMap.fst.checked 60.9 MiB 60.9 MiB +0.1% 0.29s 0.31s +6.5%
tests/tactics/_cache/NamedViewCtor.fst.checked 143.4 MiB 143.4 MiB -0.0% 0.87s 0.90s +3.6%
tests/tactics/_cache/NatNeg.fst.checked 141.3 MiB 141.3 MiB -0.0% 0.72s 0.75s +4.3%
tests/tactics/_cache/NatPos.fst.checked 140.9 MiB 140.9 MiB +0.0% 0.71s 0.72s +1.4%
tests/tactics/_cache/Neg.fst.checked 153.8 MiB 153.9 MiB +0.0% 0.83s 0.85s +1.8%
tests/tactics/_cache/Nest.fst.checked 142.7 MiB 142.9 MiB +0.1% 0.77s 0.78s +2.2%
tests/tactics/_cache/NoDuplicateSplice.fst.checked 144.5 MiB 144.4 MiB -0.1% 0.86s 0.87s +1.8%
tests/tactics/_cache/NonTot.fst.checked 141.5 MiB 141.7 MiB +0.1% 0.72s 0.73s +2.2%
tests/tactics/_cache/NormBinderType.fst.checked 145.4 MiB 145.9 MiB +0.3% 0.84s 0.89s +6.1%
tests/tactics/_cache/PackInd.fst.checked 144.0 MiB 144.1 MiB +0.0% 0.85s 0.86s +2.0%
tests/tactics/_cache/PackInd2.fst.checked 145.9 MiB 145.9 MiB +0.0% 0.93s 0.96s +3.2%
tests/tactics/_cache/Parsing.fst.checked 147.8 MiB 147.9 MiB +0.1% 0.89s 0.96s +8.0%
tests/tactics/_cache/PluginReturned.fst.checked 142.9 MiB 143.3 MiB +0.3% 0.74s 0.78s +6.1%
tests/tactics/_cache/PointwiseLoop.fst.checked 156.8 MiB 156.8 MiB -0.0% 0.89s 0.93s +4.3%
tests/tactics/_cache/Pose.fst.checked 141.4 MiB 141.5 MiB +0.1% 0.74s 0.77s +4.2%
tests/tactics/_cache/PoseLemma.fst.checked 143.4 MiB 143.4 MiB +0.0% 0.81s 0.79s -2.2%
tests/tactics/_cache/Postprocess.fst.checked 175.3 MiB 177.5 MiB +1.2% 1.47s 1.50s +1.7%
tests/tactics/_cache/PostprocessType.fst.checked 141.1 MiB 141.1 MiB +0.0% 0.70s 0.76s +8.1%
tests/tactics/_cache/Prettify.fst.checked 793.4 MiB 830.3 MiB +4.7% 20.12s 21.59s +7.3%
tests/tactics/_cache/Pruning.fst.checked 259.2 MiB 259.9 MiB +0.3% 2.43s 2.51s +3.4%
tests/tactics/_cache/Quals.fst.checked 146.6 MiB 147.0 MiB +0.3% 0.94s 0.98s +5.1%
tests/tactics/_cache/Raise.fst.checked 151.5 MiB 151.2 MiB -0.2% 0.96s 1.01s +5.3%
tests/tactics/_cache/ReflectionMisc.fst.checked 149.7 MiB 150.3 MiB +0.4% 0.93s 0.96s +4.0%
tests/tactics/_cache/Reflexivity.fst.checked 143.6 MiB 143.7 MiB +0.1% 0.75s 0.80s +7.5%
tests/tactics/_cache/Rename.fst.checked 144.9 MiB 145.2 MiB +0.2% 0.78s 0.83s +5.9%
tests/tactics/_cache/Retype.fst.checked 156.0 MiB 155.8 MiB -0.1% 0.95s 0.99s +4.2%
tests/tactics/_cache/RewriteInArrow.fst.checked 143.4 MiB 143.5 MiB +0.1% 0.77s 0.80s +4.6%
tests/tactics/_cache/SMTSync.fst.checked 146.3 MiB 146.2 MiB -0.1% 0.87s 0.90s +3.3%
tests/tactics/_cache/SolvedWitness.fst.checked 141.5 MiB 141.4 MiB -0.1% 0.71s 0.72s +2.4%
tests/tactics/_cache/Splice.fst.checked 150.3 MiB 150.9 MiB +0.4% 0.98s 1.07s +9.3%
tests/tactics/_cache/Splice2.fst.checked 141.7 MiB 141.8 MiB +0.0% 0.75s 0.76s +0.8%
tests/tactics/_cache/SpliceVal.Use.fst.checked 140.9 MiB 141.0 MiB +0.0% 0.69s 0.71s +2.6%
tests/tactics/_cache/SpliceVal.fst.checked 147.9 MiB 148.3 MiB +0.3% 0.95s 1.00s +4.8%
tests/tactics/_cache/SpliceVal.fsti.checked 143.5 MiB 143.9 MiB +0.3% 0.84s 0.85s +1.1%
tests/tactics/_cache/State.fst.checked 142.3 MiB 142.5 MiB +0.1% 0.75s 0.78s +4.1%
tests/tactics/_cache/SyntaxBasics.fst.checked 192.0 MiB 195.0 MiB +1.6% 1.69s 1.86s +10.3%
tests/tactics/_cache/SyntaxTest.fst.checked 190.9 MiB 194.3 MiB +1.8% 1.67s 1.83s +9.6%
tests/tactics/_cache/Synthesis.fst.checked 163.8 MiB 166.3 MiB +1.5% 1.28s 1.37s +7.3%
tests/tactics/_cache/TReflGuards.fst.checked 143.8 MiB 143.6 MiB -0.1% 0.79s 0.80s +1.9%
tests/tactics/_cache/TacF.fst.checked 143.6 MiB 143.6 MiB +0.0% 0.80s 0.81s +0.8%
tests/tactics/_cache/Test.CanonCommMonoid.fst.checked 215.7 MiB 218.7 MiB +1.4% 3.48s 3.80s +9.2%
…tactics/_cache/Test.CanonCommMonoidSimple.Equiv.fst.checked 164.4 MiB 164.4 MiB +0.0% 0.83s 0.90s +8.2%
tests/tactics/_cache/Test.CanonCommMonoidSimple.fst.checked 168.7 MiB 169.3 MiB +0.4% 1.01s 1.08s +6.6%
tests/tactics/_cache/Test.CanonCommSemiring.fst.checked 180.8 MiB 180.9 MiB +0.1% 0.93s 0.98s +4.9%
tests/tactics/_cache/Test.CanonMonoid.fst.checked 168.8 MiB 168.7 MiB -0.0% 1.04s 1.06s +1.4%
tests/tactics/_cache/Test.LaxTermEq.fst.checked 143.1 MiB 143.4 MiB +0.2% 0.76s 0.79s +3.3%
tests/tactics/_cache/Test.TypeRepr.fst.checked 160.6 MiB 161.1 MiB +0.3% 1.16s 1.22s +5.9%
tests/tactics/_cache/TestBV.fst.checked 186.3 MiB 187.0 MiB +0.4% 1.58s 1.64s +3.7%
tests/tactics/_cache/TestMApply.fst.checked 147.8 MiB 147.3 MiB -0.3% 0.86s 0.90s +5.1%
tests/tactics/_cache/TestPprint.fst.checked 141.6 MiB 141.7 MiB +0.1% 0.70s 0.74s +5.1%
tests/tactics/_cache/Trans.fst.checked 142.0 MiB 142.2 MiB +0.2% 0.73s 0.78s +7.3%
tests/tactics/_cache/Unbound.fst.checked 142.3 MiB 142.1 MiB -0.1% 0.71s 0.75s +6.5%
tests/tactics/_cache/Unfold.fst.checked 143.0 MiB 143.3 MiB +0.2% 0.75s 0.79s +4.8%
tests/tactics/_cache/Unify.fst.checked 144.9 MiB 145.7 MiB +0.6% 0.81s 0.85s +4.2%
tests/tactics/_cache/UnitTests.fst.checked 165.1 MiB 166.3 MiB +0.7% 1.30s 1.38s +5.8%
tests/tactics/_cache/Univs.fst.checked 148.2 MiB 148.4 MiB +0.1% 0.83s 0.86s +4.2%
tests/tactics/_cache/UnknownSynth.fst.checked 141.5 MiB 141.7 MiB +0.2% 0.70s 0.74s +5.4%
tests/tactics/_cache/Unresolved.fst.checked 141.3 MiB 141.3 MiB +0.0% 0.70s 0.71s +1.9%
tests/tactics/_cache/VC.fst.checked 145.6 MiB 146.7 MiB +0.7% 0.82s 0.84s +2.8%
tests/tactics/_cache/VQuote.fst.checked 60.2 MiB 60.1 MiB -0.1% 0.26s 0.28s +4.5%
tests/tactics/_cache/WeakVsHNF.fst.checked 208.8 MiB 215.6 MiB +3.2% 1.89s 2.06s +8.5%
tests/tactics/_cache/Wild.fst.checked 147.0 MiB 147.2 MiB +0.1% 0.83s 0.86s +4.2%
tests/tactics/_output/Postprocess.fst.output 180.4 MiB 181.2 MiB +0.5% 1.45s 1.53s +5.4%
tests/tactics/_output/PostprocessType.ml 185.4 MiB 185.4 MiB +0.0% 1.41s 1.47s +4.5%
tests/typeclasses/.depend 30.9 MiB 30.8 MiB -0.2% 0.42s 0.45s +5.9%
tests/typeclasses/_cache/Bug2591.fst.checked 94.5 MiB 94.6 MiB +0.1% 0.47s 0.48s +1.9%
tests/typeclasses/_cache/Bug2591b.fst.checked 93.9 MiB 94.0 MiB +0.1% 0.50s 0.50s +1.4%
tests/typeclasses/_cache/Bug3130.fst.checked 94.3 MiB 94.3 MiB +0.0% 0.47s 0.49s +3.8%
tests/typeclasses/_cache/Bug3130b.fst.checked 143.5 MiB 143.5 MiB +0.0% 0.74s 0.76s +2.0%
tests/typeclasses/_cache/Bug3130c.fst.checked 95.7 MiB 95.9 MiB +0.1% 0.52s 0.55s +5.7%
tests/typeclasses/_cache/Bug3130d.fst.checked 214.2 MiB 215.3 MiB +0.5% 3.46s 3.56s +3.1%
tests/typeclasses/_cache/Bug3130e.fst.checked 96.7 MiB 96.9 MiB +0.3% 0.57s 0.58s +2.5%
tests/typeclasses/_cache/Bug3130f.fst.checked 92.5 MiB 92.6 MiB +0.0% 0.44s 0.45s +2.5%
tests/typeclasses/_cache/CoallesceConstraints.fst.checked 141.8 MiB 141.9 MiB +0.0% 0.72s 0.74s +2.2%
tests/typeclasses/_cache/Debug.fst.checked 91.6 MiB 91.5 MiB -0.0% 0.41s 0.42s +1.0%
tests/typeclasses/_cache/Extend.fst.checked 152.8 MiB 152.2 MiB -0.4% 0.98s 1.00s +1.7%
tests/typeclasses/_cache/Fundeps.fst.checked 96.7 MiB 96.9 MiB +0.2% 0.51s 0.53s +2.5%
tests/typeclasses/_cache/Higher.fst.checked 96.7 MiB 96.8 MiB +0.1% 0.59s 0.59s -0.7%
tests/typeclasses/_cache/NoInst.fst.checked 97.0 MiB 97.1 MiB +0.2% 0.54s 0.55s +2.6%
tests/typeclasses/_cache/NoMethod.fst.checked 92.4 MiB 92.6 MiB +0.2% 0.43s 0.45s +5.6%
tests/typeclasses/_cache/Refinements.fst.checked 101.6 MiB 101.7 MiB +0.0% 0.69s 0.71s +2.3%
tests/typeclasses/_cache/SolveUnderscore.fst.checked 93.3 MiB 93.3 MiB +0.0% 0.44s 0.45s +2.5%
tests/typeclasses/_cache/Superclass.fst.checked 93.1 MiB 93.2 MiB +0.2% 0.44s 0.45s +3.2%
tests/typeclasses/_cache/TWal1107.fst.checked 152.2 MiB 152.5 MiB +0.2% 0.99s 1.02s +3.3%
tests/typeclasses/_cache/Unfold.fst.checked 92.2 MiB 92.3 MiB +0.1% 0.44s 0.44s +1.1%
tests/typeclasses/_cache/Unit.fst.checked 91.6 MiB 91.5 MiB -0.0% 0.41s 0.42s +3.2%
tests/vale/.depend 33.9 MiB 33.9 MiB +0.2% 0.47s 0.51s +8.8%
tests/vale/_cache/Asm1.fst.checked 105.7 MiB 107.5 MiB +1.8% 1.30s 1.42s +9.6%
tests/vale/_cache/Asm2.fst.checked 67.8 MiB 67.7 MiB -0.2% 0.43s 0.43s -0.9%
tests/vale/_cache/Calc.fst.checked 145.0 MiB 145.0 MiB -0.0% 0.83s 0.83s -0.6%
tests/vale/_cache/DeltaAttr.fst.checked 144.8 MiB 144.9 MiB +0.1% 0.79s 0.81s +1.4%
tests/vale/_cache/Opaque_i.fst.checked 59.2 MiB 59.4 MiB +0.3% 0.27s 0.27s +0.4%
tests/vale/_cache/Opaque_i.fsti.checked 58.9 MiB 58.9 MiB +0.0% 0.25s 0.25s +0.0%
tests/vale/_cache/TransparentMap.fst.checked 65.0 MiB 65.1 MiB +0.1% 0.39s 0.40s +1.3%
tests/vale/_cache/X64.Machine_s.fst.checked 72.7 MiB 72.8 MiB +0.1% 0.67s 0.69s +3.7%
tests/vale/_cache/X64.Poly1305.Bitvectors_i.fst.checked 247.3 MiB 248.4 MiB +0.4% 6.99s 7.14s +2.1%
tests/vale/_cache/X64.Poly1305.Bitvectors_i.fsti.checked 114.7 MiB 115.5 MiB +0.7% 1.57s 1.62s +3.3%
tests/vale/_cache/X64.Poly1305.Math_i.fst.checked 243.7 MiB 244.8 MiB +0.4% 3.35s 3.45s +2.9%
tests/vale/_cache/X64.Poly1305.Math_i.fsti.checked 121.8 MiB 122.2 MiB +0.3% 1.11s 1.19s +6.6%
tests/vale/_cache/X64.Poly1305.Spec_s.fst.checked 86.5 MiB 86.3 MiB -0.3% 0.62s 0.62s -0.3%
tests/vale/_cache/X64.Print_s.fst.checked 142.7 MiB 143.1 MiB +0.3% 1.31s 1.31s +0.1%
tests/vale/_cache/X64.Semantics_s.fst.checked 157.3 MiB 157.9 MiB +0.4% 2.86s 2.88s +0.7%
tests/vale/_cache/X64.Vale.Decls.fst.checked 243.3 MiB 244.3 MiB +0.4% 79.43s 81.25s +2.3%
tests/vale/_cache/X64.Vale.Decls.fsti.checked 127.7 MiB 128.5 MiB +0.7% 1.26s 1.30s +2.9%
tests/vale/_cache/X64.Vale.Lemmas_i.fst.checked 111.9 MiB 111.9 MiB +0.0% 0.98s 0.98s +0.3%
tests/vale/_cache/X64.Vale.Lemmas_i.fsti.checked 108.0 MiB 107.8 MiB -0.2% 0.73s 0.74s +0.1%
tests/vale/_cache/X64.Vale.Regs_i.fst.checked 65.1 MiB 65.3 MiB +0.4% 0.33s 0.34s +3.0%
tests/vale/_cache/X64.Vale.Regs_i.fsti.checked 64.2 MiB 64.2 MiB +0.0% 0.28s 0.28s -0.7%
tests/vale/_cache/X64.Vale.StateLemmas_i.fst.checked 111.1 MiB 111.8 MiB +0.6% 1.06s 1.11s +4.7%
tests/vale/_cache/X64.Vale.StateLemmas_i.fsti.checked 105.0 MiB 105.2 MiB +0.2% 0.62s 0.63s +1.6%
tests/vale/_cache/X64.Vale.State_i.fsti.checked 71.6 MiB 71.6 MiB +0.0% 0.48s 0.48s +1.0%
tests/vale/_cache/X64.Vale.StrongPost_i.fst.checked 180.7 MiB 182.6 MiB +1.0% 3.08s 3.14s +2.1%
tests/vale/_cache/X64.Vale.StrongPost_i.fsti.checked 150.8 MiB 151.9 MiB +0.7% 1.72s 1.85s +7.7%
tests/vale/_output/DeltaAttr.fst.output 150.3 MiB 150.3 MiB -0.0% 0.83s 0.85s +2.5%

Note: Memory values report the peak OCaml heap of the F* process (excluding Z3 subprocesses). Time measurements are from single runs and may be noisy, especially for fast tests. Tests with baseline time < 0.1s are excluded from time statistics. The geometric mean (Geo Mean) of the patched/baseline ratio is the most robust summary statistic for performance comparisons (1.0× = no change, <1× = improvement).


📎 Download HTML report and raw .ramon files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant