merge_listing_times (331B)
1 #!/usr/bin/env node 2 3 // See `docs/adding_timing_metadata.md` for an explanation of listing times, and 4 // a walkthrough on adding entries for new tests. 5 6 require('../src/common/tools/setup-ts-in-node.js'); 7 8 // See the help message in this file for info on how to use the tool. 9 require('../src/common/tools/merge_listing_times.ts');