Rev 22: pass the parameter in correctly in http://bzr.arbash-meinel.com/plugins/index2

John Arbash Meinel john at arbash-meinel.com
Wed Jul 2 18:27:11 BST 2008


At http://bzr.arbash-meinel.com/plugins/index2

------------------------------------------------------------
revno: 22
revision-id: john at arbash-meinel.com-20080702172707-906pywtz35vgv99f
parent: john at arbash-meinel.com-20080702165051-rt6pl41h8tt0wo3u
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: index2
timestamp: Wed 2008-07-02 12:27:07 -0500
message:
  pass the parameter in correctly
-------------- next part --------------
=== modified file 'indexbench.py'
--- a/indexbench.py	2008-07-02 12:51:59 +0000
+++ b/indexbench.py	2008-07-02 17:27:07 +0000
@@ -207,7 +207,7 @@
                 'BTreeIndex', name_keys, text_keys, drop_cache, fixture, lspro)
         if graph:
             self.test_class(names, source, GraphIndex, GraphIndexBuilder,
-                'GraphIndex', name_keys, text_keys, drop_cache, fixture, lsprof)
+                'GraphIndex', name_keys, text_keys, drop_cache, fixture, lspro)
 
     def test_class(self, names, source, factory, builder, label, name_keys,
         text_keys, drop_cache, fixtures, lsprof):



More information about the bazaar-commits mailing list