Skip to content

Commit

Permalink
Update StringPerformanceTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
CedaryCat committed Sep 11, 2023
1 parent dc02dc6 commit a9d3371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SerializeTest/StringPerformanceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace SerializeTest {
public class StringPerformanceTest {
const string text = "Terraria,启动!他真启动了吗。";
const string text = "原神,启动!";
//const int testSize = 100000000;
const int bufferSize = 1024;
public readonly byte[] buffer = new byte[bufferSize];
Expand Down

0 comments on commit a9d3371

Please sign in to comment.