Skip to content

Commit

Permalink
Report code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorvc committed Nov 20, 2020
1 parent 4fbfb51 commit c33508c
Show file tree
Hide file tree
Showing 15 changed files with 82,301 additions and 0 deletions.
Binary file added dist/136aca147165571c36d9996f835815c6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 115 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LMAS Report</title>
</head>
<body style="background-color: #666666">
<div id="root"></div>
<script>
const _assemblerPerformanceData = [
{
id: 1,
assembler: "BCALM2",
avgTime: "0:03:07",
cpus: 0.5455465277777779,
max_rss: 3.7,
avgRead: 6.4,
avgWrite: 3.0,
},
{
id: 2,
assembler: "MINIA",
avgTime: "0:02:45",
cpus: 0.5239895833333333,
max_rss: 3.7,
avgRead: 7.0,
avgWrite: 3.1,
},
{
id: 3,
assembler: "SKESA",
avgTime: "0:18:30",
cpus: 2.6162083333333332,
max_rss: 4.8,
avgRead: 0.0002338409423828125,
avgWrite: 2.727508544921875e-5,
},
{
id: 4,
assembler: "PANDASEQ",
avgTime: "0:00:02",
cpus: 0.00020416666666666665,
max_rss: 4.482269287109375e-6,
avgRead: 1.068115234375e-5,
avgWrite: 9.72747802734375e-6,
},
{
id: 5,
assembler: "VELVETOPTIMIZER",
avgTime: "1:16:00",
cpus: 0.08201666666666667,
max_rss: 8.0,
avgRead: 104.5,
avgWrite: 14.4,
},
{
id: 6,
assembler: "SPADES",
avgTime: "0:52:09",
cpus: 6.72735,
max_rss: 6.7,
avgRead: 6.7,
avgWrite: 130.3,
},
{
id: 7,
assembler: "MEGAHIT",
avgTime: "0:25:29",
cpus: 3.552801388888889,
max_rss: 0.0008609771728515625,
avgRead: 10.3,
avgWrite: 4.7,
},
{
id: 8,
assembler: "GATBMINIAPIPELINE",
avgTime: "1:27:22",
cpus: 21.299265277777778,
max_rss: 6.0,
avgRead: 52.0,
avgWrite: 20.8,
},
{
id: 9,
assembler: "UNICYCLER",
avgTime: "2:35:13",
cpus: 16.511172916666666,
max_rss: 7.4,
avgRead: 23.1,
avgWrite: 589.2,
},
{
id: 10,
assembler: "METASPADES",
avgTime: "0:53:30",
cpus: 6.571583333333333,
max_rss: 8.5,
avgRead: 6.8,
avgWrite: 72.2,
},
{
id: 11,
assembler: "IDBA",
avgTime: "1:21:02",
cpus: 4.676298611111111,
max_rss: 5.1,
avgRead: 4.8,
avgWrite: 3.3,
},
];
</script>
<script src="./main.js"></script>
</body>
</html>
32,751 changes: 32,751 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit c33508c

Please sign in to comment.