-
Notifications
You must be signed in to change notification settings - Fork 1
/
set_intersection.html
43 lines (37 loc) · 1.01 KB
/
set_intersection.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html>
<meta charset='utf-8'>
<title>remove results</title>
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
<script type='text/javascript' src='scripts/bench.js'></script>
</html>
<body>
<h1>set_intersection</h1>
<h2> 2000 bytes</h2>
<h4> set_intersection std/eve (short) 2000 </h4>
<div id='set_intersection std/eve (short) 2000'></div>
<script>dynamicEntryPoint('set_intersection std/eve (short) 2000', {
name: 'set_intersection',
size: 2000,
algorithm: "selection",
type: 'short',
time: 'y',
padding: 'min',
group: 'apple_m1',
percentage: 'x',
}, ['set_intersection']);
</script>
<h2> Total benchmark </h2>
<div id='total_benchmark'></div>
<script>dynamicEntryPoint('total_benchmark', {
name: 'set_intersection',
size: 'selection',
algorithm: 'selection',
type: 'selection',
time: 'y',
padding: 'min',
group: 'apple_m1',
percentage: 'x',
}, ['remove']);
</script>
</body>