Browse Source

[benchs] more analyzer dodging

Simon Krajewski 7 years ago
parent
commit
bcfbc74be4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/benchs/src/cases/CharacterAccess.hx

+ 1 - 0
tests/benchs/src/cases/CharacterAccess.hx

@@ -3,6 +3,7 @@ package cases;
 import hxbenchmark.Suite;
 using StringTools;
 
+@:analyzer(no_local_dce)
 class CharacterAccess extends TestCase {
 	function measureL1() {
 		var s = "a";