| Index: tools/page_cycler/database/select-readtransactions/index.html
|
| diff --git a/tools/page_cycler/database/select-readtransactions/index.html b/tools/page_cycler/database/select-readtransactions/index.html
|
| deleted file mode 100644
|
| index e923bc2ea7a23674595aad355de27e80b355bfb6..0000000000000000000000000000000000000000
|
| --- a/tools/page_cycler/database/select-readtransactions/index.html
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<title>Select read-transactions</title>
|
| -<script src="../head.js"></script>
|
| -<script src="../common.js"></script>
|
| -<script>
|
| -var idCounter = 0;
|
| -
|
| -function transactionCallback(tx) {
|
| - tx.executeSql('SELECT * FROM Test WHERE ID = ?', [idCounter++],
|
| - function(tx, data) {}, function(tx, error) {});
|
| -}
|
| -</script>
|
| -
|
| -<body>
|
| -<script>
|
| - runPerformanceTest({
|
| - dbName: "SelectReadTransactions",
|
| - readOnly: true,
|
| - insertRowsAtSetup: true,
|
| - transactionCallback: transactionCallback,
|
| - customRunTransactions: null
|
| - });
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|