Skip to content

Commit

Permalink
benchmark scaled up
Browse files Browse the repository at this point in the history
  • Loading branch information
124C41p committed Sep 19, 2023
1 parent 6ce7b1e commit 21c2320
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,9 @@ def setup(self):
)
self.instance_filled_nested_bytes = bytes(self.instance_filled_nested)
self.instance_filled_repeated = TestRepeatedMessage(
[
"test1",
"test2",
"test3",
"test4",
"test5",
"test6",
"test7",
"test8",
"test9",
"test10",
],
[2, -100, 0, 500000, 600, -425678, 1000000000, -300, 1, -694214214466],
[True, False, False, False, True, True, False, True, False, False],
[f"test{i}" for i in range(1_000)],
[(i-500)**3 for i in range(1_000)],
[i%2==0 for i in range(1_000)],
)
self.instance_filled_repeated_bytes = bytes(self.instance_filled_repeated)

Expand Down

0 comments on commit 21c2320

Please sign in to comment.