You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried to create a very simple test case and it's not working for me in the latest Chrome. The benchmark-42.js file isn't even fetched from what I can see in the network inspector.
That seems like an issue with the test itself rather than with jsPerf. It’s using <script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.13/angular.min.js" />. This does not actually close the <script> element in HTML, so the rest of the output gets eaten.
Just tried to create a very simple test case and it's not working for me in the latest Chrome. The
benchmark-42.js
file isn't even fetched from what I can see in the network inspector.http://jsperf.com/extract-hostname-angular-element-vs-regex-v2
The text was updated successfully, but these errors were encountered: