justsml / json-diff-performance

Performance Testing Suite for JSON diff libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Diffing Libs against JSON Serialized Sample Data

Libraries Tested

What's Measured?

  1. npm start -> compares the size of the output string data.
  2. npm test -> benchmarks raw ops/sec.

Get Started

npm install

Compares the size of the outputs

npm start

(My) Results

Test Environment: MacBook Pro 2.5Ghz 16GB (2015)

image

Test Environment: Debian i7-4790K 4.0GHz 32GB

image

Benchmarks Ops/sec

npm test

(My) Results

Test Environment: MacBook Pro 2.5Ghz 16GB (2015)

image

Test Environment: Debian i7-4790K 4.0GHz 32GB

image

About

Performance Testing Suite for JSON diff libraries


Languages

Language:JavaScript 100.0%