[pgjdbc/pgjdbc] 0d918c: test: add ubenchmark for UTF-8 decoding (#988)

From: Philippe Marschall <philippe(dot)marschall(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 0d918c: test: add ubenchmark for UTF-8 decoding (#988)
Date: 2017-10-19 11:35:00
Message-ID: 59e88de4184c5_7fac3ff46129fc307293b@hookshot-fe-92cdb05.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 0d918c3b21ba2a368da34bd30668908723dc4d36
https://github.com/pgjdbc/pgjdbc/commit/0d918c3b21ba2a368da34bd30668908723dc4d36
Author: Philippe Marschall <philippe(dot)marschall(at)gmail(dot)com>
Date: 2017-10-19 (Thu, 19 Oct 2017)

Changed paths:
A ubenchmark/src/main/java/org/postgresql/benchmark/encoding/UTF8Decoding.java

Log Message:
-----------
test: add ubenchmark for UTF-8 decoding (#988)

We have custom UTF-8 decoding code in UTF8Encoding for performance
reasons but no companion benchmarks to verify its performance.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solorzano 2017-10-19 11:37:38 [pgjdbc/pgjdbc] f18764: test: add openj9 to the matrix (#974)
Previous Message Dave Cramer 2017-10-12 14:57:59 Re: Spring Transactional Support