Skip to content

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jun 6, 2024
1 parent 474db13 commit 4ac535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jiter-python/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setup_jiter_cache():
def setup_jiter():
import jiter

return lambda data: jiter.from_json(data, cache_mode=False, lossless_floats=True)
return lambda data: jiter.from_json(data, cache_mode=False)


def setup_ujson():
Expand Down

0 comments on commit 4ac535d

Please sign in to comment.