Skip to content

Commit bd8b9a0

Browse files
committed
update benchmark
1 parent 6be32e3 commit bd8b9a0

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

benchmark.png

17.4 KB
Loading

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.gc-garcol"
10-
version = "0.0.1"
10+
version = "0.0.2"
1111

1212
java {
1313
withJavadocJar()

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Cafe WAL
2+
3+
4+
## Benchmark
5+
6+
140k records per second (not batching)
7+
![benchmark.png](benchmark.png)

wal-benchmark/src/main/java/gc/garcol/libbenchmark/LogRepositoryAppendBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
@State(Scope.Thread)
1414
@BenchmarkMode({ Mode.Throughput, Mode.AverageTime })
15-
@OutputTimeUnit(TimeUnit.MILLISECONDS)
15+
@OutputTimeUnit(TimeUnit.SECONDS)
1616
@Fork(1)
1717
public class LogRepositoryAppendBenchmark
1818
{

wal-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "io.github.gc-garcol"
7-
version = "0.0.1"
7+
version = "0.0.2"
88

99
java {
1010
toolchain {

0 commit comments

Comments
 (0)