diff options
| author | steven-vd <steven@vandorp.lu> | 2026-08-16 15:00:32 +0200 |
|---|---|---|
| committer | steven-vd <steven@vandorp.lu> | 2026-08-17 09:31:42 +0200 |
| commit | ee081ca70322cd01d0642fdb1860e6bfbfb48e85 (patch) | |
| tree | 295fdba93b08b24562c6d49e971bbf3425eac50c /benchmarks/pugixml/benchmark-results.xml | |
Diffstat (limited to 'benchmarks/pugixml/benchmark-results.xml')
| -rw-r--r-- | benchmarks/pugixml/benchmark-results.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/benchmarks/pugixml/benchmark-results.xml b/benchmarks/pugixml/benchmark-results.xml new file mode 100644 index 0000000..74f5333 --- /dev/null +++ b/benchmarks/pugixml/benchmark-results.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<benchmarks library="pugixml"> + <benchmark name="count_highway_crossings"> + <res>229</res> + <time unit="ns">1042282937</time> + <throughput unit="MiB/s">436.879020</throughput> + <energy-consumption unit="J/GiB">61.156623</energy-consumption> + </benchmark> + <benchmark name="count_highway_crossings_cheat_and_early_out"> + <res>229</res> + <time unit="ns">972969714</time> + <throughput unit="MiB/s">468.001770</throughput> + <energy-consumption unit="J/GiB">65.492539</energy-consumption> + </benchmark> + <benchmark name="pubmed_len"> + <res>74911</res> + <time unit="ns">223540</time> + <throughput unit="MiB/s">658.011387</throughput> + </benchmark> + <benchmark name="pubmed_len_with_entities"> + <res>74911</res> + <time unit="ns">223671</time> + <throughput unit="MiB/s">657.626002</throughput> + </benchmark> +</benchmarks> + |
