Sign in
webkit
/
WebKit
/
5088a8fc944bceb7e8a403e0cde6a58f89ef7d28
/
.
/
PerformanceTests
/
Intl
/
collator-create-default.html
blob: c887c115319d0dd3310218886e4104512a048a3d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body>
<script
src
=
"../resources/runner.js"
></script>
<script>
var
count
=
0
;
PerfTestRunner
.
measureRunsPerSecond
({
run
()
{
new
Intl
.
Collator
();
count
++;
}});
</script>
</body>