[Gems-users] Can the benchmarks run one by one?


Date: Mon, 26 Oct 2009 20:13:49 +0800
From: gt f <fgtnudt@xxxxxxxxx>
Subject: [Gems-users] Can the benchmarks run one by one?
Dear list:
        I'm corruntly running the splash benckmarks,different benckmark takes different times. I want the benchmarks to run at night, and I can analysis the result on daytime. I write the script as follow:
       ####METHOD 1###
        ./simics -stall -c cmp8p.check
        load warm.cache.gz
        configurate ruby
        ruby0.stats-clear
        run benckmark A
        ruby0.dump-stats ../../.beckmarkA.stats
       
        ruby0.stats-clear
        run benckmark B
        ruby0.dump-stats ../../.beckmarkB.stats
        and so on, the benckmarks will run one by one. is my method correct? or I have to do as follow:
       #####METHOD 2#####
     ./simics -stall -c cmp8p.check
        load warm.cache.gz
        configurate ruby
        ruby0.stats-clear
        run benckmark A
        ruby0.dump-stats ../../.beckmarkA.stats
 
        then quit the simics. and start a new instatitation,
 
       ./simics -stall -c cmp8p.check
        load warm.cache.gz
        configurate ruby
        ruby0.stats-clear
        run benckmark B
        ruby0.dump-stats ../../.beckmarkB.stats
       this method will be stopped after one benchmark completed. and I have to manaul start another.
    so which method is correct? first, second, both or neither? Does anyone give me some suggestion?
   thanks!     
[← Prev in Thread] Current Thread [Next in Thread→]