doctype html
html
	head
		meta(charset='utf-8')
		link(rel="stylesheet", href="../style.css")
		script(src='../bower_components/bluebird/js/browser/bluebird.js')
		script.
			PromiseB = Promise
		script(type='text/javascript', src='http://localhost:48626/takana.js')
		script(type='text/javascript').
			if (typeof takanaClient !== 'undefined')
				takanaClient.run({host: 'localhost:48626'});
		
		title Benchmarks - #{title}

		each dep in deps
			script(src=dep)
	

	body
		.testSuite_heading
			.testSuite_heading-title #{title} <span>#{version}</span>
			.testSuite_heading-actions
				.testSuite_heading-actions-storeResults
					.testSuite_heading-actions-storeResults-title Store Results
					.testSuite_heading-actions-storeResults-toggle.enabled#storeResults
						.testSuite_heading-actions-storeResults-toggle-ball
				
				a.testSuite_heading-actions-backButton(href='/')
					.testSuite_heading-actions-backButton-text Back To Index
		.testSuite

		script(src='../bower_components/polyfills/polyfills.js')
		script(src='../bower_components/jquery/dist/jquery.js')
		script(src='../bower_components/humanize/humanize.js')
		script(src='../testSuite.js')
		script(src='test.js')
