-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency lerna to v8 (#841)
* chore(deps): update dependency lerna to v8 * Add npm workspaces * Update to npm workspaces for lerna v8 * Move to npm for command running --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zackery Griesinger <[email protected]>
- Loading branch information
1 parent
0ea420d
commit fef2092
Showing
14 changed files
with
30,130 additions
and
25,238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
if-present=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title v0.2.x to v0.3.x | ||
title: v0.2.x to v0.3.x | ||
--- | ||
|
||
### Parsing Changed | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "fast-csv-docs", | ||
"name": "@fast-csv/docs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
## Benchmark Results | ||
|
||
### Usage | ||
|
||
``` | ||
npm run benchmarks | ||
``` | ||
|Type|Row Count|No. Runs|Avg| | ||
|-|-|-|-| | ||
|nonquoted|1000|5|6.2ms| | ||
|nonquoted|10000|5|26.8ms| | ||
|nonquoted|20000|5|47.4ms| | ||
|nonquoted|50000|5|116.2ms| | ||
|nonquoted|100000|5|226ms| | ||
|quoted|1000|5|5ms| | ||
|quoted|10000|5|34.4ms| | ||
|quoted|20000|5|69.2ms| | ||
|quoted|50000|5|172.8ms| | ||
|quoted|100000|5|334.4ms| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.