Operating System: Linux
CPU Information: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Number of Available Cores: 8
Available memory: 61.04 GB
Elixir 1.9.0
Erlang 22.0.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Operating System: Linux | |
CPU Information: AMD Ryzen Threadripper 3970X 32-Core Processor | |
Number of Available Cores: 64 | |
Available memory: 125.73 GB | |
Elixir 1.10.0 | |
Erlang 22.2.5 | |
Benchmark suite executing with the following configuration: | |
warmup: 2 s | |
time: 5 s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "heartbeat", | |
"payload": { | |
"players": [ | |
"player", | |
{"name": "eric", "status": "idle", "idleTime": 6000, "title": "a wizard"}, | |
{"name": "odo", "status": "active", "title": "a cat"} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zones "claybrook" { | |
name = "Clay Brook" | |
} | |
rooms "town_square" { | |
name = "Town Square" | |
description = "You are in the town square." | |
features = [ | |
{ |
Inspired by MSP
NewerOlder