update example

This commit is contained in:
Bogumił Kamiński 2022-05-01 19:32:16 +02:00
parent aa03a9e4df
commit 49c5d83eb6

View File

@ -40,8 +40,8 @@ using BenchmarkTools
# Code comparing vector and tuple construction
[1, 1.0]
(1, 1.0)
[1, 2.0]
(1, 2.0)
# Code for section 4.1.2