Advertisement
lorgon111

performance measurements from 17w50a

Dec 21st, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. took 83 milliseconds to run 500000 iterations of
  2. seed
  3. took 79 milliseconds to run 500000 iterations of
  4. execute if entity @p
  5. took 53 milliseconds to run 500000 iterations of
  6. execute if entity @s
  7. took 19546 milliseconds to run 500000 iterations of
  8. execute if entity @e[tag=scoreAS]
  9. took 19755 milliseconds to run 500000 iterations of
  10. execute if entity @e[tag=scoreAS,type=armor_stand]
  11. took 320 milliseconds to run 500000 iterations of
  12. execute if entity @e[tag=scoreAS,x=84,y=4,z=4,distance=..1.0,limit=1]
  13. took 60 milliseconds to run 500000 iterations of
  14. execute if entity 1-1-1-0-1
  15. took 1229 milliseconds to run 500000 iterations of
  16. scoreboard players add @p A 1
  17. took 1186 milliseconds to run 500000 iterations of
  18. scoreboard players add @s A 1
  19. took 21468 milliseconds to run 500000 iterations of
  20. scoreboard players add @e[tag=scoreAS] A 1
  21. took 21588 milliseconds to run 500000 iterations of
  22. scoreboard players add @e[tag=scoreAS,type=armor_stand] A 1
  23. took 1857 milliseconds to run 500000 iterations of
  24. scoreboard players add @e[tag=scoreAS,x=84,y=4,z=4,distance=..1.0,limit=1] A 1
  25. took 605 milliseconds to run 500000 iterations of
  26. scoreboard players add x A 1
  27. took 11651 milliseconds to run 500000 iterations of
  28. execute as @p run scoreboard players add @s A 1
  29. took 11401 milliseconds to run 500000 iterations of
  30. execute as @s run scoreboard players add @s A 1
  31. took 34943 milliseconds to run 500000 iterations of
  32. execute as @e[tag=scoreAS] run scoreboard players add @s A 1
  33. took 35460 milliseconds to run 500000 iterations of
  34. execute as @e[tag=scoreAS,type=armor_stand] run scoreboard players add @s A 1
  35. took 14980 milliseconds to run 500000 iterations of
  36. execute as @e[tag=scoreAS,x=84,y=4,z=4,distance=..1.0,limit=1] run scoreboard players add @s A 1
  37. took 13354 milliseconds to run 500000 iterations of
  38. execute as 1-1-1-0-1 run scoreboard players add @s A 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement