Skip to content

Commit

Permalink
Remove outdated QJSValue benchmark
Browse files Browse the repository at this point in the history
Now that the oterh QJSValue benchmark is fixed (yes, there were two
benchmarks with the same name), this benchmark is superfluous.

Change-Id: I39a7f9cc79dccef8aac3d4c3999a3d75e1b1aa3d
Reviewed-by: Robin Burchell <robin.burchell@crimson.no>
  • Loading branch information
Erik Verbruggen committed May 4, 2017
1 parent 365d43a commit 448104e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 114 deletions.
2 changes: 1 addition & 1 deletion tests/benchmarks/benchmarks.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
SUBDIRS = qml script
SUBDIRS = qml
qtConfig(private_tests) {
qtConfig(opengl(es1|es2)?):SUBDIRS += particles
}
1 change: 1 addition & 0 deletions tests/benchmarks/qml/js/qjsvalue/qjsvalue.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ TARGET = tst_bench_qjsvalue
SOURCES += tst_qjsvalue.cpp

QT += qml testlib
macos:CONFIG -= app_bundle
10 changes: 0 additions & 10 deletions tests/benchmarks/script/qjsvalue/qjsvalue.pro

This file was deleted.

99 changes: 0 additions & 99 deletions tests/benchmarks/script/qjsvalue/tst_qjsvalue.cpp

This file was deleted.

4 changes: 0 additions & 4 deletions tests/benchmarks/script/script.pro

This file was deleted.

0 comments on commit 448104e

Please sign in to comment.