dwaaan / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

odd benchmark results #259

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
pyrit benchmark

When i run pyrit benchmark i get results:

Running benchmark (45864.7 PMKs/s)... / 

Computed 45864.67 PMKs/s total.
#1: 'OpenCL-Device 'Cypress'': 44599.7 PMKs/s (RTT 2.8)
#2: 'CPU-Core (SSE2)': 912.5 PMKs/s (RTT 3.0)
#3: 'CPU-Core (SSE2)': 919.1 PMKs/s (RTT 3.0)
#4: 'CPU-Core (SSE2)': 925.2 PMKs/s (RTT 3.0)
#5: 'CPU-Core (SSE2)': 898.7 PMKs/s (RTT 3.0)
#6: 'CPU-Core (SSE2)': 908.4 PMKs/s (RTT 3.0)
#7: 'Network-Clients': 0.0 PMKs/s (RTT 0.0)

But the total computed is no where near the total of all teh CPU cores + the 
GPU? 

just thought something may be wrong?

Ubuntu 10.10, pyrit 0.4.0-dev

Thanks

Original issue reported on code.google.com by Keylogge...@gmail.com on 11 Feb 2011 at 8:57

GoogleCodeExporter commented 8 years ago
while this is in fact confusing, it is a feature, not a bug...

The total sum of 45864.67 PMKs/s is what you get out of the whole system, 
including all overhead. The performance numbers shown to each device are what 
the device could do if it was fully occupied. There is always some loss.

Original comment by lukas.l...@gmail.com on 11 Feb 2011 at 9:01

GoogleCodeExporter commented 8 years ago
The reason i wonder is because i had previously been getting like 54,000 keys/s 
and when i re-installed it it is reduced...

Is there a more up to date version of something perhaps?

Thanks a lot, i cant tell you how much i appreciate the work that has gone into 
pyrit!

Middle

Original comment by Keylogge...@gmail.com on 11 Feb 2011 at 11:38