dotnet / performance

This repo contains benchmarks used for testing the performance of all .NET Runtimes
MIT License
701 stars 272 forks source link

Rename Project Gutenberg data files in test assets folder #1525

Open GrabYourPitchforks opened 4 years ago

GrabYourPitchforks commented 4 years ago

Some of the files in https://github.com/dotnet/performance/tree/6e457b3e4145eeb7acd966cd166dc5ca3fb7381e/src/benchmarks/micro/libraries/Common are provided by Project Gutenberg and are required to maintain their original filenames per the license terms. We should rename these files to comply with their license terms. We should also update Perf.TextBase.cs and related filed to perform friendly name mapping back to the actual filename mapping.

Required renames:

billwert commented 4 years ago

@GrabYourPitchforks @adamsitnik is this something someone from the libraries team can take care of?