Created
January 21, 2013 12:36
-
-
Save drott/4585753 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
description=Trying to simulate WebKit compilation on 8 cores | |
[gcclike] | |
numjobs=8 | |
# average header size 4k, average cpp file size 9.5k, average object file size 1.8M | |
bssplit=4k/40:9k/40,1800k/100 | |
direct=1 | |
ioengine=sync | |
rw=randrw | |
rwmixread=70 | |
size=256M | |
group_reporting=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment