How is LR to JM better than Blazemeter utility

Blazemeter has a utility that can convert Loadrunner script to that of Jmeter. We tried using it for a very simple script with only a single web_url request. Below is the web_url request:

web_url(“www.linkedin.com”,
“URL=https://www.linkedin.com/”,
“TargetFrame=”,
“Resource=0”,
“RecContentType=text/html”,
“Referer=”,
“Snapshot=t1.inf”,
“Mode=HTML”,
LAST);

The Blazemeter utility gave below error when we tried to convert it to Jmeter format:

Blazemeter then was asking for an email address. Personally I think Blazemeter does not have an automated utility that can convert loadrunner script to that of Jmeter. They use manual intervention.

LR to JM utility from PerfCritic was able to successfully convert a simple request like above into Jmeter format. It is a fully automated utility. Once successfully converted it also provides a download link where you can download the converted file. It can save many hours of effort if you are wanting to convert your Loadrunner scripts to that of Jmeter format.

Here is the link of LR to JM utility from PerfCritic:

http://perfcritic.desigoogly.com/lr-to-jm/