• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Benchmarking

Status
Not open for further replies.
Level 12
Joined
Aug 20, 2007
Messages
866
I have not the slightest idea what benchmarking actually is, but I do know its used to measure the speed/efficiency of systems/code. If anybody know how to benchmark or just general knowledge of benchmarking that they'd like to share that would be immensely appreciated :)
 
Level 4
Joined
Nov 25, 2008
Messages
76
It's not exactly limited to the world of computing either. In the business world, there are benchmarks that compare a business against its competitors in the market. Although generally it is a method to calculate efficiency. As for how to do a computational benchmark, you could make a timer for each trigger before they start and then stop the timer once they are done. Used to do this a lot comparing C with other languages just to show how bulky C is...
 
Level 8
Joined
Jan 1, 2014
Messages
118
 
Status
Not open for further replies.
Top