Skip to content

Commit

Permalink
Add benchmark for inserting a tuple using call API
Browse files Browse the repository at this point in the history
Additionally
 - add custom profile for running the benchmark
 - fix read benchmarks being run without data in the cluster
  • Loading branch information
akudiyar committed Jan 24, 2024
1 parent 3d6b1d5 commit 0248c04
Show file tree
Hide file tree
Showing 6 changed files with 900 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## [Unreleased]

### Bugfixes

- Significantly reduce memory allocation overhead and excessive GC pressure ([#401](https://github.com/tarantool/cartridge-java/issues/401))

### Internal and API changes

- Bump org.testcontainers:junit-jupiter version to 1.19.3 ([#442](https://github.com/tarantool/cartridge-java/issues/442))
- Bump testcontainers-java-tarantool version to 1.2.0 ([#442](https://github.com/tarantool/cartridge-java/issues/442))
- Bump netty version to 4.1.104.Final ([#446](https://github.com/tarantool/cartridge-java/issues/446))
- Bump msgpack-java version to 0.9.6

### Features

Expand Down
Loading

0 comments on commit 0248c04

Please sign in to comment.