Results 1 to 25 of 37

Thread: WrightMark - My new benchmark tool

Threaded View

  1. #1
    Xtreme Member
    Join Date
    Aug 2006
    Posts
    100

    Lightbulb WrightMark - My new benchmark tool

    I was experimenting with the WinBinder library for php, and i decided to make this tool.
    It has 3 tests:
    1. Timing loops for pure cpu speed
    2. Making a large string for memory testing
    3. Generating and writing a 300Mb file for cpu, memory and hard drive test.

    The times are then aggregated into a score, and a hash of the score is made.
    Lower scores are better!

    Unfortunately the compiler i use doesn't support php5, so its half the speed it could run at.
    Give it a go and see what you think. http://www.helixtech.org.uk/wrightmark.zip

    Because its php it could easily be ported to Linux or Mac for a cli version.
    Last edited by dig412; 08-15-2006 at 12:51 PM.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •