Skip to content

Commit

Permalink
Update link to images in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YushiOMOTE committed Dec 12, 2020
1 parent 4334652 commit 9ae2c40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,10 @@ See [the book](https://yushiomote.github.io/perde/attributes.html) for more deta

### Benchmark

<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/serialize_a.svg?raw=true" />
<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/deserialize_a.svg?raw=true" />
<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/serialize_json_data_a.svg?raw=true" />
<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/deserialize_json_data_a.svg?raw=true" />
<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/serialize_msgpack_data_a.svg?raw=true" />
<img src="https://github.com/YushiOMOTE/perde/blob/master/assets/deserialize_msgpack_data_a.svg?raw=true" />

The benchmark repeats (de)serializing the data structure `A` 10000 times:

Expand Down

0 comments on commit 9ae2c40

Please sign in to comment.