Tests:
  • try-catch no error

    AخA
     
    try {
      console.log('hi');
    } catch(e) {
      
    };
  • try-catch throw error

     
    try {
      console.log('hi');
      throw "new error";
    } catch(e) {
      
    };
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    try-catch no error
    try-catch throw error

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 10 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 on Windows
View result in a separate tab
Test name Executions per second
try-catch no error 264424.5 Ops/sec
try-catch throw error 182655.4 Ops/sec