my program is written in c#, can't use any assembler optimization( pospolation count etc) , is 32bit, use bitboard, no magicbitboard, no hashtable, lookuptable for knight & king, shift for pawns.
on my 2 years old pc my perft function can run at 1.2 Mnodes/s
I need to define a target speed to reach

can you point me to engines with perft function I can test? i need some good engine that can be run without asm optimization and with has table disabled.
It doesn't need to be a c# program
thank you