fix: Fixes snooping staff (#900)
* Not allowed to snoop staff * Staff that snoop won't broadcast messages * Benchmarks RNG for double vs fixed int
This commit is contained in:
parent
dc6caf5766
commit
79dc9fa0f7
3 changed files with 88 additions and 66 deletions
|
|
@ -15,7 +15,8 @@ namespace Benchmarks
|
|||
// var textEncoding = BenchmarkRunner.Run<BenchmarkTextEncoding>();
|
||||
// var logging = BenchmarkRunner.Run<BenchmarkConsoleLogging>();
|
||||
// var gumpPacket = BenchmarkRunner.Run<OutgoingGumpPacketBenchmarks>();
|
||||
var rngTest = BenchmarkRunner.Run<BenchmarkXoshiro>();
|
||||
// var rngTest = BenchmarkRunner.Run<BenchmarkXoshiro>();
|
||||
var doubleRngText = BenchmarkRunner.Run<BenchmarkDoubleVsFixed>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue