Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
csharrison committed Jan 22, 2024
1 parent c9141db commit d7007d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,23 @@ On responses:

Examples:

The `flexible-event` utility accepts comma-separated lists of the
number of windows and summary buckets per trigger data. This is
essentially an unzipped list of two-tuples, one per trigger data.

```sh
npm run flexible-event -- -w 1,2,3 -b 4,5,6
```

The utility also will parse (in a rudimentary way) the source registration
JSON to compute the number of windows / summary buckets.

```sh
npm run flexible-event -- -f /path/to/source_registration.json
```

Here is an example which matches the default config for navigation sources:

```sh
npm run flexible-event -- -w 3,3,3,3,3,3,3,3 -b 3,3,3,3,3,3,3,3 -m 3 -t navigation
```

0 comments on commit d7007d1

Please sign in to comment.