Sha256: aac9f9d265a45c002ebfa0a1442b747bfd1aef3caf5c7d2847daf03e4e1c163f
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
require_relative 'allocations' use Allocations run lambda{|env| [404, [], []]} # % curl --insecure https://localhost:9292/allocations # String: 32179 allocations # Array: 10228 allocations # Hash: 1299 allocations # Class: 1118 allocations # ** Total: 50162 allocations.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
falcon-0.35.2 | examples/memory/config.ru |
falcon-0.35.1 | examples/memory/config.ru |
falcon-0.35.0 | examples/memory/config.ru |
falcon-0.34.5 | examples/memory/config.ru |