@@ -348,7 +348,7 @@ def test_compare_1(sess, LineMatcher):
348348    print (output .getvalue ())
349349    LineMatcher (output .getvalue ().splitlines ()).fnmatch_lines (
350350        [
351-             'Benchmark machine_info is different. Current: {foo: "bar"} VS saved: {machine: "x86_64", node: "minibox", processor: "x86_64", python_compiler: "GCC 4.6.3", python_implementation: "CPython", python_version: "2.7.3", release: "3.13.0-55-generic", system: "Linux"} (location: tests* test_storage).' ,
351+             'Benchmark machine_info is different. Current: {" foo" : "bar"} VS saved: {" machine" : "x86_64", " node" : "minibox", " processor" : "x86_64", " python_compiler" : "GCC 4.6.3", " python_implementation" : "CPython", " python_version" : "2.7.3", " release" : "3.13.0-55-generic", " system" : "Linux"} (location: tests/ test_storage).' ,
352352            'Comparing against benchmarks from: 0001_b87b9aae14ff14a7887a6bbaa9731b9a8760555d_20150814_190343_uncommitted'  '-changes.json' ,
353353            '' ,
354354            '*------------------------------------------------------------------------ benchmark: 2 tests -----------------------------------------------------------------------*' ,
@@ -381,7 +381,7 @@ def test_compare_2(sess, LineMatcher):
381381    print (output .getvalue ())
382382    LineMatcher (output .getvalue ().splitlines ()).fnmatch_lines (
383383        [
384-             'Benchmark machine_info is different. Current: {foo: "bar"} VS saved: {machine: "x86_64", node: "minibox", processor: "x86_64", python_compiler: "GCC 4.6.3", python_implementation: "CPython", python_version: "2.7.3", release: "3.13.0-55-generic", system: "Linux"} (location: tests* test_storage).' ,
384+             'Benchmark machine_info is different. Current: {" foo" : "bar"} VS saved: {" machine" : "x86_64", " node" : "minibox", " processor" : "x86_64", " python_compiler" : "GCC 4.6.3", " python_implementation" : "CPython", " python_version" : "2.7.3", " release" : "3.13.0-55-generic", " system" : "Linux"} (location: tests/ test_storage).' ,
385385            'Comparing against benchmarks from: 0002_b87b9aae14ff14a7887a6bbaa9731b9a8760555d_20150814_190348_uncommitted-changes.json' ,
386386            '' ,
387387            '*------------------------------------------------------------------------ benchmark: 2 tests -----------------------------------------------------------------------*' ,
0 commit comments