Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
862dc93
adds initial systems
Dec 9, 2025
8cf8339
adds initial systems
Dec 9, 2025
eda5ba5
adds ci docs fix
Dec 9, 2025
020b0b2
adds ci docs fix 2
Dec 9, 2025
ec2ce58
fix documentation blog error / bug
Dec 9, 2025
21fa9ab
fix documentation blog error / bugs
Dec 9, 2025
7fd869f
fix docs monkey patch
Dec 10, 2025
bee1844
fix docs import path
Dec 10, 2025
86a8d8b
fix import path with import lib
Dec 10, 2025
f00036f
attempts Inline patch script for GitHub CI
Dec 10, 2025
5efefbb
attempts docs fix
Dec 10, 2025
845a326
use extend for i18nfiles
Dec 10, 2025
d64e2d8
use extend for i18nfiles
Dec 10, 2025
93adac3
adds refactor , docs , translations , pre commit , lints , tests , se…
Dec 31, 2025
32b1ca9
adds refactor , docs , translations , pre commit , lints , tests , se…
Dec 31, 2025
bc370a1
Addssessionrefactor (#4)
Josephrp Dec 31, 2025
ec4b349
adds uv docs fix
Dec 31, 2025
ce9056f
Merge branch 'dev' into addssessionrefactor
Josephrp Dec 31, 2025
4451a6b
adds uv docs fix (#5)
Josephrp Dec 31, 2025
43a2215
solves test failures , lint checks , ci docs build , main / dev branc…
Jan 1, 2026
8ab939d
solves test failures , lint checks , ci docs build , main / dev branc…
Jan 1, 2026
03ec66e
solves test failures , lint checks , ci docs build , main / dev branc…
Jan 1, 2026
b6d977f
solves test failures , lint checks , ci docs build , main / dev branc…
Jan 1, 2026
97cc760
Addssessionrefactor (#6)
Josephrp Jan 1, 2026
79dacb9
improves ci/cd workflows , permissions , and so on
Jan 1, 2026
f850b33
solves merge conflict
Jan 1, 2026
6c5ffbf
adds docs fixes
Jan 1, 2026
2d369d2
adds docs fixes , compatibility fixes , lint , ci , precommit improve…
Jan 2, 2026
c2efd36
adds docs fixes , compatibility fixes , lint , ci , precommit improve…
Jan 2, 2026
5b36550
Addscom (#8)
Josephrp Jan 3, 2026
d6506dd
Addsci (#21)
Josephrp Mar 16, 2026
d9bc3d0
Solves Tests Timeouts and Fails (#22)
Josephrp Mar 17, 2026
990d7a4
Addscli (#23)
Josephrp Mar 18, 2026
6591998
adds reactive ui (#25)
Josephrp Jul 9, 2026
66419f4
Adds compatibility checks (#26)
Josephrp Jul 9, 2026
2acea57
Adds Compatibility and Improvements (#27)
Josephrp Jul 22, 2026
8bda423
Prepare 0.1.0 release: green CI tests and version gate. (#28)
Josephrp Jul 25, 2026
cee1328
Fix remaining PR #3 CI failures after merge to dev. (#29)
Josephrp Jul 26, 2026
e01d79b
Fix remaining PR #3 CI flakes and base benchmark JSON (#30)
Josephrp Jul 28, 2026
2ec6381
Fix remaining PR #3 CI failures after #30 (#31)
Josephrp Jul 28, 2026
403a230
Fix flaky download-rate assertion under CI load. (#32)
Josephrp Jul 28, 2026
2cbb7c8
Fix MSE false-positive legacy type detection on modern frames. (#33)
Josephrp Jul 28, 2026
e77ea05
Wait for Test/CI before docs and publish-dev gates (#34)
Josephrp Jul 28, 2026
80a70da
Fix MSE wrong-type coverage tests after legacy detection change (#35)
Josephrp Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,220 changes: 2,220 additions & 0 deletions .ci/benchmark_compare_test.json

Large diffs are not rendered by default.

124 changes: 124 additions & 0 deletions .ci/benchmark_head_test/bench_disk_io.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"meta": {
"benchmark": "disk_io",
"config": "example-config-performance",
"timestamp": "2026-07-09T06:01:40.415721+00:00",
"platform": {
"system": "Windows",
"release": "10",
"python": "3.11.4"
},
"git": {
"commit_hash": "846c6d3d45f3726166eaafae134e1b9f08e71108",
"commit_hash_short": "846c6d3",
"branch": "addsreact",
"author": "Joseph Pollack",
"is_dirty": true
}
},
"results": [
{
"size_bytes": 262144,
"iterations": 5,
"write_elapsed_s": 0.5664007000013953,
"read_elapsed_s": 0.0023318000021390617,
"write_throughput_bytes_per_s": 2314121.4338131486,
"read_throughput_bytes_per_s": 562106526.6307657
},
{
"size_bytes": 1048576,
"iterations": 5,
"write_elapsed_s": 0.015657500000088476,
"read_elapsed_s": 0.0031343000009655952,
"write_throughput_bytes_per_s": 334847836.4981877,
"read_throughput_bytes_per_s": 1672743514.7831435
}
],
"summary": {
"benchmark": "disk_io",
"config": "example-config-performance",
"generated_at": "2026-07-09T06:01:40.415721+00:00",
"meta": {
"git": {
"commit_hash": "846c6d3d45f3726166eaafae134e1b9f08e71108",
"commit_hash_short": "846c6d3",
"branch": "addsreact",
"author": "Joseph Pollack",
"is_dirty": true
},
"platform": {
"system": "Windows",
"release": "10",
"python": "3.11.4"
}
},
"scenarios": [
{
"scenario": "iterations=5,size_bytes=262144",
"dimensions": {
"size_bytes": 262144,
"iterations": 5
},
"metrics": {
"write_elapsed_s": {
"count": 1,
"mean": 0.5664007000013953,
"min": 0.5664007000013953,
"max": 0.5664007000013953
},
"read_elapsed_s": {
"count": 1,
"mean": 0.0023318000021390617,
"min": 0.0023318000021390617,
"max": 0.0023318000021390617
},
"write_throughput_bytes_per_s": {
"count": 1,
"mean": 2314121.4338131486,
"min": 2314121.4338131486,
"max": 2314121.4338131486
},
"read_throughput_bytes_per_s": {
"count": 1,
"mean": 562106526.6307657,
"min": 562106526.6307657,
"max": 562106526.6307657
}
}
},
{
"scenario": "iterations=5,size_bytes=1048576",
"dimensions": {
"size_bytes": 1048576,
"iterations": 5
},
"metrics": {
"write_elapsed_s": {
"count": 1,
"mean": 0.015657500000088476,
"min": 0.015657500000088476,
"max": 0.015657500000088476
},
"read_elapsed_s": {
"count": 1,
"mean": 0.0031343000009655952,
"min": 0.0031343000009655952,
"max": 0.0031343000009655952
},
"write_throughput_bytes_per_s": {
"count": 1,
"mean": 334847836.4981877,
"min": 334847836.4981877,
"max": 334847836.4981877
},
"read_throughput_bytes_per_s": {
"count": 1,
"mean": 1672743514.7831435,
"min": 1672743514.7831435,
"max": 1672743514.7831435
}
}
}
]
}
}
Loading
Loading