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.

Introducing make.ts: A Better Workflow for Running Benchmarks and Experiments

By

ingve

4mo ago· 8 min readen

Summary

The article introduces 'make.ts' as a workflow improvement for running benchmarks and experiments that require repeated command sequences. The author describes moving away from manual command typing and shell history reliance to a more efficient pattern using make.ts, particularly for multiprocess applications. The content focuses on developer workflow optimization and command automation.

Key quotes

· 3 pulled
Sounds familiar? This is how I historically have been running benchmarks and other experiments requiring a repeated sequence of commands — type them manually once, then rely on shell history (and maybe some terminal splits) for reproduction.
These past few years I've arrived at a much better workflow pattern — make.ts.
I was forced to adapt it once I started working with multiprocess applications.
Snippet from the RSS feed
Up Enter Up Up Enter Up Up Up Enter

You might also wanna read