aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-25 14:08:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-25 14:08:00 -0700
commitf372321de3d4183de5b9ca436e677e471e358f31 (patch)
tree38a46c00e5fa6dd239719b12e2ad4dbf695797a2 /gyp/most.gyp
parent20fb7c6220b200eeda86d7d190739a4c5fabe571 (diff)
Add nanobench, a fresh look at our microbenchmark harness.
out/Release/nanobench runs 4-5x faster on my Z620 and ~2x faster on my N5 than out/Release/bench with the same configs. (Debug isn't really comparable. I haven't added the Debug -> single loop check.) BUG=skia: R=djsollen@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/347443002
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index 3b1fa3da63..ba189316e9 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -15,7 +15,7 @@
# The minimal set of static libraries for basic Skia functionality.
'skia_lib.gyp:skia_lib',
- 'bench.gyp:bench',
+ 'bench.gyp:*',
'gm.gyp:gm',
'SampleApp.gyp:SampleApp',
'tests.gyp:tests',