-
Notifications
You must be signed in to change notification settings - Fork 295
Add CSV benchmarks for string.Split #4659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
0c7e75e
and csv benchmarks for string.Split
PranavSenthilnathan 6c35337
Apply all review feedback: rename long CSV files, cache file I/O, fix…
Copilot 583e1a2
Potential fix for pull request finding
danmoseley c36b612
Use XOR instead of addition to accumulate field count in Split_Csv
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
501 changes: 501 additions & 0 deletions
501
src/benchmarks/micro/libraries/System.Runtime/TestData/500_cities.csv
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
src/benchmarks/micro/libraries/System.Runtime/TestData/THIRD-PARTY-NOTICES.TXT
This file contains hidden or 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,34 @@ | ||
| The CSV files in this directory are sourced from public U.S. government | ||
| data portals and are in the public domain under U.S. law (17 U.S.C. § 105). | ||
|
|
||
| TMEDTREND_PUBLIC_240528.csv | ||
| Source: https://data.cms.gov/sites/default/files/2024-05/b492c960-aea2-4f4e-a5f6-258c726b1a58/TMEDTREND_PUBLIC_240528.csv | ||
| Retrieved: January 22, 2025 | ||
| Provider: Centers for Medicare & Medicaid Services (CMS) | ||
|
|
||
| motor_fuel_sales.csv | ||
| Source: https://data.transportation.gov/api/views/kbvr-tyu5/rows.csv | ||
| Original name: Monthly Motor Fuel Sales Reported by States, Selected Data from FHWA Monthly Motor Fuel Report | ||
| Retrieved: January 22, 2025 | ||
| Provider: U.S. Department of Transportation | ||
|
|
||
| date_table.csv | ||
| Source: https://www.census.gov/econ/bfs/csv/date_table.csv | ||
| Retrieved: January 22, 2025 | ||
| Provider: U.S. Census Bureau | ||
|
|
||
| ai_inventory.csv | ||
| Source: https://www.usda.gov/sites/default/files/documents/ai_inventory.csv | ||
| Retrieved: January 22, 2025 | ||
| Provider: U.S. Department of Agriculture (USDA) | ||
|
|
||
| tri_2012_nd.csv | ||
| Source: https://www.epa.gov/sites/production/files/2014-05/tri_2012_nd.csv | ||
| Retrieved: January 22, 2025 | ||
| Provider: U.S. Environmental Protection Agency (EPA) | ||
|
|
||
| 500_cities.csv | ||
| Source: https://data.cdc.gov/api/views/dxpw-cm5u/rows.csv | ||
| Original name: 500 Cities: City-level Data (GIS Friendly Format), 2019 release | ||
| Retrieved: January 22, 2025 | ||
| Provider: Centers for Disease Control and Prevention (CDC) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.