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/quick-xml/benchmark-results.xml | |
Diffstat (limited to 'benchmarks/quick-xml/benchmark-results.xml')
| -rw-r--r-- | benchmarks/quick-xml/benchmark-results.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/benchmark-results.xml b/benchmarks/quick-xml/benchmark-results.xml new file mode 100644 index 0000000..b40abb0 --- /dev/null +++ b/benchmarks/quick-xml/benchmark-results.xml @@ -0,0 +1,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> + |
