Sha256: dbe94af236b05feab7cbd1c40fa2c661dc511412d4770fa3fa517ecec58d3c95

Contents?: true

Size: 1.25 KB

Versions: 17

Compression:

Stored size: 1.25 KB

Contents

<!DOCTYPE html>
<html>
<head>
<title>Explain Git with D3</title>
<script data-main="js/main" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.min.js"></script>
<link rel="stylesheet" href="css/explaingit.css">
</head>
<body>
<h1>Memtest Page</h1>
<p>This page exists to help me find any memory leaks that may happen.</p>

<h2>explain git memtest</h2>
<div id="ExplainGitMemtest-Container" class="concept-container">
    <p>
        Create and destroy many git history views and control boxes to find memory leaks.
    </p>
</div>
<h3><a id="start-test" href="#">Start Test</a></h3>
<script type="text/javascript">
require(['explaingit'], function (explainGit) {
    var open = function () {
        openSwitch.style.display = 'none';

        explainGit.open({
            name: 'Memtest',
            height: 250,
            commitData: [
                {id: '98ca9b5', tags: ['origin/master', 'master']}
            ]
        });
    };

    document.getElementById('start-test').addEventListener('click', function () {
        for (var i = 0; i < 100; i++) {
            open();
            explainGit.reset();
            console.log('test run: ' + i);
        }
    }, false);
});
</script>
<h3><a href="index.html">Back to Home</a></h3>
</body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
puppetfactory-0.6.5 public/explain-git-with-d3/memtest.html
puppetfactory-0.6.4 public/explain-git-with-d3/memtest.html
puppetfactory-0.6.3 public/explain-git-with-d3/memtest.html
puppetfactory-0.6.2 public/explain-git-with-d3/memtest.html
puppetfactory-0.6.1 public/explain-git-with-d3/memtest.html
puppetfactory-0.6.0 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.9 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.8 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.7 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.6 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.5 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.4 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.3 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.2 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.1 public/explain-git-with-d3/memtest.html
puppetfactory-0.5.0 public/explain-git-with-d3/memtest.html
puppetfactory-0.4.0 public/gitviz/memtest.html