Skip to content

Commit

Permalink
fix: add twitter and some optimizations for runs of asciis
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jun 19, 2024
1 parent 2e85602 commit 437b3f6
Show file tree
Hide file tree
Showing 4 changed files with 15,507 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmark/Benchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ public Config()
}
}
// Parameters and variables for real data
[Params(@"data/Arabic-Lipsum.utf8.txt",
[Params(@"data/twitter.json",
@"data/Arabic-Lipsum.utf8.txt",
@"data/Hebrew-Lipsum.utf8.txt",
@"data/Korean-Lipsum.utf8.txt",
@"data/Chinese-Lipsum.utf8.txt",
Expand Down
3 changes: 3 additions & 0 deletions benchmark/benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<None Update="data\*.utf8.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="data\twitter.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>


Expand Down
Loading

0 comments on commit 437b3f6

Please sign in to comment.