Skip to content

docs: fix malformed benchmark throughput table #162

@membphis

Description

@membphis

Problem

In docs/benchmarks.md, the x86_64 throughput table has a column-count mismatch.

At the table starting around line 110, the header defines 7 columns:

| Scenario | Size | cjson | simdjson | `qjson.parse` | `qjson.decode + access content` | `qjson.decode + qjson.encode` |

But the separator row defines 8 columns:

|---|---|---:|---:|---:|---:|---:|---:|

This can render the Markdown table with an extra empty column or otherwise malformed alignment.

Expected fix

Remove the extra trailing separator cell so the separator row has 7 columns, matching the header.

It is also worth checking nearby benchmark tables for the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions