Test case name | Result |
---|---|
string.Empty + "Ok" | |
"" + "Ok" | |
string.Empty Length + 42 | |
"".Length + 42 |
Test name | Executions per second |
---|---|
string.Empty + "Ok" | 9651955.0 Ops/sec |
"" + "Ok" | 1019023808.0 Ops/sec |
string.Empty Length + 42 | 9633816.0 Ops/sec |
"".Length + 42 | 967717632.0 Ops/sec |