Skip to content

Commit

Permalink
test: remove redundant arg
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Aug 20, 2023
1 parent c884871 commit e2ab43c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/syrupy/extensions/amber/test_amber_matchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def replacer(data, match):
types=(str, uuid.UUID),
replacer=replacer,
regex=True,
strict=True,
)
actual = {
"data": {
Expand Down

1 comment on commit e2ab43c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: e2ab43c Previous: 118ef92 Ratio
benchmarks/test_1000x.py::test_1000x_reads 0.7170554244508325 iter/sec (stddev: 0.05219115274551158) 0.7964906731811064 iter/sec (stddev: 0.04283177411686395) 1.11
benchmarks/test_1000x.py::test_1000x_writes 0.7098478462479627 iter/sec (stddev: 0.05756116892173899) 0.7832702985046549 iter/sec (stddev: 0.04957882334687827) 1.10
benchmarks/test_standard.py::test_standard 0.6847572754259106 iter/sec (stddev: 0.08202721454632006) 0.7578275475007488 iter/sec (stddev: 0.06214663973032043) 1.11

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.