Skip to content

Commit

Permalink
s64
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Oct 24, 2024
1 parent 030dfc4 commit e6ff146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datalayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ def test_just_insert_a_bunch() -> None:
total_time = 0.0
for i in range(100000):
start = time.monotonic()
merkle_blob.insert(uint64(i), uint64(i), HASH)
merkle_blob.insert(int64(i), int64(i), HASH)
end = time.monotonic()
total_time += end - start

0 comments on commit e6ff146

Please sign in to comment.