Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions benchmarks/plot_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
GRID_COLOR = "#D9DEE7"
SPINE_COLOR = "#8A939E"
BAR_EDGE_COLOR = "white"
GROUP_X = np.array([0.0, 0.68])
GROUP_BAR_WIDTH = 0.15
GROUP_OFFSET_STEP = 0.165
GROUP_X_LIMITS = (-0.39, 1.07)
GROUP_X = np.array([0.0, 0.66])
GROUP_BAR_WIDTH = 0.16
GROUP_OFFSET_STEP = 0.175
GROUP_X_LIMITS = (-0.35, 1.01)


def apply_benchmark_style(plt) -> None:
Expand Down
2 changes: 1 addition & 1 deletion docs/benchmarks/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C++ Benchmark Performance Report

_Generated on 2026-05-08 17:26:51_
_Generated on 2026-05-08 17:54:45_

## How to Generate This Report

Expand Down
Binary file modified docs/benchmarks/cpp/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/benchmarks/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C# Benchmark Performance Report

_Generated on 2026-05-08 17:26:51_
_Generated on 2026-05-08 17:54:45_

## How to Generate This Report

Expand Down
Binary file modified docs/benchmarks/csharp/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/benchmarks/dart/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/benchmarks/go/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Serialization Benchmark Report

Generated: 2026-05-08 17:27:11
Generated: 2026-05-08 17:55:12

## Performance Chart

Expand Down
Binary file modified docs/benchmarks/go/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/benchmarks/java/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/benchmarks/javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript Benchmark Performance Report

_Generated on 2026-05-08 17:27:11_
_Generated on 2026-05-08 17:55:12_

## How to Generate This Report

Expand Down
Binary file modified docs/benchmarks/javascript/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/benchmarks/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Benchmark Performance Report

_Generated on 2026-05-08 17:26:51_
_Generated on 2026-05-08 17:54:45_

## How to Generate This Report

Expand Down
Binary file modified docs/benchmarks/python/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/benchmarks/rust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rust Benchmark Performance Report

_Generated on 2026-05-08 17:27:11_
_Generated on 2026-05-08 17:55:12_

## How to Generate This Report

Expand Down
Binary file modified docs/benchmarks/rust/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/benchmarks/swift/throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading