-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpages.xml
38 lines (36 loc) · 975 Bytes
/
pages.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Page specific configuration
-->
<pages>
<page name="overview">
<template>page-overview</template>
</page>
<page name="report">
<template>page-report</template>
<scripts>
<script type="text/javascript" external="true" position="top">https://cdn.plot.ly/plotly-1.58.4.min.js</script>
</scripts>
<testsuites>
<testsuite name="tests_xtimer_benchmarks">
<plots>
<plot name="accuracy" />
<plot name="jitter" />
<plot name="set_timer" />
<plot name="remove_timer" />
</plots>
</testsuite>
<testsuite name="tests_ztimer_benchmarks">
<plots>
<plot name="accuracy" />
<plot name="jitter" />
<plot name="set_timer" />
<plot name="remove_timer" />
</plots>
</testsuite>
</testsuites>
</page>
<page name="log">
<template>page-log</template>
</page>
</pages>