...
CPS Core Performance
Test Environment
Hardware | Specifications |
---|---|
CPU | 13th Gen Intel© Core™ i9-13900H (24 MB cache, 14 cores, up to 5.40 GHz turbo mode) |
Memory | 32 GB RAM (16 GB x 2, DDR5, 4800 MHz) |
Storage | 1 TB M.2 PCIe NVMe SSD |
Operating System | Linux Mint 21.2 Cinnamon (based on Ubuntu 22.04) |
Test setup
The performance tests are written in Groovy (a JVM language). The tests were executed from Intelli-J using the Amazon Corretto 17 JDK.
...
This is the weak spot of all write operations. It could be as fast to simply delete and recreate the data. A custom algorithm comparing existing data against updated data (delta algorithm) may be required to improve performance here. This could also indicate that Hibernate is not being used effectively.
...