Page MenuHomePhabricator

[keyserver] Introduce `yarn clear-profile-logs` to `keyserver`
ClosedPublic

Authored by atul on Sep 27 2023, 9:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 9:26 AM
Unknown Object (File)
Thu, Nov 14, 9:26 AM
Unknown Object (File)
Thu, Nov 14, 9:25 AM
Unknown Object (File)
Thu, Nov 14, 9:17 AM
Unknown Object (File)
Oct 15 2024, 4:09 AM
Unknown Object (File)
Oct 15 2024, 4:09 AM
Unknown Object (File)
Oct 15 2024, 4:08 AM
Unknown Object (File)
Oct 15 2024, 4:05 AM
Subscribers
None

Details

Summary
  1. We set output_dir of profiling data to cpu_profiling_logs/
  2. We add cpu_profiling_logs to .gitignore so we don't clutter our workiing copy
  3. We introduce a yarn clear-profile-logs command that rm -rfs cpu_profiling_data

Depends on D9302

Test Plan
  1. Made sure that profiling data for new profiling sessions were within cpu_profiling_logs
  2. Made sure profiling data added to cpu_profiling_logs was ignored by git
  3. Made sure yarn clear-profile-logs removed everything from cpu_profiling_data

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable