Tests:
  • string.Empty + "Ok"

  • "" + "Ok"

  • string.Empty Length + 42

  • "".Length + 42

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    string.Empty + "Ok"
    "" + "Ok"
    string.Empty Length + 42
    "".Length + 42

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35
Chrome 107 on Windows
View result in a separate tab
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