Remove cpu benchmark.

This benchmark is completely misnamed. All it does is this in a hard loop:

- Read from memory and store in a register.
- Add one to the memory value.
- Store that value back to memory.

Since this is completely useless, I'm going to remove it.

Bug: 26210850
Change-Id: If3e0af0a1faa7875d3d106cccab1ed8205847b62
1 file changed