This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/fuse-remotefs
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git
from 5af2ac0c updated results and report
add 0226b5f3 Enhance benchmarking capabilities with FUSE passthrough
support
No new revisions were added by this update.
Summary of changes:
.../benchmarks/results/BENCHMARK_REPORT.md | 360 +++++++-------
.../benchmarks/results/benchmark_dev-cs-portal.png | Bin 0 -> 159446 bytes
.../benchmarks/results/benchmark_login02.png | Bin 242530 -> 158377 bytes
.../results/benchmark_nsworkshopcpuvc1.png | Bin 250917 -> 191763 bytes
.../benchmarks/results/benchmark_summary.txt | 114 +++--
.../benchmarks/results/results_expanse.csv | 180 ++-----
.../benchmarks/results/results_gateway.csv | 31 ++
.../benchmarks/results/results_vc-airavata-cpu.csv | 270 +++++-----
remotefs-fuse/benchmarks/scripts/run_benchmark.sh | 53 +-
.../benchmarks/scripts/run_remote_benchmark.sh | 46 +-
.../benchmarks/scripts/visualize_results.py | 24 +-
remotefs-fuse/cmd/remotefs/commands/mount_linux.go | 43 +-
remotefs-fuse/internal/cache/cache.go | 142 +++++-
remotefs-fuse/internal/cache/consistency_test.go | 516 +++++++++++++++++++
remotefs-fuse/internal/cache/filecache.go | 424 ++++++++++++++++
remotefs-fuse/internal/cache/filecache_other.go | 90 ++++
remotefs-fuse/internal/cache/mmap_data.go | 546 +++++++++++++++++++++
remotefs-fuse/internal/cache/mmap_data_other.go | 89 ++++
remotefs-fuse/internal/cache/mmap_data_test.go | 498 +++++++++++++++++++
remotefs-fuse/internal/mount/remote.go | 92 +++-
20 files changed, 2943 insertions(+), 575 deletions(-)
create mode 100644 remotefs-fuse/benchmarks/results/benchmark_dev-cs-portal.png
create mode 100644 remotefs-fuse/benchmarks/results/results_gateway.csv
create mode 100644 remotefs-fuse/internal/cache/consistency_test.go
create mode 100644 remotefs-fuse/internal/cache/filecache.go
create mode 100644 remotefs-fuse/internal/cache/filecache_other.go
create mode 100644 remotefs-fuse/internal/cache/mmap_data.go
create mode 100644 remotefs-fuse/internal/cache/mmap_data_other.go
create mode 100644 remotefs-fuse/internal/cache/mmap_data_test.go