Skip to content

Commit 191363f

Browse files
Merge pull request #422 from byroot/dont-disable-gc
2 parents b6107ba + 6a6ad52 commit 191363f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/collection.rb

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def to_json
242242
turbostreamer = Proc.new { TurbostreamerSerializer.new(posts).to_json }
243243

244244
# --- Execute the serializers to check their output ---
245-
GC.disable
246245
puts "Checking outputs..."
247246
correct = alba.call
248247
parsed_correct = JSON.parse(correct)

0 commit comments

Comments
 (0)