Skip to content

Commit

Permalink
Toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 26, 2012
1 parent 25b3e73 commit 0509439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -140,10 +140,10 @@ over time.
Anyway, the whole point of this example was to show you why it's important to Anyway, the whole point of this example was to show you why it's important to
have benchmarks producing raw data, that you can analyze later. have benchmarks producing raw data, that you can analyze later.


## Benchmark Toolkit ## Benchmark Toolchain


So if you want to do any performance related work, in any language really, here So if you want to do any performance related work, in any language really, here
is what I suggest: is a benchmarking toolchain that is working well for me:


* Create a benchmark producing tab separated data points on stdout * Create a benchmark producing tab separated data points on stdout
* Cycles per second (Hz) and bytes per second (B/s) are generally good units * Cycles per second (Hz) and bytes per second (B/s) are generally good units
Expand Down

0 comments on commit 0509439

Please sign in to comment.