Skip to content

Commit

Permalink
chore: 🤖 tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jun 25, 2024
1 parent beb2a67 commit 7a72b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# metric for rolldown
# Metric for Rolldown


## Data Source format
We use this generic data struct for metric aggregation
We use this generic data structure for metric aggregation
```ts
export interface Entry {
case: string; // case name
Expand All @@ -15,7 +15,7 @@ export interface Entry {
}
```

## data source storage
## Data source storage
Storing entries line by line, each line is a entry with a json format(Recommend).

1. Comparing with store the whole data in a json file, this method could reduce parsing, stringify overhead, especially the metric data source become bigger.
Expand Down

0 comments on commit 7a72b5e

Please sign in to comment.