microsoft / typescript-benchmarking

Infrastructure for TypeScript's performance benchmarking system
MIT License
18 stars 4 forks source link

Move ts-perf's `$HOME/.tsperf` somewhere else #51

Open jakebailey opened 7 months ago

jakebailey commented 7 months ago

On the benchmark machines, it'd be better if this were in an agent temp dir, something that's cleared in between runs. Otherwise, we can potentially end up with unbounded copies of node/bun/etc.

Alternatively, we could just delete .tsperf before each run.