Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FIFO and Socket Inodes #472

Merged
merged 4 commits into from
Feb 10, 2024
Merged

Support FIFO and Socket Inodes #472

merged 4 commits into from
Feb 10, 2024

Conversation

wcampbell0x2a
Copy link
Owner

No description provided.

Copy link

Benchmark for eaf8873

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.01ms 2.8±0.01ms 0.00%
only_read/tplink_ax1800 7.2±0.01ms 7.2±0.01ms 0.00%
unsquashfs/full 10.4±0.23ms 10.2±0.16ms -1.92%
unsquashfs/full-path-filter 7.0±0.15ms 7.0±0.07ms 0.00%
unsquashfs/list 8.2±0.10ms 8.3±0.09ms +1.22%
unsquashfs/list-path-filter 7.3±0.11ms 7.3±0.14ms 0.00%
write_read/netgear_ax6100v2 1284.9±3.70ms 1293.8±4.31ms +0.69%
write_read/tplink_ax1800 7.1±0.01s 7.1±0.02s 0.00%

Copy link

Benchmark for 1677587

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.9±0.02ms 2.9±0.02ms 0.00%
only_read/tplink_ax1800 7.4±0.04ms 7.4±0.03ms 0.00%
unsquashfs/full 10.8±0.26ms 10.9±0.24ms +0.93%
unsquashfs/full-path-filter 7.6±0.18ms 7.5±0.16ms -1.32%
unsquashfs/list 8.5±0.16ms 8.6±0.17ms +1.18%
unsquashfs/list-path-filter 7.7±0.17ms 7.6±0.15ms -1.30%
write_read/netgear_ax6100v2 1350.3±12.31ms 1353.9±19.14ms +0.27%
write_read/tplink_ax1800 7.4±0.04s 7.4±0.02s 0.00%

Copy link

Benchmark for cfe3b20

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.00ms 2.8±0.01ms 0.00%
only_read/tplink_ax1800 7.1±0.00ms 7.3±0.01ms +2.82%
unsquashfs/full 10.1±0.09ms 10.1±0.16ms 0.00%
unsquashfs/full-path-filter 6.9±0.05ms 6.9±0.04ms 0.00%
unsquashfs/list 8.1±0.06ms 8.2±0.07ms +1.23%
unsquashfs/list-path-filter 7.2±0.04ms 7.2±0.03ms 0.00%
write_read/netgear_ax6100v2 1283.7±5.75ms 1284.6±3.92ms +0.07%
write_read/tplink_ax1800 7.0±0.01s 7.0±0.01s 0.00%

Copy link

Benchmark for a06c4a8

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.01ms 2.8±0.00ms 0.00%
only_read/tplink_ax1800 7.2±0.01ms 7.2±0.07ms 0.00%
unsquashfs/full 10.1±0.10ms 10.2±0.10ms +0.99%
unsquashfs/full-path-filter 6.9±0.06ms 7.0±0.13ms +1.45%
unsquashfs/list 8.1±0.07ms 8.2±0.11ms +1.23%
unsquashfs/list-path-filter 7.2±0.07ms 7.3±0.10ms +1.39%
write_read/netgear_ax6100v2 1281.7±2.08ms 1288.7±7.76ms +0.55%
write_read/tplink_ax1800 7.1±0.01s 7.1±0.04s 0.00%

Copy link

Benchmark for 76f22b0

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.7±0.01ms 2.7±0.03ms 0.00%
only_read/tplink_ax1800 7.0±0.08ms 7.0±0.06ms 0.00%
unsquashfs/full 9.9±0.33ms 9.9±0.26ms 0.00%
unsquashfs/full-path-filter 6.8±0.17ms 6.7±0.16ms -1.47%
unsquashfs/list 7.9±0.19ms 7.9±0.21ms 0.00%
unsquashfs/list-path-filter 7.0±0.17ms 7.1±0.16ms +1.43%
write_read/netgear_ax6100v2 1253.4±15.40ms 1252.1±6.25ms -0.10%
write_read/tplink_ax1800 6.8±0.04s 6.8±0.03s 0.00%

@wcampbell0x2a wcampbell0x2a changed the title Support socket inodes Support FIFO and Socket Inodes Feb 10, 2024
Copy link

Benchmark for 401f3dd

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.8±0.00ms 2.8±0.01ms 0.00%
only_read/tplink_ax1800 7.2±0.16ms 7.1±0.01ms -1.39%
unsquashfs/full 10.3±0.14ms 10.2±0.12ms -0.97%
unsquashfs/full-path-filter 6.9±0.06ms 6.9±0.03ms 0.00%
unsquashfs/list 8.1±0.06ms 8.1±0.04ms 0.00%
unsquashfs/list-path-filter 7.4±0.12ms 7.2±0.06ms -2.70%
write_read/netgear_ax6100v2 1281.3±1.92ms 1286.1±3.43ms +0.37%
write_read/tplink_ax1800 7.1±0.03s 7.1±0.06s 0.00%

@wcampbell0x2a wcampbell0x2a merged commit 3bb8101 into master Feb 10, 2024
31 checks passed
@wcampbell0x2a wcampbell0x2a deleted the support-socket-inodes branch February 10, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backhand-cli A-backhand-lib A-tests bakchand-tests A-unsquashfs backhand-cli: unsquashfs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants