Skip to content

Commit 053387d

Browse files
committed
Updated a JsExecutionHeavyBenchmark benchmark
1 parent 1ff40cb commit 053387d

File tree

5 files changed

+586
-266
lines changed

5 files changed

+586
-266
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.202"
3+
"version": "7.0.203"
44
}
55
}

test/JavaScriptEngineSwitcher.Benchmarks/Files/template-rendering/content/contacts/target-output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<strong>Моб. тел.:</strong> +7 (999) 689-99-99<br />
88
<strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a><br />
99
<strong>Сайт:</strong> <a href="http://pupkin.narod.ru">http://pupkin.narod.ru</a><br />
10-
<strong>ICQ:</strong> <img src="http://status.icq.com/online.gif?icq=698426795&img=26" alt="ICQ статус">698426795
10+
<strong>ICQ:</strong> <img src="http://status.icq.com/online.gif?icq=698426795&img=26" alt="ICQ статус" />698426795
1111
</address>

test/JavaScriptEngineSwitcher.Benchmarks/Files/template-rendering/content/contacts/template.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<strong>Моб. тел.:</strong> {{mobilePhone}}<br />
1010
<strong>Email:</strong> <a href="mailto:{{email}}">{{email}}</a><br />
1111
<strong>Сайт:</strong> {{{link website website false}}}<br />
12-
<strong>ICQ:</strong> <img src="http://status.icq.com/online.gif?icq={{icq}}&img=26" alt="ICQ статус">{{icq}}
12+
<strong>ICQ:</strong> <img src="http://status.icq.com/online.gif?icq={{icq}}&img=26" alt="ICQ статус" />{{icq}}
1313
</address>

0 commit comments

Comments
 (0)