Files
fulpstation/code/__DEFINES/perf_test.dm
John Willard d535503645 [MDB IGNORE] May TGU (#635)
* Does the TG Update 😃

* updates beef stations

* test

* Revert "test"

This reverts commit 5b0f78aa70.

* F'ed up

* removes fulp from the .dme to see if we're causing it

* removes more fulp stuff

* ANOTHER fulp edit

* Revert "ANOTHER fulp edit"

This reverts commit c88a4f16c3.

* Revert "removes more fulp stuff"

This reverts commit fd33262a93.

* Revert "removes fulp from the .dme to see if we're causing it"

This reverts commit eac08bdd21.

* remove just gags

* Revert "remove just gags"

This reverts commit 9953031344.

* removes the game

* Revert "removes the game"

This reverts commit ef2679ad76.

* removes the game again

* Revert "removes the game again"

This reverts commit 7cb3379b68.

* deletes only ERTs

* Revert "deletes only ERTs"

This reverts commit e6548bbcec.

* deletes modsuits

* Revert "deletes modsuits"

This reverts commit b0fb973801.

* fix checks please

* second attempt

* attempt 3

* modsuit stuff

* id trimmers to all offices

* tgu again + removes fulp ert

* pass checks... Now!

* minor screwup my bad

* Pass checks... Now!

* pass checks.. Now!

* fix checks... Now!

* fixes selene windoors

* fixes deputy mood boost

* delimber organs
2022-05-19 06:58:33 -06:00

10 lines
295 B
Plaintext

/// Macro that takes a tick usage to target, and proceses until we hit it
/// This lets us simulate generic load as we'd like, to make testing for overtime easier
#define CONSUME_UNTIL(target_usage) \
while(TICK_USAGE < target_usage) {\
var/_knockonwood_x = 0;\
_knockonwood_x += 20;\
}