Releases: domgiles/swingbench-public
Releases · domgiles/swingbench-public
Swingbench Latest
June 2023 release
- New Movie Stream Benchmark
- Support for Java 11 (Java 17 is still the preferred JVM)
- Charbench now supports out-of-place invocation (i.e. you don't need to be in swingbench home )
- You can now display connection pool stats in the verbose output of charbench
- There's now support for Oracle Database Sharding in the SOE benchmark
- Debug output is now in colour (primarily for my benefit)
- Transactions have now been refactored such that their patch is consistent with other benchmarks
- Removed the dependency of DBMS_LOCK for more recent versions of the database
April 2025 Release
- Swingbench now stores the results of benchmark runs in a JSON document in a table in the benchmark schema. These can then be queried using SQL with dot notation.
- You can now output the results file as JSON rather than XML (the default)
- Updated the jdbc drivers to Oracle Database 23ai