All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Disk Performance Stress Test Tool Using Git and pnpm for File System Analysis

By

robin_reala

7mo ago· 6 min readenCode

Summary

This GitHub repository provides a stress test tool for parallel disk I/O performance using git and pnpm operations. The tool is designed to identify potential issues with APFS on macOS while also serving as a general stress test for observing file system events, particularly useful for security tools, EDR systems, and virus scanners. The test requires Node.js >= 22.11 and pnpm >= 10.2, and includes setup instructions for different operating systems including Windows PowerShell.

Key quotes

· 4 pulled
This repo aims to prove that something is wrong with APFS on macOS, but is also a good stress test in general when changing machine tooling that wants to observe fs events (such as security tooling / EDR / virus scanners / etc)
The Test Steps: Setup, Gather Results, Report / PR with your Results ❤️
have node @ >= 22.11, have pnpm @ >= 10.2
Since you've installed all the dependencies already, we can start with the clean test
Snippet from the RSS feed
Stress test for parallel disk i/o using git and pnpm - NullVoxPopuli/disk-perf-git-and-pnpm

You might also wanna read