comp.lang.ada
 help / color / mirror / Atom feed
* Benchmarking
@ 2009-08-10 15:39 ravege
  2009-08-10 17:32 ` Benchmarking Yannick Duchêne Hibou57
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ravege @ 2009-08-10 15:39 UTC (permalink / raw)


I have a program that exports binary records to text format.  A sample
record might be 196MB and the resulting export text file 607MB.  I've
been using Text_Io to write out the text file, but inspired by the K-
Nucleotide thread decided to give stream_io a try.  So now I want to
compare.  I run the old Text_Io version and it takes 133 seconds to
complete.  I run the Stream_Io version, it completes in 88 seconds!
Nice improvement, I want to get some more test points so I run the old
version again and get a 99 second time, okay... I run the new version
and get a 145 second time to completion.  Is there some optimization I
should be turning on/off, some OS caching I can configure so I can get
less variation in my testing?  I'm compiling with GNAT 20080521 build
on Windows XP.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-10 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-10 15:39 Benchmarking ravege
2009-08-10 17:32 ` Benchmarking Yannick Duchêne Hibou57
2009-08-10 18:17 ` Benchmarking Georg Bauhaus
2009-08-10 20:23 ` Benchmarking Gautier write-only

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox