Opened at 2008-02-08T03:26:44Z
Closed at 2008-04-24T23:45:26Z
#305 closed task (fixed)
benchmark mutable-file creation speeds with different RSA keysizes
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.0 |
Component: | code-mutable | Version: | 0.7.0 |
Keywords: | mutable | Cc: | |
Launchpad Bug: |
Description
Now that we have a speed-testing framework that can measure mutable-file creation time, I'd like to experiment with different key sizes and see how it affects things.
We're currently using 2048-bit primes in our RSA keys, and mutable file generation appears to take 0.8 to 3.2 seconds on my causal tests. The automated test we have graphed at http://allmydata.org/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_speedstats_SSK_creation.html shows my home machine taking an average of 3.8 seconds per file, and the machines in colo taking an average of 2.0 seconds per file.
I'd like to see what 1024 bit keys are like, as well as 4096. I'd like to know about 512-bit keys too, not because I'd ever consider using them, but because I want to know how much time is spent outside of key generation.
This will be obviated by moving to DSA-based mutable files (#217), but the information would still be valuable.
Change History (2)
comment:1 Changed at 2008-02-14T00:46:15Z by warner
comment:2 Changed at 2008-04-24T23:45:26Z by warner
- Component changed from code-encoding to code-mutable
- Milestone changed from undecided to 1.1.0
- Resolution set to fixed
- Status changed from new to closed
done.
For the same speedtest-colo setup that we use on the buildbot (two trials each):
For the speedtest-DSL setup:
What's interesting about this?