Skip to content

Instantly share code, notes, and snippets.

View Sutharsan's full-sized avatar

Erik Stielstra Sutharsan

  • LimoenGroen
  • Arnhem, NL
View GitHub Profile
@Sutharsan
Sutharsan / sqlite_memory_test.php
Created October 2, 2014 13:03
Test script for memory usage with sqlite
<?php
/**
* Memory usage test for loading large number of records from sqlite.
*
* @see https://www.drupal.org/node/2347493
*/
use Drupal\Core\Database\Database;
$autoloader = require_once __DIR__ . '/../vendor/autoload.php';