Skip to content

Commit

Permalink
Update benchmark results.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Nov 7, 2024
1 parent 08524e5 commit 1721345
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions xstream-distribution/src/content/benchmarks.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<!--
Copyright (C) 2015, 2016, 2017, 2018, 2020, 2021 XStream committers.
Copyright (C) 2015, 2016, 2017, 2018, 2020, 2021, 2024 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
Expand Down Expand Up @@ -31,12 +31,12 @@ <h2 id="introduction">Introduction</h2>
options provided by JMH. You may exchange the libraries in the <em>lib</em> directory with other versions of
XStream or the individual parsers or you may even add new JMH benchmarks to the default ones of XStream.</p>

<p>All benchmark values below measure the average throughput in nanosecond per operation. JMH provides additional
measurement options, see online help. The maximum deviation for each benchmark is recorded in the reference files
of the distributed ZIP file. The benchmark is executed on Linux 4.14.65 Gentoo 64-bit system with an Intel Core i7
CPU 920 of 2.67 GHz. Note again, that these values are no replacement for real profiler results and they may
vary from run to run (see reference files) due to this machine's background processes. However, it can give you some
idea of what you can expect using different parser technologies.</p>
<p>All benchmark values below measure the average throughput in nanosecond per operation. JMH provides additional
measurement options, see online help. The maximum deviation for each benchmark is recorded in the reference files of the
distributed ZIP file. The benchmark is executed on Linux 6.6.52 Gentoo 64-bit system with an Intel Core i7 CPU 14700K
using OpenJDK 17.0.13. Note again, that these values are no replacement for real profiler results and they may vary
from run to run (see reference files) due to this machine's background processes. However, it can give you some idea of
what you can expect using different parser technologies.</p>

<h2 id="parser">Parser Benchmark</h2>

Expand Down

0 comments on commit 1721345

Please sign in to comment.