Skip to content

Commit

Permalink
docs: more @file commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Dec 16, 2024
1 parent b3b7666 commit 1184dad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/builders/scripts/testing/provokeBOYD.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/**
* @file call getTimerBrand() 300 times in hopes of provoking BOYD.
* @file call getTimerBrand() 300 times in hopes of provoking BOYD. This is
* intended for tests on mainFork for upgrade-18. If there's a similar need in
* other tests, it can be included there as well. There would be no value in
* including it in an upgrade of MainNet; it just spins cycles to provoke
* garbage collection.
*/

import { makeTracer } from '@agoric/internal';
import { E } from '@endo/far';

Expand Down

0 comments on commit 1184dad

Please sign in to comment.