Skip to content

Commit

Permalink
Update benchmark in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Nov 23, 2023
1 parent d5f98a2 commit d6b7e7e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,24 +373,24 @@ time, you can explicitly enable
Benchmark
-------------------------------------------------------------------------------

* macOS 13.3.1 Ventura
* macOS 14.0 Sonoma
* Apple M1
* 16GB RAM
* Python 3.11.4
* Python 3.12.0

Benchmark using [pyperf](https://github.com/psf/pyperf) with GitHub Issue model. Please note that the
following charts use logarithmic scale, as it is convenient for displaying
very large ranges of values.

<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/load_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/load_dark.svg">
<img src="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/load_light.svg" width="604">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/load_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/load_dark.svg">
<img src="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/load_light.svg" width="604">
</picture>
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/dump_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/dump_dark.svg">
<img src="https://raw.githubusercontent.com/Fatal1ty/mashumaro/381306ea92808c256354fe890bb5aa60cd3bb787/benchmark/charts/dump_light.svg" width="604">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/dump_light.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/dump_dark.svg">
<img src="https://raw.githubusercontent.com/Fatal1ty/mashumaro/d5f98a2bea64b8ed57c07db408beee5709969c4c/benchmark/charts/dump_light.svg" width="604">
</picture>

> [!NOTE]\
Expand Down

0 comments on commit d6b7e7e

Please sign in to comment.