blob: b40abb05002d522a2db7c9e1d274bf35e6b8ff44 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<benchmarks library="quick-xml">
<benchmark name="count_highway_crossings">
<res>229</res>
<time unit="ns">510085538</time>
<throughput unit="MiB/s">892.6964484824999</throughput>
<energy-consumption unit="J/GiB">33.06487793812473</energy-consumption>
</benchmark>
<benchmark name="count_highway_crossings_cheat_and_early_out">
<res>229</res>
<time unit="ns">362069942</time>
<throughput unit="MiB/s">1257.634217520562</throughput>
<energy-consumption unit="J/GiB">23.364528672792822</energy-consumption>
</benchmark>
<benchmark name="pubmed_len">
<res>74757</res>
<time unit="ns">173540</time>
<throughput unit="MiB/s">847.5963209608781</throughput>
</benchmark>
<benchmark name="pubmed_len_with_entities">
<res>74757</res>
<time unit="ns">195641</time>
<throughput unit="MiB/s">751.8458070626851</throughput>
</benchmark>
</benchmarks>
|