diff options
Diffstat (limited to 'PerformanceTests/Dromaeo/sunspider-regexp-dna.html')
-rw-r--r-- | PerformanceTests/Dromaeo/sunspider-regexp-dna.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PerformanceTests/Dromaeo/sunspider-regexp-dna.html b/PerformanceTests/Dromaeo/sunspider-regexp-dna.html new file mode 100644 index 000000000..ffc7800df --- /dev/null +++ b/PerformanceTests/Dromaeo/sunspider-regexp-dna.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +<script src="../resources/runner.js"></script> +<script src="resources/dromaeo/web/jquery.js"></script> +<script src="resources/dromaeorunner.js"></script> +<script> +$(document).ready(function() { + DRT.setup("sunspider-regexp-dna"); +}); +</script> +</head> +<body> +</body> +</html> |