summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2011-12-16 13:09:10 +0000
committerManuel Klimek <klimek@google.com>2011-12-16 13:09:10 +0000
commit2c899a181cf8006fb5f445dfabe60a8ed289163d (patch)
tree226ab2cdde33e54d1b148c5b1e251e59ea5648ba /llvm/test/Other
parentfd1f79871a4fd88580c76d0c6eb0f6e97b2c1d85 (diff)
downloadbcm5719-llvm-2c899a181cf8006fb5f445dfabe60a8ed289163d.tar.gz
bcm5719-llvm-2c899a181cf8006fb5f445dfabe60a8ed289163d.zip
Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.
llvm-svn: 146735
Diffstat (limited to 'llvm/test/Other')
-rw-r--r--llvm/test/Other/json-bench-test.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Other/json-bench-test.ll b/llvm/test/Other/json-bench-test.ll
new file mode 100644
index 00000000000..d4e689b2a8a
--- /dev/null
+++ b/llvm/test/Other/json-bench-test.ll
@@ -0,0 +1,5 @@
+; RUN: json-bench --verify --info-output-file=- | FileCheck %s
+
+; CHECK: Fast: Parsing
+; CHECK: Fast: Loop
+
OpenPOWER on IntegriCloud